| Package | Description |
|---|---|
| com.google.cloud.aiplatform.v1 |
| Modifier and Type | Method and Description |
|---|---|
IndexDatapoint |
IndexDatapoint.Builder.build() |
IndexDatapoint |
IndexDatapoint.Builder.buildPartial() |
IndexDatapoint |
FindNeighborsRequest.QueryOrBuilder.getDatapoint()
Required.
|
IndexDatapoint |
FindNeighborsRequest.Query.getDatapoint()
Required.
|
IndexDatapoint |
FindNeighborsRequest.Query.Builder.getDatapoint()
Required.
|
IndexDatapoint |
FindNeighborsResponse.NeighborOrBuilder.getDatapoint()
The datapoint of the neighbor.
|
IndexDatapoint |
FindNeighborsResponse.Neighbor.getDatapoint()
The datapoint of the neighbor.
|
IndexDatapoint |
FindNeighborsResponse.Neighbor.Builder.getDatapoint()
The datapoint of the neighbor.
|
IndexDatapoint |
UpsertDatapointsRequest.getDatapoints(int index)
A list of datapoints to be created/updated.
|
IndexDatapoint |
UpsertDatapointsRequest.Builder.getDatapoints(int index)
A list of datapoints to be created/updated.
|
IndexDatapoint |
UpsertDatapointsRequestOrBuilder.getDatapoints(int index)
A list of datapoints to be created/updated.
|
IndexDatapoint |
ReadIndexDatapointsResponse.getDatapoints(int index)
The result list of datapoints.
|
IndexDatapoint |
ReadIndexDatapointsResponse.Builder.getDatapoints(int index)
The result list of datapoints.
|
IndexDatapoint |
ReadIndexDatapointsResponseOrBuilder.getDatapoints(int index)
The result list of datapoints.
|
static IndexDatapoint |
IndexDatapoint.getDefaultInstance() |
IndexDatapoint |
IndexDatapoint.getDefaultInstanceForType() |
IndexDatapoint |
IndexDatapoint.Builder.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(ByteBuffer data) |
static IndexDatapoint |
IndexDatapoint.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
List<IndexDatapoint> |
UpsertDatapointsRequest.getDatapointsList()
A list of datapoints to be created/updated.
|
List<IndexDatapoint> |
UpsertDatapointsRequest.Builder.getDatapointsList()
A list of datapoints to be created/updated.
|
List<IndexDatapoint> |
UpsertDatapointsRequestOrBuilder.getDatapointsList()
A list of datapoints to be created/updated.
|
List<IndexDatapoint> |
ReadIndexDatapointsResponse.getDatapointsList()
The result list of datapoints.
|
List<IndexDatapoint> |
ReadIndexDatapointsResponse.Builder.getDatapointsList()
The result list of datapoints.
|
List<IndexDatapoint> |
ReadIndexDatapointsResponseOrBuilder.getDatapointsList()
The result list of datapoints.
|
com.google.protobuf.Parser<IndexDatapoint> |
IndexDatapoint.getParserForType() |
static com.google.protobuf.Parser<IndexDatapoint> |
IndexDatapoint.parser() |
| Modifier and Type | Method and Description |
|---|---|
UpsertDatapointsRequest.Builder |
UpsertDatapointsRequest.Builder.addDatapoints(IndexDatapoint value)
A list of datapoints to be created/updated.
|
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.
|
ReadIndexDatapointsResponse.Builder |
ReadIndexDatapointsResponse.Builder.addDatapoints(int index,
IndexDatapoint value)
The result list of datapoints.
|
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.
|
UpsertDatapointsRequest.Builder |
UpsertDatapointsRequest.Builder.setDatapoints(int index,
IndexDatapoint value)
A list of datapoints to be created/updated.
|
ReadIndexDatapointsResponse.Builder |
ReadIndexDatapointsResponse.Builder.setDatapoints(int index,
IndexDatapoint value)
The result list of datapoints.
|
| Modifier and Type | Method and Description |
|---|---|
UpsertDatapointsRequest.Builder |
UpsertDatapointsRequest.Builder.addAllDatapoints(Iterable<? extends IndexDatapoint> values)
A list of datapoints to be created/updated.
|
ReadIndexDatapointsResponse.Builder |
ReadIndexDatapointsResponse.Builder.addAllDatapoints(Iterable<? extends IndexDatapoint> values)
The result list of datapoints.
|
Copyright © 2024 Google LLC. All rights reserved.