Databricks SDK for JavaScript
    Preparing search index...

    Represents a LoggedModel output of a Run.

    interface ModelOutput {
        modelId?: string;
        step?: bigint;
    }
    Index

    Properties

    Properties

    modelId?: string

    The unique identifier of the model.

    step?: bigint

    The step at which the model was produced.