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

    Properties

    Properties

    key?: string

    Name of the tag. The name must be an exact match; wild-card deletion is not supported. Maximum size is 250 bytes.

    name?: string

    Name of the registered model that the tag was logged under.