Uses of Class
com.google.cloud.aiplatform.v1beta1.IndexDatapoint
-
Packages that use IndexDatapoint Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of IndexDatapoint in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return IndexDatapoint Modifier and Type Method Description IndexDatapoint
IndexDatapoint.Builder. build()
IndexDatapoint
IndexDatapoint.Builder. buildPartial()
IndexDatapoint
FindNeighborsRequest.Query.Builder. getDatapoint()
Required.IndexDatapoint
FindNeighborsRequest.Query. getDatapoint()
Required.IndexDatapoint
FindNeighborsRequest.QueryOrBuilder. getDatapoint()
Required.IndexDatapoint
FindNeighborsResponse.Neighbor.Builder. getDatapoint()
The datapoint of the neighbor.IndexDatapoint
FindNeighborsResponse.Neighbor. getDatapoint()
The datapoint of the neighbor.IndexDatapoint
FindNeighborsResponse.NeighborOrBuilder. getDatapoint()
The datapoint of the neighbor.IndexDatapoint
ReadIndexDatapointsResponse.Builder. getDatapoints(int index)
The result list of datapoints.IndexDatapoint
ReadIndexDatapointsResponse. getDatapoints(int index)
The result list of datapoints.IndexDatapoint
ReadIndexDatapointsResponseOrBuilder. getDatapoints(int index)
The result list of datapoints.IndexDatapoint
UpsertDatapointsRequest.Builder. getDatapoints(int index)
A list of datapoints to be created/updated.IndexDatapoint
UpsertDatapointsRequest. getDatapoints(int index)
A list of datapoints to be created/updated.IndexDatapoint
UpsertDatapointsRequestOrBuilder. getDatapoints(int index)
A list of datapoints to be created/updated.static IndexDatapoint
IndexDatapoint. getDefaultInstance()
IndexDatapoint
IndexDatapoint.Builder. getDefaultInstanceForType()
IndexDatapoint
IndexDatapoint. getDefaultInstanceForType()
static IndexDatapoint
IndexDatapoint. parseDelimitedFrom(InputStream input)
static IndexDatapoint
IndexDatapoint. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IndexDatapoint
IndexDatapoint. parseFrom(byte[] data)
static IndexDatapoint
IndexDatapoint. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IndexDatapoint
IndexDatapoint. parseFrom(com.google.protobuf.ByteString data)
static IndexDatapoint
IndexDatapoint. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IndexDatapoint
IndexDatapoint. parseFrom(com.google.protobuf.CodedInputStream input)
static IndexDatapoint
IndexDatapoint. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IndexDatapoint
IndexDatapoint. parseFrom(InputStream input)
static IndexDatapoint
IndexDatapoint. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IndexDatapoint
IndexDatapoint. parseFrom(ByteBuffer data)
static IndexDatapoint
IndexDatapoint. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type IndexDatapoint Modifier and Type Method Description List<IndexDatapoint>
ReadIndexDatapointsResponse.Builder. getDatapointsList()
The result list of datapoints.List<IndexDatapoint>
ReadIndexDatapointsResponse. getDatapointsList()
The result list of datapoints.List<IndexDatapoint>
ReadIndexDatapointsResponseOrBuilder. getDatapointsList()
The result list of datapoints.List<IndexDatapoint>
UpsertDatapointsRequest.Builder. getDatapointsList()
A list of datapoints to be created/updated.List<IndexDatapoint>
UpsertDatapointsRequest. getDatapointsList()
A list of datapoints to be created/updated.List<IndexDatapoint>
UpsertDatapointsRequestOrBuilder. getDatapointsList()
A list of datapoints to be created/updated.com.google.protobuf.Parser<IndexDatapoint>
IndexDatapoint. getParserForType()
static com.google.protobuf.Parser<IndexDatapoint>
IndexDatapoint. parser()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type IndexDatapoint Modifier and Type Method Description ReadIndexDatapointsResponse.Builder
ReadIndexDatapointsResponse.Builder. addDatapoints(int index, IndexDatapoint value)
The result list of datapoints.ReadIndexDatapointsResponse.Builder
ReadIndexDatapointsResponse.Builder. addDatapoints(IndexDatapoint value)
The result list of datapoints.UpsertDatapointsRequest.Builder
UpsertDatapointsRequest.Builder. addDatapoints(int index, IndexDatapoint value)
A list of datapoints to be created/updated.UpsertDatapointsRequest.Builder
UpsertDatapointsRequest.Builder. addDatapoints(IndexDatapoint value)
A list of datapoints to be created/updated.FindNeighborsRequest.Query.Builder
FindNeighborsRequest.Query.Builder. mergeDatapoint(IndexDatapoint value)
Required.FindNeighborsResponse.Neighbor.Builder
FindNeighborsResponse.Neighbor.Builder. mergeDatapoint(IndexDatapoint value)
The datapoint of the neighbor.IndexDatapoint.Builder
IndexDatapoint.Builder. mergeFrom(IndexDatapoint other)
static IndexDatapoint.Builder
IndexDatapoint. newBuilder(IndexDatapoint prototype)
FindNeighborsRequest.Query.Builder
FindNeighborsRequest.Query.Builder. setDatapoint(IndexDatapoint value)
Required.FindNeighborsResponse.Neighbor.Builder
FindNeighborsResponse.Neighbor.Builder. setDatapoint(IndexDatapoint value)
The datapoint of the neighbor.ReadIndexDatapointsResponse.Builder
ReadIndexDatapointsResponse.Builder. setDatapoints(int index, IndexDatapoint value)
The result list of datapoints.UpsertDatapointsRequest.Builder
UpsertDatapointsRequest.Builder. setDatapoints(int index, IndexDatapoint value)
A list of datapoints to be created/updated.Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type IndexDatapoint Modifier and Type Method Description ReadIndexDatapointsResponse.Builder
ReadIndexDatapointsResponse.Builder. addAllDatapoints(Iterable<? extends IndexDatapoint> values)
The result list of datapoints.UpsertDatapointsRequest.Builder
UpsertDatapointsRequest.Builder. addAllDatapoints(Iterable<? extends IndexDatapoint> values)
A list of datapoints to be created/updated.
-