@Generated public interface VectorSearchEndpointsService
This is the high-level interface, that contains generated methods.
Evolving: this interface is under development. Method signatures may change.
| Modifier and Type | Method and Description |
|---|---|
EndpointInfo |
createEndpoint(CreateEndpoint createEndpoint)
Create a new endpoint.
|
void |
deleteEndpoint(DeleteEndpointRequest deleteEndpointRequest)
Delete a vector search endpoint.
|
EndpointInfo |
getEndpoint(GetEndpointRequest getEndpointRequest)
Get details for a single vector search endpoint.
|
ListEndpointResponse |
listEndpoints(ListEndpointsRequest listEndpointsRequest)
List all vector search endpoints in the workspace.
|
EndpointInfo |
patchEndpoint(PatchEndpointRequest patchEndpointRequest)
Update an endpoint
|
RetrieveUserVisibleMetricsResponse |
retrieveUserVisibleMetrics(RetrieveUserVisibleMetricsRequest retrieveUserVisibleMetricsRequest)
Retrieve user-visible metrics for an endpoint
|
PatchEndpointBudgetPolicyResponse |
updateEndpointBudgetPolicy(PatchEndpointBudgetPolicyRequest patchEndpointBudgetPolicyRequest)
Update the budget policy of an endpoint
|
UpdateEndpointCustomTagsResponse |
updateEndpointCustomTags(UpdateEndpointCustomTagsRequest updateEndpointCustomTagsRequest)
Update the custom tags of an endpoint.
|
EndpointInfo createEndpoint(CreateEndpoint createEndpoint)
void deleteEndpoint(DeleteEndpointRequest deleteEndpointRequest)
EndpointInfo getEndpoint(GetEndpointRequest getEndpointRequest)
ListEndpointResponse listEndpoints(ListEndpointsRequest listEndpointsRequest)
EndpointInfo patchEndpoint(PatchEndpointRequest patchEndpointRequest)
RetrieveUserVisibleMetricsResponse retrieveUserVisibleMetrics(RetrieveUserVisibleMetricsRequest retrieveUserVisibleMetricsRequest)
PatchEndpointBudgetPolicyResponse updateEndpointBudgetPolicy(PatchEndpointBudgetPolicyRequest patchEndpointBudgetPolicyRequest)
UpdateEndpointCustomTagsResponse updateEndpointCustomTags(UpdateEndpointCustomTagsRequest updateEndpointCustomTagsRequest)
Copyright © 2026. All rights reserved.