GoogleCloudAiplatformV1MigratableResourceDataLabelingDataset constructor
GoogleCloudAiplatformV1MigratableResourceDataLabelingDataset({
- List<
GoogleCloudAiplatformV1MigratableResourceDataLabelingDatasetDataLabelingAnnotatedDataset> ? dataLabelingAnnotatedDatasets, - String? dataset,
- String? datasetDisplayName,
Implementation
GoogleCloudAiplatformV1MigratableResourceDataLabelingDataset({
this.dataLabelingAnnotatedDatasets,
this.dataset,
this.datasetDisplayName,
});