Show / Hide Table of Contents

Class GoogleCloudAiplatformV1LineageSubgraph

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

Inheritance
object
GoogleCloudAiplatformV1LineageSubgraph
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX