Artifact$json top-level constant

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

Implementation

@$core.Deprecated('Use artifactDescriptor instead')
const Artifact$json = const {
  '1': 'Artifact',
  '2': const [
    const {'1': 'id', '3': 1, '4': 1, '5': 4, '10': 'id'},
    const {'1': 'type', '3': 2, '4': 1, '5': 14, '6': '.gooseai.ArtifactType', '10': 'type'},
    const {'1': 'mime', '3': 3, '4': 1, '5': 9, '10': 'mime'},
    const {'1': 'magic', '3': 4, '4': 1, '5': 9, '9': 1, '10': 'magic', '17': true},
    const {'1': 'binary', '3': 5, '4': 1, '5': 12, '9': 0, '10': 'binary'},
    const {'1': 'text', '3': 6, '4': 1, '5': 9, '9': 0, '10': 'text'},
    const {'1': 'tokens', '3': 7, '4': 1, '5': 11, '6': '.gooseai.Tokens', '9': 0, '10': 'tokens'},
    const {'1': 'classifier', '3': 11, '4': 1, '5': 11, '6': '.gooseai.ClassifierParameters', '9': 0, '10': 'classifier'},
    const {'1': 'tensor', '3': 14, '4': 1, '5': 11, '6': '.tensors.Tensor', '9': 0, '10': 'tensor'},
    const {'1': 'index', '3': 8, '4': 1, '5': 13, '10': 'index'},
    const {'1': 'finish_reason', '3': 9, '4': 1, '5': 14, '6': '.gooseai.FinishReason', '10': 'finishReason'},
    const {'1': 'seed', '3': 10, '4': 1, '5': 13, '10': 'seed'},
    const {'1': 'uuid', '3': 12, '4': 1, '5': 9, '10': 'uuid'},
    const {'1': 'size', '3': 13, '4': 1, '5': 4, '10': 'size'},
  ],
  '8': const [
    const {'1': 'data'},
    const {'1': '_magic'},
  ],
};