SamplerConfig$json top-level constant

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

Implementation

@$core.Deprecated('Use samplerConfigDescriptor instead')
const SamplerConfig$json = {
  '1': 'SamplerConfig',
  '2': [
    {'1': 'top_k', '3': 1, '4': 1, '5': 5, '10': 'topK'},
    {'1': 'top_p', '3': 2, '4': 1, '5': 2, '10': 'topP'},
    {'1': 'temperature', '3': 3, '4': 1, '5': 2, '10': 'temperature'},
  ],
};