public static interface NearestNeighborQuery.EmbeddingOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
float |
getValue(int index)
Optional.
|
int |
getValueCount()
Optional.
|
List<Float> |
getValueList()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Float> getValueList()
Optional. Individual value in the embedding.
repeated float value = 1 [(.google.api.field_behavior) = OPTIONAL];int getValueCount()
Optional. Individual value in the embedding.
repeated float value = 1 [(.google.api.field_behavior) = OPTIONAL];float getValue(int index)
Optional. Individual value in the embedding.
repeated float value = 1 [(.google.api.field_behavior) = OPTIONAL];index - The index of the element to return.Copyright © 2024 Google LLC. All rights reserved.