GoogleCloudDatalabelingV1beta1ExportDataRequest constructor
GoogleCloudDatalabelingV1beta1ExportDataRequest({
- String? annotatedDataset,
- String? filter,
- GoogleCloudDatalabelingV1beta1OutputConfig? outputConfig,
- String? userEmailAddress,
Implementation
GoogleCloudDatalabelingV1beta1ExportDataRequest({
this.annotatedDataset,
this.filter,
this.outputConfig,
this.userEmailAddress,
});