ExportDataResponse

Response message for DatasetService.ExportData.

Fields
exportedFiles[] string

All of the files that are exported in this export operation. For custom code training export, only three (training, validation and test) Cloud Storage paths in wildcard format are populated (for example, gs://.../training-*).

JSON representation
{
  "exportedFiles": [
    string
  ]
}