| Package | Description |
|---|---|
| com.databricks.sdk.service.serving |
| Modifier and Type | Method and Description |
|---|---|
EndpointTag |
EndpointTag.setKey(String key) |
EndpointTag |
EndpointTag.setValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
Collection<EndpointTag> |
PatchServingEndpointTags.getAddTags() |
Collection<EndpointTag> |
ServingEndpoint.getTags() |
Collection<EndpointTag> |
CreateServingEndpoint.getTags() |
Collection<EndpointTag> |
ServingEndpointDetailed.getTags() |
Collection<EndpointTag> |
ServingEndpointsService.patch(PatchServingEndpointTags patchServingEndpointTags)
Update tags of a serving endpoint.
|
Iterable<EndpointTag> |
ServingEndpointsAPI.patch(PatchServingEndpointTags request)
Update tags of a serving endpoint.
|
Iterable<EndpointTag> |
ServingEndpointsAPI.patch(String name) |
| Modifier and Type | Method and Description |
|---|---|
PatchServingEndpointTags |
PatchServingEndpointTags.setAddTags(Collection<EndpointTag> addTags) |
ServingEndpoint |
ServingEndpoint.setTags(Collection<EndpointTag> tags) |
CreateServingEndpoint |
CreateServingEndpoint.setTags(Collection<EndpointTag> tags) |
ServingEndpointDetailed |
ServingEndpointDetailed.setTags(Collection<EndpointTag> tags) |
Copyright © 2024. All rights reserved.