Databricks SDK for JavaScript
    Preparing search index...
    interface SetRegisteredModelAliasRequest {
        aliasArg?: string;
        fullNameArg?: string;
        versionNum?: bigint;
    }
    Index

    Properties

    aliasArg?: string

    The name of the alias

    fullNameArg?: string

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

    versionNum?: bigint

    The version number of the model version to which the alias points