Class LineageSubgraph (1.38.1)

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 MutableSequence[google.cloud.aiplatform_v1.types.Artifact]
The Artifact nodes in the subgraph.
executions MutableSequence[google.cloud.aiplatform_v1.types.Execution]
The Execution nodes in the subgraph.
events MutableSequence[google.cloud.aiplatform_v1.types.Event]
The Event edges between Artifacts and Executions in the subgraph.

Methods

LineageSubgraph

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

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