inputArtifacts property

The runtime artifacts of the PipelineJob.

The key will be the input artifact name and the value would be one of the InputArtifact.

Implementation

core.Map<
  core.String,
  GoogleCloudAiplatformV1PipelineJobRuntimeConfigInputArtifact
>?
inputArtifacts;