Class ExportDataOperationResponse (1.1.0)

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

Response used for ExportDataset longrunning operation. .. attribute:: dataset

Ouptut only. The name of dataset. "projects//datasets/".

:type: str

Attributes

NameDescription
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.