Skip to contents

Used to batch add and delete tags from a serving endpoint with a single API call.

Usage

patch_serving_endpoint(client, name, add_tags = NULL, delete_tags = NULL)

servingEndpointsPatch(client, name, add_tags = NULL, delete_tags = NULL)

Arguments

client

Required. Instance of DatabricksClient()

name

Required. The name of the serving endpoint who's tags to patch.

add_tags

List of endpoint tags to add.

delete_tags

List of tag keys to delete.