SearchAndFetchVectorsRequest_$json top-level constant

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

Implementation

@$core.Deprecated('Use searchAndFetchVectorsRequest_Descriptor instead')
const SearchAndFetchVectorsRequest_$json = {
  '1': '_SearchAndFetchVectorsRequest',
  '2': [
    {'1': 'index_name', '3': 1, '4': 1, '5': 9, '10': 'indexName'},
    {'1': 'top_k', '3': 2, '4': 1, '5': 13, '10': 'topK'},
    {
      '1': 'query_vector',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.vectorindex._Vector',
      '10': 'queryVector'
    },
    {
      '1': 'metadata_fields',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.vectorindex._MetadataRequest',
      '10': 'metadataFields'
    },
    {
      '1': 'score_threshold',
      '3': 5,
      '4': 1,
      '5': 2,
      '9': 0,
      '10': 'scoreThreshold'
    },
    {
      '1': 'no_score_threshold',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.vectorindex._NoScoreThreshold',
      '9': 0,
      '10': 'noScoreThreshold'
    },
  ],
  '8': [
    {'1': 'threshold'},
  ],
};