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