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 Type
    Method
    Description
    boolean
    If true - quantized vectors always will be stored in RAM, ignoring the config of main storage
    boolean
    If true - quantized vectors always will be stored in RAM, ignoring the config of main storage

    Methods 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.