Databricks SDK for JavaScript
    Preparing search index...

    Interface PatchInferenceEndpointTagsRequest

    interface PatchInferenceEndpointTagsRequest {
        addTags?: EndpointTag[];
        deleteTags?: string[];
        name?: string;
    }
    Index

    Properties

    addTags?: EndpointTag[]

    List of endpoint tags to add

    deleteTags?: string[]

    List of tag keys to delete

    name?: string

    The name of the serving endpoint who's tags to patch. This field is required.