Interface Points.NamedVectorsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Points.NamedVectors,Points.NamedVectors.Builder
- Enclosing class:
- Points
public static interface Points.NamedVectorsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsVectors(String key) map<string, .qdrant.Vector> vectors = 1;Deprecated.intmap<string, .qdrant.Vector> vectors = 1;map<string, .qdrant.Vector> vectors = 1;getVectorsOrDefault(String key, Points.Vector defaultValue) map<string, .qdrant.Vector> vectors = 1;getVectorsOrThrow(String key) map<string, .qdrant.Vector> vectors = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getVectorsCount
int getVectorsCount()map<string, .qdrant.Vector> vectors = 1; -
containsVectors
map<string, .qdrant.Vector> vectors = 1; -
getVectors
Deprecated.UsegetVectorsMap()instead. -
getVectorsMap
Map<String,Points.Vector> getVectorsMap()map<string, .qdrant.Vector> vectors = 1; -
getVectorsOrDefault
map<string, .qdrant.Vector> vectors = 1; -
getVectorsOrThrow
map<string, .qdrant.Vector> vectors = 1;
-