Databricks SDK for JavaScript
    Preparing search index...
    interface SetModelVersionTagRequest {
        key?: string;
        name?: string;
        value?: string;
        version?: string;
    }
    Index

    Properties

    key?: string

    Name of the tag. Maximum size depends on storage backend. If a tag with this name already exists, its preexisting value will be replaced by the specified value. All storage backends are guaranteed to support key values up to 250 bytes in size.

    name?: string

    Unique name of the model.

    value?: string

    String value of the tag being logged. Maximum size depends on storage backend. All storage backends are guaranteed to support key values up to 5000 bytes in size.

    version?: string

    Model version number.