Class LineageSubgraph (1.18.0)

LineageSubgraph(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A subgraph of the overall lineage graph. Event edges connect Artifact and Execution nodes.

Attributes

NameDescription
artifacts Sequence[google.cloud.aiplatform_v1.types.Artifact]
The Artifact nodes in the subgraph.
executions Sequence[google.cloud.aiplatform_v1.types.Execution]
The Execution nodes in the subgraph.
events Sequence[google.cloud.aiplatform_v1.types.Event]
The Event edges between Artifacts and Executions in the subgraph.

Inheritance

builtins.object > proto.message.Message > LineageSubgraph