dataFormat property

String? dataFormat
getter/setter pair

The format in which instances are given, if not specified, assume it's JSONL format.

Currently only JSONL format is supported. Possible string values are:

  • "DATA_FORMAT_UNSPECIFIED" : Format unspecified, used when unset.
  • "JSONL" : Examples are stored in JSONL files.

Implementation

core.String? dataFormat;