GoogleCloudAiplatformV1MigratableResourceDataLabelingDatasetDataLabelingAnnotatedDataset constructor

GoogleCloudAiplatformV1MigratableResourceDataLabelingDatasetDataLabelingAnnotatedDataset({
  1. String? annotatedDataset,
  2. String? annotatedDatasetDisplayName,
})

Implementation

GoogleCloudAiplatformV1MigratableResourceDataLabelingDatasetDataLabelingAnnotatedDataset({
  this.annotatedDataset,
  this.annotatedDatasetDisplayName,
});