Databricks SDK for JavaScript
    Preparing search index...
    interface SetLoggedModelTagsRequest {
        modelId?: string;
        tags?: LoggedModelTag[];
    }
    Index

    Properties

    Properties

    modelId?: string

    The ID of the logged model to set the tags on.

    The tags to set on the logged model.