GoogleCloudDatalabelingV1p2alpha1ExportDataOperationResponse constructor

GoogleCloudDatalabelingV1p2alpha1ExportDataOperationResponse({
  1. String? annotatedDataset,
  2. String? dataset,
  3. int? exportCount,
  4. GoogleCloudDatalabelingV1p2alpha1LabelStats? labelStats,
  5. GoogleCloudDatalabelingV1p2alpha1OutputConfig? outputConfig,
  6. int? totalCount,
})

Implementation

GoogleCloudDatalabelingV1p2alpha1ExportDataOperationResponse({
  this.annotatedDataset,
  this.dataset,
  this.exportCount,
  this.labelStats,
  this.outputConfig,
  this.totalCount,
});