Databricks SDK for JavaScript
    Preparing search index...
    interface RegisteredModel {
        creationTimestamp?: bigint;
        description?: string;
        lastUpdatedTimestamp?: bigint;
        latestVersions?: ModelVersion[];
        name?: string;
        tags?: RegisteredModelTag[];
        userId?: string;
    }
    Index

    Properties

    creationTimestamp?: bigint

    Timestamp recorded when this registered_model was created.

    description?: string

    Description of this registered_model.

    lastUpdatedTimestamp?: bigint

    Timestamp recorded when metadata for this registered_model was last updated.

    latestVersions?: ModelVersion[]

    Collection of latest model versions for each stage. Only contains models with current READY status.

    name?: string

    Unique name for the model.

    Tags: Additional metadata key-value pairs for this registered_model.

    userId?: string

    User that created this registered_model