Databricks SDK for JavaScript
    Preparing search index...
    interface CreateModelVersionRequest {
        description?: string;
        name?: string;
        runId?: string;
        runLink?: string;
        source?: string;
        tags?: ModelVersionTag[];
    }
    Index

    Properties

    description?: string

    Optional description for model version.

    name?: string

    Register model under this name

    runId?: string

    MLflow run ID for correlation, if source was generated by an experiment run in MLflow tracking server

    runLink?: string

    MLflow run link - this is the exact link of the run that generated this model version, potentially hosted at another instance of MLflow.

    source?: string

    URI indicating the location of the model artifacts.

    Additional metadata for model version.