| 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> |
CreateServingEndpoint.getTags() |
Collection<EndpointTag> |
EndpointTags.getTags() |
Collection<EndpointTag> |
CreatePtEndpointRequest.getTags() |
Collection<EndpointTag> |
ServingEndpointDetailed.getTags() |
Collection<EndpointTag> |
ServingEndpoint.getTags() |
| Modifier and Type | Method and Description |
|---|---|
PatchServingEndpointTags |
PatchServingEndpointTags.setAddTags(Collection<EndpointTag> addTags) |
CreateServingEndpoint |
CreateServingEndpoint.setTags(Collection<EndpointTag> tags) |
EndpointTags |
EndpointTags.setTags(Collection<EndpointTag> tags) |
CreatePtEndpointRequest |
CreatePtEndpointRequest.setTags(Collection<EndpointTag> tags) |
ServingEndpointDetailed |
ServingEndpointDetailed.setTags(Collection<EndpointTag> tags) |
ServingEndpoint |
ServingEndpoint.setTags(Collection<EndpointTag> tags) |
Copyright © 2025. All rights reserved.