Uses of Interface
com.google.cloud.aiplatform.v1.IndexDatapointOrBuilder
-
Packages that use IndexDatapointOrBuilder Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of IndexDatapointOrBuilder in com.google.cloud.aiplatform.v1
Classes in com.google.cloud.aiplatform.v1 that implement IndexDatapointOrBuilder Modifier and Type Class Description class
IndexDatapoint
A datapoint of Index.static class
IndexDatapoint.Builder
A datapoint of Index.Methods in com.google.cloud.aiplatform.v1 that return IndexDatapointOrBuilder Modifier and Type Method Description IndexDatapointOrBuilder
FindNeighborsRequest.Query.Builder. getDatapointOrBuilder()
Required.IndexDatapointOrBuilder
FindNeighborsRequest.Query. getDatapointOrBuilder()
Required.IndexDatapointOrBuilder
FindNeighborsRequest.QueryOrBuilder. getDatapointOrBuilder()
Required.IndexDatapointOrBuilder
FindNeighborsResponse.Neighbor.Builder. getDatapointOrBuilder()
The datapoint of the neighbor.IndexDatapointOrBuilder
FindNeighborsResponse.Neighbor. getDatapointOrBuilder()
The datapoint of the neighbor.IndexDatapointOrBuilder
FindNeighborsResponse.NeighborOrBuilder. getDatapointOrBuilder()
The datapoint of the neighbor.IndexDatapointOrBuilder
ReadIndexDatapointsResponse.Builder. getDatapointsOrBuilder(int index)
The result list of datapoints.IndexDatapointOrBuilder
ReadIndexDatapointsResponse. getDatapointsOrBuilder(int index)
The result list of datapoints.IndexDatapointOrBuilder
ReadIndexDatapointsResponseOrBuilder. getDatapointsOrBuilder(int index)
The result list of datapoints.IndexDatapointOrBuilder
UpsertDatapointsRequest.Builder. getDatapointsOrBuilder(int index)
A list of datapoints to be created/updated.IndexDatapointOrBuilder
UpsertDatapointsRequest. getDatapointsOrBuilder(int index)
A list of datapoints to be created/updated.IndexDatapointOrBuilder
UpsertDatapointsRequestOrBuilder. getDatapointsOrBuilder(int index)
A list of datapoints to be created/updated.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type IndexDatapointOrBuilder Modifier and Type Method Description List<? extends IndexDatapointOrBuilder>
ReadIndexDatapointsResponse.Builder. getDatapointsOrBuilderList()
The result list of datapoints.List<? extends IndexDatapointOrBuilder>
ReadIndexDatapointsResponse. getDatapointsOrBuilderList()
The result list of datapoints.List<? extends IndexDatapointOrBuilder>
ReadIndexDatapointsResponseOrBuilder. getDatapointsOrBuilderList()
The result list of datapoints.List<? extends IndexDatapointOrBuilder>
UpsertDatapointsRequest.Builder. getDatapointsOrBuilderList()
A list of datapoints to be created/updated.List<? extends IndexDatapointOrBuilder>
UpsertDatapointsRequest. getDatapointsOrBuilderList()
A list of datapoints to be created/updated.List<? extends IndexDatapointOrBuilder>
UpsertDatapointsRequestOrBuilder. getDatapointsOrBuilderList()
A list of datapoints to be created/updated.
-