GoogleCloudAiplatformV1MigratableResourceDataLabelingDatasetDataLabelingAnnotatedDataset.fromJson constructor

GoogleCloudAiplatformV1MigratableResourceDataLabelingDatasetDataLabelingAnnotatedDataset.fromJson(
  1. 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,
      );