public static interface SearchRequest.EmbeddingSpec.EmbeddingVectorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldPath()
Embedding field path in schema.
|
com.google.protobuf.ByteString |
getFieldPathBytes()
Embedding field path in schema.
|
float |
getVector(int index)
Query embedding vector.
|
int |
getVectorCount()
Query embedding vector.
|
List<Float> |
getVectorList()
Query embedding vector.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getFieldPath()
Embedding field path in schema.
string field_path = 1;com.google.protobuf.ByteString getFieldPathBytes()
Embedding field path in schema.
string field_path = 1;List<Float> getVectorList()
Query embedding vector.
repeated float vector = 2;int getVectorCount()
Query embedding vector.
repeated float vector = 2;float getVector(int index)
Query embedding vector.
repeated float vector = 2;index - The index of the element to return.Copyright © 2025 Google LLC. All rights reserved.