QuantizationConfigDiff$json top-level constant

  1. @Deprecated('Use quantizationConfigDiffDescriptor instead')
Map<String, Object> const QuantizationConfigDiff$json

Implementation

@$core.Deprecated('Use quantizationConfigDiffDescriptor instead')
const QuantizationConfigDiff$json = {
  '1': 'QuantizationConfigDiff',
  '2': [
    {'1': 'scalar', '3': 1, '4': 1, '5': 11, '6': '.qdrant.ScalarQuantization', '9': 0, '10': 'scalar'},
    {'1': 'product', '3': 2, '4': 1, '5': 11, '6': '.qdrant.ProductQuantization', '9': 0, '10': 'product'},
    {'1': 'disabled', '3': 3, '4': 1, '5': 11, '6': '.qdrant.Disabled', '9': 0, '10': 'disabled'},
    {'1': 'binary', '3': 4, '4': 1, '5': 11, '6': '.qdrant.BinaryQuantization', '9': 0, '10': 'binary'},
  ],
  '8': [
    {'1': 'quantization'},
  ],
};