Member Junction
    Preparing search index...

    Result of a successful (or recorded-failed) training orchestration — the produced model and the run that produced it.

    interface TrainModelResult {
        model: MJMLModelEntity;
        run: MJMLTrainingRunEntity;
    }
    Index

    Properties

    Properties

    The immutable MJ: ML Models row produced (Draft status).

    The MJ: ML Training Runs row recording this attempt.