LabelType$json top-level constant

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

Implementation

@$core.Deprecated('Use labelTypeDescriptor instead')
const LabelType$json = {
  '1': 'LabelType',
  '2': [
    {'1': 'LABEL_TYPE_UNSPECIFIED', '2': 0},
    {'1': 'LABEL_TYPE_TENSOR_VALUE', '2': 1},
    {'1': 'LABEL_TYPE_TENSOR_AXIS', '2': 2},
  ],
};