DenseVector$json top-level constant

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

Implementation

@$core.Deprecated('Use denseVectorDescriptor instead')
const DenseVector$json = {
  '1': 'DenseVector',
  '2': [
    {'1': 'data', '3': 1, '4': 3, '5': 2, '10': 'data'},
  ],
};