Uses of Class
com.google.cloud.aiplatform.v1.IndexDatapoint
-
Packages that use IndexDatapoint Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of IndexDatapoint in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return IndexDatapoint Modifier and Type Method Description IndexDatapointIndexDatapoint.Builder. build()IndexDatapointIndexDatapoint.Builder. buildPartial()IndexDatapointFindNeighborsRequest.Query.Builder. getDatapoint()Required.IndexDatapointFindNeighborsRequest.Query. getDatapoint()Required.IndexDatapointFindNeighborsRequest.QueryOrBuilder. getDatapoint()Required.IndexDatapointFindNeighborsResponse.Neighbor.Builder. getDatapoint()The datapoint of the neighbor.IndexDatapointFindNeighborsResponse.Neighbor. getDatapoint()The datapoint of the neighbor.IndexDatapointFindNeighborsResponse.NeighborOrBuilder. getDatapoint()The datapoint of the neighbor.IndexDatapointReadIndexDatapointsResponse.Builder. getDatapoints(int index)The result list of datapoints.IndexDatapointReadIndexDatapointsResponse. getDatapoints(int index)The result list of datapoints.IndexDatapointReadIndexDatapointsResponseOrBuilder. getDatapoints(int index)The result list of datapoints.IndexDatapointUpsertDatapointsRequest.Builder. getDatapoints(int index)A list of datapoints to be created/updated.IndexDatapointUpsertDatapointsRequest. getDatapoints(int index)A list of datapoints to be created/updated.IndexDatapointUpsertDatapointsRequestOrBuilder. getDatapoints(int index)A list of datapoints to be created/updated.static IndexDatapointIndexDatapoint. getDefaultInstance()IndexDatapointIndexDatapoint.Builder. getDefaultInstanceForType()IndexDatapointIndexDatapoint. getDefaultInstanceForType()static IndexDatapointIndexDatapoint. parseDelimitedFrom(InputStream input)static IndexDatapointIndexDatapoint. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IndexDatapointIndexDatapoint. parseFrom(byte[] data)static IndexDatapointIndexDatapoint. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IndexDatapointIndexDatapoint. parseFrom(com.google.protobuf.ByteString data)static IndexDatapointIndexDatapoint. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IndexDatapointIndexDatapoint. parseFrom(com.google.protobuf.CodedInputStream input)static IndexDatapointIndexDatapoint. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IndexDatapointIndexDatapoint. parseFrom(InputStream input)static IndexDatapointIndexDatapoint. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IndexDatapointIndexDatapoint. parseFrom(ByteBuffer data)static IndexDatapointIndexDatapoint. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.aiplatform.v1 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.v1 with parameters of type IndexDatapoint Modifier and Type Method Description ReadIndexDatapointsResponse.BuilderReadIndexDatapointsResponse.Builder. addDatapoints(int index, IndexDatapoint value)The result list of datapoints.ReadIndexDatapointsResponse.BuilderReadIndexDatapointsResponse.Builder. addDatapoints(IndexDatapoint value)The result list of datapoints.UpsertDatapointsRequest.BuilderUpsertDatapointsRequest.Builder. addDatapoints(int index, IndexDatapoint value)A list of datapoints to be created/updated.UpsertDatapointsRequest.BuilderUpsertDatapointsRequest.Builder. addDatapoints(IndexDatapoint value)A list of datapoints to be created/updated.FindNeighborsRequest.Query.BuilderFindNeighborsRequest.Query.Builder. mergeDatapoint(IndexDatapoint value)Required.FindNeighborsResponse.Neighbor.BuilderFindNeighborsResponse.Neighbor.Builder. mergeDatapoint(IndexDatapoint value)The datapoint of the neighbor.IndexDatapoint.BuilderIndexDatapoint.Builder. mergeFrom(IndexDatapoint other)static IndexDatapoint.BuilderIndexDatapoint. newBuilder(IndexDatapoint prototype)FindNeighborsRequest.Query.BuilderFindNeighborsRequest.Query.Builder. setDatapoint(IndexDatapoint value)Required.FindNeighborsResponse.Neighbor.BuilderFindNeighborsResponse.Neighbor.Builder. setDatapoint(IndexDatapoint value)The datapoint of the neighbor.ReadIndexDatapointsResponse.BuilderReadIndexDatapointsResponse.Builder. setDatapoints(int index, IndexDatapoint value)The result list of datapoints.UpsertDatapointsRequest.BuilderUpsertDatapointsRequest.Builder. setDatapoints(int index, IndexDatapoint value)A list of datapoints to be created/updated.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type IndexDatapoint Modifier and Type Method Description ReadIndexDatapointsResponse.BuilderReadIndexDatapointsResponse.Builder. addAllDatapoints(Iterable<? extends IndexDatapoint> values)The result list of datapoints.UpsertDatapointsRequest.BuilderUpsertDatapointsRequest.Builder. addAllDatapoints(Iterable<? extends IndexDatapoint> values)A list of datapoints to be created/updated.
-