Uses of Class
com.google.cloud.aiplatform.v1beta1.FindNeighborsResponse.NearestNeighbors
-
Packages that use FindNeighborsResponse.NearestNeighbors Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of FindNeighborsResponse.NearestNeighbors in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return FindNeighborsResponse.NearestNeighbors Modifier and Type Method Description FindNeighborsResponse.NearestNeighbors
FindNeighborsResponse.NearestNeighbors.Builder. build()
FindNeighborsResponse.NearestNeighbors
FindNeighborsResponse.NearestNeighbors.Builder. buildPartial()
static FindNeighborsResponse.NearestNeighbors
FindNeighborsResponse.NearestNeighbors. getDefaultInstance()
FindNeighborsResponse.NearestNeighbors
FindNeighborsResponse.NearestNeighbors.Builder. getDefaultInstanceForType()
FindNeighborsResponse.NearestNeighbors
FindNeighborsResponse.NearestNeighbors. getDefaultInstanceForType()
FindNeighborsResponse.NearestNeighbors
FindNeighborsResponse.Builder. getNearestNeighbors(int index)
The nearest neighbors of the query datapoints.FindNeighborsResponse.NearestNeighbors
FindNeighborsResponse. getNearestNeighbors(int index)
The nearest neighbors of the query datapoints.FindNeighborsResponse.NearestNeighbors
FindNeighborsResponseOrBuilder. getNearestNeighbors(int index)
The nearest neighbors of the query datapoints.static FindNeighborsResponse.NearestNeighbors
FindNeighborsResponse.NearestNeighbors. parseDelimitedFrom(InputStream input)
static FindNeighborsResponse.NearestNeighbors
FindNeighborsResponse.NearestNeighbors. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FindNeighborsResponse.NearestNeighbors
FindNeighborsResponse.NearestNeighbors. parseFrom(byte[] data)
static FindNeighborsResponse.NearestNeighbors
FindNeighborsResponse.NearestNeighbors. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FindNeighborsResponse.NearestNeighbors
FindNeighborsResponse.NearestNeighbors. parseFrom(com.google.protobuf.ByteString data)
static FindNeighborsResponse.NearestNeighbors
FindNeighborsResponse.NearestNeighbors. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FindNeighborsResponse.NearestNeighbors
FindNeighborsResponse.NearestNeighbors. parseFrom(com.google.protobuf.CodedInputStream input)
static FindNeighborsResponse.NearestNeighbors
FindNeighborsResponse.NearestNeighbors. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FindNeighborsResponse.NearestNeighbors
FindNeighborsResponse.NearestNeighbors. parseFrom(InputStream input)
static FindNeighborsResponse.NearestNeighbors
FindNeighborsResponse.NearestNeighbors. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FindNeighborsResponse.NearestNeighbors
FindNeighborsResponse.NearestNeighbors. parseFrom(ByteBuffer data)
static FindNeighborsResponse.NearestNeighbors
FindNeighborsResponse.NearestNeighbors. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type FindNeighborsResponse.NearestNeighbors Modifier and Type Method Description List<FindNeighborsResponse.NearestNeighbors>
FindNeighborsResponse.Builder. getNearestNeighborsList()
The nearest neighbors of the query datapoints.List<FindNeighborsResponse.NearestNeighbors>
FindNeighborsResponse. getNearestNeighborsList()
The nearest neighbors of the query datapoints.List<FindNeighborsResponse.NearestNeighbors>
FindNeighborsResponseOrBuilder. getNearestNeighborsList()
The nearest neighbors of the query datapoints.com.google.protobuf.Parser<FindNeighborsResponse.NearestNeighbors>
FindNeighborsResponse.NearestNeighbors. getParserForType()
static com.google.protobuf.Parser<FindNeighborsResponse.NearestNeighbors>
FindNeighborsResponse.NearestNeighbors. parser()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type FindNeighborsResponse.NearestNeighbors Modifier and Type Method Description FindNeighborsResponse.Builder
FindNeighborsResponse.Builder. addNearestNeighbors(int index, FindNeighborsResponse.NearestNeighbors value)
The nearest neighbors of the query datapoints.FindNeighborsResponse.Builder
FindNeighborsResponse.Builder. addNearestNeighbors(FindNeighborsResponse.NearestNeighbors value)
The nearest neighbors of the query datapoints.FindNeighborsResponse.NearestNeighbors.Builder
FindNeighborsResponse.NearestNeighbors.Builder. mergeFrom(FindNeighborsResponse.NearestNeighbors other)
static FindNeighborsResponse.NearestNeighbors.Builder
FindNeighborsResponse.NearestNeighbors. newBuilder(FindNeighborsResponse.NearestNeighbors prototype)
FindNeighborsResponse.Builder
FindNeighborsResponse.Builder. setNearestNeighbors(int index, FindNeighborsResponse.NearestNeighbors value)
The nearest neighbors of the query datapoints.Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type FindNeighborsResponse.NearestNeighbors Modifier and Type Method Description FindNeighborsResponse.Builder
FindNeighborsResponse.Builder. addAllNearestNeighbors(Iterable<? extends FindNeighborsResponse.NearestNeighbors> values)
The nearest neighbors of the query datapoints.
-