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