TensorInfo$json top-level constant

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

Implementation

@$core.Deprecated('Use tensorInfoDescriptor instead')
const TensorInfo$json = {
  '1': 'TensorInfo',
  '2': [
    {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
    {'1': 'description', '3': 2, '4': 1, '5': 9, '10': 'description'},
    {'1': 'data_type', '3': 3, '4': 1, '5': 9, '10': 'dataType'},
    {'1': 'shape', '3': 4, '4': 3, '5': 5, '10': 'shape'},
    {'1': 'associated_files', '3': 5, '4': 3, '5': 11, '6': '.viam.service.mlmodel.v1.File', '10': 'associatedFiles'},
    {'1': 'extra', '3': 99, '4': 1, '5': 11, '6': '.google.protobuf.Struct', '10': 'extra'},
  ],
};