GoogleCloudDatalabelingV1beta1ExportDataRequest constructor

GoogleCloudDatalabelingV1beta1ExportDataRequest({
  1. String? annotatedDataset,
  2. String? filter,
  3. GoogleCloudDatalabelingV1beta1OutputConfig? outputConfig,
  4. String? userEmailAddress,
})

Implementation

GoogleCloudDatalabelingV1beta1ExportDataRequest({
  this.annotatedDataset,
  this.filter,
  this.outputConfig,
  this.userEmailAddress,
});