Uses of Class
io.qdrant.client.grpc.Collections.VectorParams
Packages that use Collections.VectorParams
-
Uses of Collections.VectorParams in io.qdrant.client.grpc
Methods in io.qdrant.client.grpc that return Collections.VectorParamsModifier and TypeMethodDescriptionCollections.VectorParams.Builder.build()
Collections.VectorParams.Builder.buildPartial()
static Collections.VectorParams
Collections.VectorParams.getDefaultInstance()
Collections.VectorParams.Builder.getDefaultInstanceForType()
Collections.VectorParams.getDefaultInstanceForType()
Collections.VectorParamsMap.Builder.getMapOrDefault
(String key, Collections.VectorParams defaultValue) map<string, .qdrant.VectorParams> map = 1;
Collections.VectorParamsMap.getMapOrDefault
(String key, Collections.VectorParams defaultValue) map<string, .qdrant.VectorParams> map = 1;
Collections.VectorParamsMapOrBuilder.getMapOrDefault
(String key, Collections.VectorParams defaultValue) map<string, .qdrant.VectorParams> map = 1;
Collections.VectorParamsMap.Builder.getMapOrThrow
(String key) map<string, .qdrant.VectorParams> map = 1;
Collections.VectorParamsMap.getMapOrThrow
(String key) map<string, .qdrant.VectorParams> map = 1;
Collections.VectorParamsMapOrBuilder.getMapOrThrow
(String key) map<string, .qdrant.VectorParams> map = 1;
Collections.VectorsConfig.Builder.getParams()
.qdrant.VectorParams params = 1;
Collections.VectorsConfig.getParams()
.qdrant.VectorParams params = 1;
Collections.VectorsConfigOrBuilder.getParams()
.qdrant.VectorParams params = 1;
static Collections.VectorParams
Collections.VectorParams.parseDelimitedFrom
(InputStream input) static Collections.VectorParams
Collections.VectorParams.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Collections.VectorParams
Collections.VectorParams.parseFrom
(byte[] data) static Collections.VectorParams
Collections.VectorParams.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Collections.VectorParams
Collections.VectorParams.parseFrom
(com.google.protobuf.ByteString data) static Collections.VectorParams
Collections.VectorParams.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Collections.VectorParams
Collections.VectorParams.parseFrom
(com.google.protobuf.CodedInputStream input) static Collections.VectorParams
Collections.VectorParams.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Collections.VectorParams
Collections.VectorParams.parseFrom
(InputStream input) static Collections.VectorParams
Collections.VectorParams.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Collections.VectorParams
Collections.VectorParams.parseFrom
(ByteBuffer data) static Collections.VectorParams
Collections.VectorParams.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.qdrant.client.grpc that return types with arguments of type Collections.VectorParamsModifier and TypeMethodDescriptionCollections.VectorParamsMap.Builder.getMap()
Deprecated.Collections.VectorParamsMap.getMap()
Deprecated.Collections.VectorParamsMapOrBuilder.getMap()
Deprecated.Collections.VectorParamsMap.Builder.getMapMap()
map<string, .qdrant.VectorParams> map = 1;
Collections.VectorParamsMap.getMapMap()
map<string, .qdrant.VectorParams> map = 1;
Collections.VectorParamsMapOrBuilder.getMapMap()
map<string, .qdrant.VectorParams> map = 1;
Collections.VectorParamsMap.Builder.getMutableMap()
Deprecated.com.google.protobuf.Parser<Collections.VectorParams>
Collections.VectorParams.getParserForType()
static com.google.protobuf.Parser<Collections.VectorParams>
Collections.VectorParams.parser()
Methods in io.qdrant.client.grpc with parameters of type Collections.VectorParamsModifier and TypeMethodDescriptionCollections.VectorParamsMap.Builder.getMapOrDefault
(String key, Collections.VectorParams defaultValue) map<string, .qdrant.VectorParams> map = 1;
Collections.VectorParamsMap.getMapOrDefault
(String key, Collections.VectorParams defaultValue) map<string, .qdrant.VectorParams> map = 1;
Collections.VectorParamsMapOrBuilder.getMapOrDefault
(String key, Collections.VectorParams defaultValue) map<string, .qdrant.VectorParams> map = 1;
Collections.VectorParams.Builder.mergeFrom
(Collections.VectorParams other) Collections.VectorsConfig.Builder.mergeParams
(Collections.VectorParams value) .qdrant.VectorParams params = 1;
Collections.VectorParams.newBuilder
(Collections.VectorParams prototype) Collections.VectorParamsMap.Builder.putMap
(String key, Collections.VectorParams value) map<string, .qdrant.VectorParams> map = 1;
Collections.VectorsConfig.Builder.setParams
(Collections.VectorParams value) .qdrant.VectorParams params = 1;
Method parameters in io.qdrant.client.grpc with type arguments of type Collections.VectorParamsModifier and TypeMethodDescriptionCollections.VectorParamsMap.Builder.putAllMap
(Map<String, Collections.VectorParams> values) map<string, .qdrant.VectorParams> map = 1;