public interface VectorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
This is the vector's unique id.
|
com.google.protobuf.ByteString |
getIdBytes()
This is the vector's unique id.
|
com.google.protobuf.Struct |
getMetadata()
This is the metadata included in the request.
|
com.google.protobuf.StructOrBuilder |
getMetadataOrBuilder()
This is the metadata included in the request.
|
SparseValues |
getSparseValues()
This is the vector sparse data
|
SparseValuesOrBuilder |
getSparseValuesOrBuilder()
This is the vector sparse data
|
float |
getValues(int index)
This is the vector data included in the request.
|
int |
getValuesCount()
This is the vector data included in the request.
|
java.util.List<java.lang.Float> |
getValuesList()
This is the vector data included in the request.
|
boolean |
hasMetadata()
This is the metadata included in the request.
|
boolean |
hasSparseValues()
This is the vector sparse data
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getId()
This is the vector's unique id.
string id = 1;com.google.protobuf.ByteString getIdBytes()
This is the vector's unique id.
string id = 1;java.util.List<java.lang.Float> getValuesList()
This is the vector data included in the request.
repeated float values = 2;int getValuesCount()
This is the vector data included in the request.
repeated float values = 2;float getValues(int index)
This is the vector data included in the request.
repeated float values = 2;index - The index of the element to return.boolean hasSparseValues()
This is the vector sparse data
.SparseValues sparse_values = 4;SparseValues getSparseValues()
This is the vector sparse data
.SparseValues sparse_values = 4;SparseValuesOrBuilder getSparseValuesOrBuilder()
This is the vector sparse data
.SparseValues sparse_values = 4;boolean hasMetadata()
This is the metadata included in the request.
.google.protobuf.Struct metadata = 3;com.google.protobuf.Struct getMetadata()
This is the metadata included in the request.
.google.protobuf.Struct metadata = 3;com.google.protobuf.StructOrBuilder getMetadataOrBuilder()
This is the metadata included in the request.
.google.protobuf.Struct metadata = 3;