GoogleCloudDatalabelingV1beta1ExportDataOperationResponse constructor
GoogleCloudDatalabelingV1beta1ExportDataOperationResponse({
- String? annotatedDataset,
- String? dataset,
- int? exportCount,
- GoogleCloudDatalabelingV1beta1LabelStats? labelStats,
- GoogleCloudDatalabelingV1beta1OutputConfig? outputConfig,
- int? totalCount,
Implementation
GoogleCloudDatalabelingV1beta1ExportDataOperationResponse({
this.annotatedDataset,
this.dataset,
this.exportCount,
this.labelStats,
this.outputConfig,
this.totalCount,
});