Databricks SDK for JavaScript
    Preparing search index...
    interface RegisteredModelInfo {
        aliases?: RegisteredModelAliasInfo[];
        browseOnly?: boolean;
        catalogName?: string;
        comment?: string;
        createdAt?: bigint;
        createdBy?: string;
        fullName?: string;
        metastoreId?: string;
        name?: string;
        owner?: string;
        schemaName?: string;
        storageLocation?: string;
        updatedAt?: bigint;
        updatedBy?: string;
    }
    Index

    Properties

    List of aliases associated with the registered model

    browseOnly?: boolean

    Indicates whether the principal is limited to retrieving metadata for the associated object through the BROWSE privilege when include_browse is enabled in the request.

    catalogName?: string

    The name of the catalog where the schema and the registered model reside

    comment?: string

    The comment attached to the registered model

    createdAt?: bigint

    Creation timestamp of the registered model in milliseconds since the Unix epoch

    createdBy?: string

    The identifier of the user who created the registered model

    fullName?: string

    The three-level (fully qualified) name of the registered model

    metastoreId?: string

    The unique identifier of the metastore

    name?: string

    The name of the registered model

    owner?: string

    The identifier of the user who owns the registered model

    schemaName?: string

    The name of the schema where the registered model resides

    storageLocation?: string

    The storage location on the cloud under which model version data files are stored

    updatedAt?: bigint

    Last-update timestamp of the registered model in milliseconds since the Unix epoch

    updatedBy?: string

    The identifier of the user who updated the registered model last time