Uses of Class
com.google.cloud.aiplatform.v1.IndexDatapoint
Packages that use IndexDatapoint
-
Uses of IndexDatapoint in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return IndexDatapointModifier and TypeMethodDescriptionIndexDatapoint.Builder.build()IndexDatapoint.Builder.buildPartial()FindNeighborsRequest.Query.Builder.getDatapoint()Required.FindNeighborsRequest.Query.getDatapoint()Required.FindNeighborsRequest.QueryOrBuilder.getDatapoint()Required.FindNeighborsResponse.Neighbor.Builder.getDatapoint()The datapoint of the neighbor.FindNeighborsResponse.Neighbor.getDatapoint()The datapoint of the neighbor.FindNeighborsResponse.NeighborOrBuilder.getDatapoint()The datapoint of the neighbor.ReadIndexDatapointsResponse.Builder.getDatapoints(int index) The result list of datapoints.ReadIndexDatapointsResponse.getDatapoints(int index) The result list of datapoints.ReadIndexDatapointsResponseOrBuilder.getDatapoints(int index) The result list of datapoints.UpsertDatapointsRequest.Builder.getDatapoints(int index) A list of datapoints to be created/updated.UpsertDatapointsRequest.getDatapoints(int index) A list of datapoints to be created/updated.UpsertDatapointsRequestOrBuilder.getDatapoints(int index) A list of datapoints to be created/updated.static IndexDatapointIndexDatapoint.getDefaultInstance()IndexDatapoint.Builder.getDefaultInstanceForType()IndexDatapoint.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 IndexDatapointModifier and TypeMethodDescriptionReadIndexDatapointsResponse.Builder.getDatapointsList()The result list of datapoints.ReadIndexDatapointsResponse.getDatapointsList()The result list of datapoints.ReadIndexDatapointsResponseOrBuilder.getDatapointsList()The result list of datapoints.UpsertDatapointsRequest.Builder.getDatapointsList()A list of datapoints to be created/updated.UpsertDatapointsRequest.getDatapointsList()A list of datapoints to be created/updated.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 IndexDatapointModifier and TypeMethodDescriptionReadIndexDatapointsResponse.Builder.addDatapoints(int index, IndexDatapoint value) The result list of datapoints.ReadIndexDatapointsResponse.Builder.addDatapoints(IndexDatapoint value) The result list of datapoints.UpsertDatapointsRequest.Builder.addDatapoints(int index, IndexDatapoint value) A list of datapoints to be created/updated.UpsertDatapointsRequest.Builder.addDatapoints(IndexDatapoint value) A list of datapoints to be created/updated.FindNeighborsRequest.Query.Builder.mergeDatapoint(IndexDatapoint value) Required.FindNeighborsResponse.Neighbor.Builder.mergeDatapoint(IndexDatapoint value) The datapoint of the neighbor.IndexDatapoint.Builder.mergeFrom(IndexDatapoint other) static IndexDatapoint.BuilderIndexDatapoint.newBuilder(IndexDatapoint prototype) FindNeighborsRequest.Query.Builder.setDatapoint(IndexDatapoint value) Required.FindNeighborsResponse.Neighbor.Builder.setDatapoint(IndexDatapoint value) The datapoint of the neighbor.ReadIndexDatapointsResponse.Builder.setDatapoints(int index, IndexDatapoint value) The result list of datapoints.UpsertDatapointsRequest.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 IndexDatapointModifier and TypeMethodDescriptionReadIndexDatapointsResponse.Builder.addAllDatapoints(Iterable<? extends IndexDatapoint> values) The result list of datapoints.UpsertDatapointsRequest.Builder.addAllDatapoints(Iterable<? extends IndexDatapoint> values) A list of datapoints to be created/updated.