ExportOptions

Options for exporting CES evaluation resources.

JSON representation
{
  "exportFormat": enum (ExportOptions.ExportFormat),
  "gcsUri": string
}
Fields
exportFormat

enum (ExportOptions.ExportFormat)

Optional. The format to export the evaluation results in. Defaults to JSON if not specified.

gcsUri

string

Optional. The Google Cloud Storage URI to write the exported Evaluation Results to.

ExportOptions.ExportFormat

The format to export the items in. Defaults to JSON if not specified.

Enums
EXPORT_FORMAT_UNSPECIFIED Unspecified format.
JSON JSON format.
YAML YAML format.