GoogleCloudAiplatformV1MigratableResourceDataLabelingDatasetDataLabelingAnnotatedDataset.fromJson constructor

GoogleCloudAiplatformV1MigratableResourceDataLabelingDatasetDataLabelingAnnotatedDataset.fromJson(
  1. Map json_
)

Implementation

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