Databricks SDK for JavaScript
    Preparing search index...
    interface CreateLoggedModelRequest {
        experimentId?: string;
        modelType?: string;
        name?: string;
        params?: LoggedModelParameter[];
        sourceRunId?: string;
        tags?: LoggedModelTag[];
    }
    Index

    Properties

    experimentId?: string

    The ID of the experiment that owns the model.

    modelType?: string

    The type of the model, such as "Agent", "Classifier", "LLM".

    name?: string

    The name of the model (optional). If not specified one will be generated.

    Parameters attached to the model.

    sourceRunId?: string

    The ID of the run that created the model.

    Tags attached to the model.