Databricks SDK for JavaScript
    Preparing search index...
    interface DeleteLoggedModelTagRequest {
        modelId?: string;
        tagKey?: string;
    }
    Index

    Properties

    Properties

    modelId?: string

    The ID of the logged model to delete the tag from.

    tagKey?: string

    The tag key.