Databricks SDK for JavaScript
    Preparing search index...
    interface RegisteredModelAliasInfo {
        aliasName?: string;
        catalogName?: string;
        id?: string;
        modelName?: string;
        schemaName?: string;
        versionNum?: bigint;
    }
    Index

    Properties

    aliasName?: string

    Name of the alias, e.g. 'champion' or 'latest_stable'

    catalogName?: string

    The name of the catalog containing the model version

    id?: string

    The unique identifier of the alias

    modelName?: string

    The name of the parent registered model of the model version, relative to parent schema

    schemaName?: string

    The name of the schema containing the model version, relative to parent catalog

    versionNum?: bigint

    Integer version number of the model version to which this alias points.