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