ExportDataOperationResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Response used for ExportDataset longrunning operation.
Attributes | |
---|---|
Name | Description |
dataset |
str
Ouptut only. The name of dataset. "projects/*/datasets/*". |
total_count |
int
Output only. Total number of examples requested to export |
export_count |
int
Output only. Number of examples exported successfully. |
label_stats |
google.cloud.datalabeling_v1beta1.types.LabelStats
Output only. Statistic infos of labels in the exported dataset. |
output_config |
google.cloud.datalabeling_v1beta1.types.OutputConfig
Output only. output_config in the ExportData request. |