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

    Properties

    creationTimestamp?: bigint

    Creation time of the object, as a Unix timestamp in milliseconds.

    description?: string

    User-specified description for the object.

    id?: string

    Unique identifier for the object.

    lastUpdatedTimestamp?: bigint

    Last update time of the object, as a Unix timestamp in milliseconds.

    latestVersions?: ModelVersion[]

    Array of model versions, each the latest version for its stage.

    name?: string

    Name of the model.

    permissionLevel?: PermissionLevel

    Permission level granted for the requesting user on this registered model

    Array of tags associated with the model.

    userId?: string

    The username of the user that created the object.