GoogleCloudDatalabelingV1p2alpha1ExportDataOperationResponse constructor
GoogleCloudDatalabelingV1p2alpha1ExportDataOperationResponse({
- String? annotatedDataset,
- String? dataset,
- int? exportCount,
- GoogleCloudDatalabelingV1p2alpha1LabelStats? labelStats,
- GoogleCloudDatalabelingV1p2alpha1OutputConfig? outputConfig,
- int? totalCount,
Implementation
GoogleCloudDatalabelingV1p2alpha1ExportDataOperationResponse({
this.annotatedDataset,
this.dataset,
this.exportCount,
this.labelStats,
this.outputConfig,
this.totalCount,
});