public sealed class LineageSubgraph : IMessage<LineageSubgraph>, IEquatable<LineageSubgraph>, IDeepCloneable<LineageSubgraph>, IBufferMessage, IMessageReference 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.
Implements
IMessage<LineageSubgraph>, IEquatable<LineageSubgraph>, IDeepCloneable<LineageSubgraph>, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.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 |
RepeatedField<Artifact> |
|
Events
public RepeatedField<Event> Events { get; }The Event edges between Artifacts and Executions in the subgraph.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<Event> |
|
Executions
public RepeatedField<Execution> Executions { get; }The Execution nodes in the subgraph.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<Execution> |
|