GoogleCloudDatalabelingV1beta1ExportDataOperationResponse constructor

GoogleCloudDatalabelingV1beta1ExportDataOperationResponse({
  1. String? annotatedDataset,
  2. String? dataset,
  3. int? exportCount,
  4. GoogleCloudDatalabelingV1beta1LabelStats? labelStats,
  5. GoogleCloudDatalabelingV1beta1OutputConfig? outputConfig,
  6. int? totalCount,
})

Implementation

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