RecommendInput$json top-level constant

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

Implementation

@$core.Deprecated('Use recommendInputDescriptor instead')
const RecommendInput$json = {
  '1': 'RecommendInput',
  '2': [
    {'1': 'positive', '3': 1, '4': 3, '5': 11, '6': '.qdrant.VectorInput', '10': 'positive'},
    {'1': 'negative', '3': 2, '4': 3, '5': 11, '6': '.qdrant.VectorInput', '10': 'negative'},
    {'1': 'strategy', '3': 3, '4': 1, '5': 14, '6': '.qdrant.RecommendStrategy', '9': 0, '10': 'strategy', '17': true},
  ],
  '8': [
    {'1': '_strategy'},
  ],
};