Class GoogleCloudAiplatformV1LineageSubgraph
A subgraph of the overall lineage graph. Event edges connect Artifact and Execution nodes.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1LineageSubgraph : IDirectResponseSchema
Properties
Artifacts
The Artifact nodes in the subgraph.
Declaration
[JsonProperty("artifacts")]
public virtual IList<GoogleCloudAiplatformV1Artifact> Artifacts { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1Artifact> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Events
The Event edges between Artifacts and Executions in the subgraph.
Declaration
[JsonProperty("events")]
public virtual IList<GoogleCloudAiplatformV1Event> Events { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1Event> |
Executions
The Execution nodes in the subgraph.
Declaration
[JsonProperty("executions")]
public virtual IList<GoogleCloudAiplatformV1Execution> Executions { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1Execution> |