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.
|
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.
|
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 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }com.google.protobuf.ByteString getIdBytes()
This is the vector's unique id.
string id = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }java.util.List<java.lang.Float> getValuesList()
This is the vector data included in the request.
repeated float values = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }int getValuesCount()
This is the vector data included in the request.
repeated float values = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }float getValues(int index)
This is the vector data included in the request.
repeated float values = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }index - The index of the element to return.boolean hasMetadata()
This is the metadata included in the request.
.google.protobuf.Struct metadata = 3 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }com.google.protobuf.Struct getMetadata()
This is the metadata included in the request.
.google.protobuf.Struct metadata = 3 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }com.google.protobuf.StructOrBuilder getMetadataOrBuilder()
This is the metadata included in the request.
.google.protobuf.Struct metadata = 3 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }