Package io.qdrant.client.grpc
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 TypeMethodDescriptionboolean
If true - quantized vectors always will be stored in RAM, ignoring the config of main storageCompression ratioint
Compression ratioboolean
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
-
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.
-