View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PipelineJobRuntimeConfigInputArtifact (google_api_ai_platform v0.24.0)
The type of an input artifact.
Attributes
-
artifactId(type:String.t, default:nil) - Artifact resource id from MLMD. Which is the last portion of an artifact resource name:projects/{project}/locations/{location}/metadataStores/default/artifacts/{artifact_id}. The artifact must stay within the same project, location and default metadatastore as the pipeline.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PipelineJobRuntimeConfigInputArtifact{ artifactId: String.t() | nil }