| Package | Description |
|---|---|
| com.databricks.sdk.service.serving |
| Modifier and Type | Method and Description |
|---|---|
PatchServingEndpointTags |
PatchServingEndpointTags.setAddTags(Collection<EndpointTag> addTags) |
PatchServingEndpointTags |
PatchServingEndpointTags.setDeleteTags(Collection<String> deleteTags) |
PatchServingEndpointTags |
PatchServingEndpointTags.setName(String name) |
| Modifier and Type | Method and Description |
|---|---|
EndpointTags |
ServingEndpointsService.patch(PatchServingEndpointTags patchServingEndpointTags)
Used to batch add and delete tags from a serving endpoint with a single API call.
|
EndpointTags |
ServingEndpointsAPI.patch(PatchServingEndpointTags request)
Used to batch add and delete tags from a serving endpoint with a single API call.
|
Copyright © 2026. All rights reserved.