excludedFields property
Fields that will be excluded in the prediction instance that is sent to the Model.
Excluded will be attached to the batch prediction output if
key_field
is not specified.
When excluded_fields is populated,
included_fields
must be empty.
The input must be JSONL with objects at each line, BigQuery or TfRecord.
Implementation
final List<String> excludedFields;