Cloud AI Platform v1 API - Class LineageSubgraph (2.27.0)

public sealed class LineageSubgraph : IMessage<LineageSubgraph>, IEquatable<LineageSubgraph>, IDeepCloneable<LineageSubgraph>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class LineageSubgraph.

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

Inheritance

object > LineageSubgraph

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

LineageSubgraph()

public LineageSubgraph()

LineageSubgraph(LineageSubgraph)

public LineageSubgraph(LineageSubgraph other)
Parameter
NameDescription
otherLineageSubgraph

Properties

Artifacts

public RepeatedField<Artifact> Artifacts { get; }

The Artifact nodes in the subgraph.

Property Value
TypeDescription
RepeatedFieldArtifact

Events

public RepeatedField<Event> Events { get; }

The Event edges between Artifacts and Executions in the subgraph.

Property Value
TypeDescription
RepeatedFieldEvent

Executions

public RepeatedField<Execution> Executions { get; }

The Execution nodes in the subgraph.

Property Value
TypeDescription
RepeatedFieldExecution