public sealed class LineageSubgraph : IMessage<LineageSubgraph>, IEquatable<LineageSubgraph>, IDeepCloneable<LineageSubgraph>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class LineageSubgraph.
A subgraph of the overall lineage graph. Event edges connect Artifact and Execution nodes.
Implements
IMessageLineageSubgraph, IEquatableLineageSubgraph, IDeepCloneableLineageSubgraph, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
LineageSubgraph()
public LineageSubgraph()LineageSubgraph(LineageSubgraph)
public LineageSubgraph(LineageSubgraph other)| Parameter | |
|---|---|
| Name | Description |
other |
LineageSubgraph |
Properties
Artifacts
public RepeatedField<Artifact> Artifacts { get; }The Artifact nodes in the subgraph.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldArtifact |
|
Events
public RepeatedField<Event> Events { get; }The Event edges between Artifacts and Executions in the subgraph.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldEvent |
|
Executions
public RepeatedField<Execution> Executions { get; }The Execution nodes in the subgraph.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldExecution |
|