public interface UpsertRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getNamespace()
This is the namespace name where you upsert vectors.
|
com.google.protobuf.ByteString |
getNamespaceBytes()
This is the namespace name where you upsert vectors.
|
Vector |
getVectors(int index)
An array containing the vectors to upsert.
|
int |
getVectorsCount()
An array containing the vectors to upsert.
|
java.util.List<Vector> |
getVectorsList()
An array containing the vectors to upsert.
|
VectorOrBuilder |
getVectorsOrBuilder(int index)
An array containing the vectors to upsert.
|
java.util.List<? extends VectorOrBuilder> |
getVectorsOrBuilderList()
An array containing the vectors to upsert.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<Vector> getVectorsList()
An array containing the vectors to upsert. Recommended batch limit is 100 vectors.
repeated .Vector vectors = 1 [(.google.api.field_behavior) = REQUIRED];Vector getVectors(int index)
An array containing the vectors to upsert. Recommended batch limit is 100 vectors.
repeated .Vector vectors = 1 [(.google.api.field_behavior) = REQUIRED];int getVectorsCount()
An array containing the vectors to upsert. Recommended batch limit is 100 vectors.
repeated .Vector vectors = 1 [(.google.api.field_behavior) = REQUIRED];java.util.List<? extends VectorOrBuilder> getVectorsOrBuilderList()
An array containing the vectors to upsert. Recommended batch limit is 100 vectors.
repeated .Vector vectors = 1 [(.google.api.field_behavior) = REQUIRED];VectorOrBuilder getVectorsOrBuilder(int index)
An array containing the vectors to upsert. Recommended batch limit is 100 vectors.
repeated .Vector vectors = 1 [(.google.api.field_behavior) = REQUIRED];java.lang.String getNamespace()
This is the namespace name where you upsert vectors.
string namespace = 2;com.google.protobuf.ByteString getNamespaceBytes()
This is the namespace name where you upsert vectors.
string namespace = 2;