View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1LineageSubgraph (google_api_ai_platform v0.13.0)
A subgraph of the overall lineage graph. Event edges connect Artifact and Execution nodes.
Attributes
-
artifacts
(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Artifact.t)
, default:nil
) - The Artifact nodes in the subgraph. -
events
(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Event.t)
, default:nil
) - The Event edges between Artifacts and Executions in the subgraph. -
executions
(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Execution.t)
, default:nil
) - The Execution nodes in the subgraph.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1LineageSubgraph{ artifacts: [GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Artifact.t()] | nil, events: [GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Event.t()] | nil, executions: [GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Execution.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.