dataFormat property

String? dataFormat
getter/setter pair

Data format of the dataset, only applicable if the input is from Google Cloud Storage.

The possible formats are: "tf-record" The source file is a TFRecord file. "csv" The source file is a CSV file. "jsonl" The source file is a JSONL file.

Implementation

core.String? dataFormat;