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