predictionFormat property

String? predictionFormat
getter/setter pair

The storage format of the predictions generated BatchPrediction job. Possible string values are:

  • "PREDICTION_FORMAT_UNSPECIFIED" : Should not be set.
  • "JSONL" : Predictions are in JSONL files.
  • "BIGQUERY" : Predictions are in BigQuery.

Implementation

core.String? predictionFormat;