SearchMatrixOffsets$json top-level constant

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

Implementation

@$core.Deprecated('Use searchMatrixOffsetsDescriptor instead')
const SearchMatrixOffsets$json = {
  '1': 'SearchMatrixOffsets',
  '2': [
    {'1': 'offsets_row', '3': 1, '4': 3, '5': 4, '10': 'offsetsRow'},
    {'1': 'offsets_col', '3': 2, '4': 3, '5': 4, '10': 'offsetsCol'},
    {'1': 'scores', '3': 3, '4': 3, '5': 2, '10': 'scores'},
    {'1': 'ids', '3': 4, '4': 3, '5': 11, '6': '.qdrant.PointId', '10': 'ids'},
  ],
};