Class ExportDataResponse (1.48.0)

ExportDataResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response message for DatasetService.ExportData.

Attributes

NameDescription
exported_files MutableSequence[str]
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-*).
data_stats google.cloud.aiplatform_v1.types.Model.DataStats
Only present for custom code training export use case. Records data stats, i.e., train/validation/test item/annotation counts calculated during the export operation.

Methods

ExportDataResponse

ExportDataResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response message for DatasetService.ExportData.