| 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 |
ServingEndpointsAPI.patch(PatchServingEndpointTags request)
Update tags of a serving endpoint.
|
EndpointTags |
ServingEndpointsService.patch(PatchServingEndpointTags patchServingEndpointTags)
Update tags of a serving endpoint.
|
Copyright © 2025. All rights reserved.