GoogleCloudAiplatformV1PipelineJobRuntimeConfigInputArtifact.fromJson constructor

GoogleCloudAiplatformV1PipelineJobRuntimeConfigInputArtifact.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1PipelineJobRuntimeConfigInputArtifact.fromJson(
    core.Map json_)
    : this(
        artifactId: json_.containsKey('artifactId')
            ? json_['artifactId'] as core.String
            : null,
      );