Databricks SDK for JavaScript
    Preparing search index...

    User-defined key/value tag attached to an AI Search endpoint for cost attribution and access control.

    interface CustomTag {
        key?: string;
        value?: string;
    }
    Index

    Properties

    Properties

    key?: string

    Key field for an AI Search endpoint tag.

    value?: string

    [Optional] Value field for an AI Search endpoint tag.