GoogleCloudAiplatformV1MigratableResourceDataLabelingDatasetDataLabelingAnnotatedDataset.fromJson constructor
GoogleCloudAiplatformV1MigratableResourceDataLabelingDatasetDataLabelingAnnotatedDataset.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1MigratableResourceDataLabelingDatasetDataLabelingAnnotatedDataset.fromJson(
core.Map json_)
: this(
annotatedDataset: json_['annotatedDataset'] as core.String?,
annotatedDatasetDisplayName:
json_['annotatedDatasetDisplayName'] as core.String?,
);