Package io.qdrant.client.grpc
Interface Collections.BinaryQuantizationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Collections.BinaryQuantization
,Collections.BinaryQuantization.Builder
- Enclosing class:
- Collections
public static interface Collections.BinaryQuantizationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
If true - quantized vectors always will be stored in RAM, ignoring the config of main storageboolean
If true - quantized vectors always will be stored in RAM, ignoring the config of main storageMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasAlwaysRam
boolean hasAlwaysRam()If true - quantized vectors always will be stored in RAM, ignoring the config of main storage
optional bool always_ram = 1;
- Returns:
- Whether the alwaysRam field is set.
-
getAlwaysRam
boolean getAlwaysRam()If true - quantized vectors always will be stored in RAM, ignoring the config of main storage
optional bool always_ram = 1;
- Returns:
- The alwaysRam.
-