Interface Collections.ProductQuantizationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Collections.ProductQuantization,Collections.ProductQuantization.Builder
- Enclosing class:
Collections
public static interface Collections.ProductQuantizationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanIf true - quantized vectors always will be stored in RAM, ignoring the config of main storageCompression ratiointCompression ratiobooleanIf true - quantized vectors always will be stored in RAM, ignoring the config of main storageMethods 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
-
getCompressionValue
int getCompressionValue()Compression ratio
.qdrant.CompressionRatio compression = 1;- Returns:
- The enum numeric value on the wire for compression.
-
getCompression
Collections.CompressionRatio getCompression()Compression ratio
.qdrant.CompressionRatio compression = 1;- Returns:
- The compression.
-
hasAlwaysRam
boolean hasAlwaysRam()If true - quantized vectors always will be stored in RAM, ignoring the config of main storage
optional bool always_ram = 2;- 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 = 2;- Returns:
- The alwaysRam.
-