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

    Properties

    Properties

    key?: string

    Name of the tag. Maximum size is 255 bytes. Must be provided.

    runId?: string

    ID of the run that the tag was logged under. Must be provided.