Cloud AI Platform v1 API - Class QueryContextLineageSubgraphRequest (2.27.0)

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

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

Request message for [MetadataService.QueryContextLineageSubgraph][google.cloud.aiplatform.v1.MetadataService.QueryContextLineageSubgraph].

Inheritance

object > QueryContextLineageSubgraphRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

QueryContextLineageSubgraphRequest()

public QueryContextLineageSubgraphRequest()

QueryContextLineageSubgraphRequest(QueryContextLineageSubgraphRequest)

public QueryContextLineageSubgraphRequest(QueryContextLineageSubgraphRequest other)
Parameter
NameDescription
otherQueryContextLineageSubgraphRequest

Properties

Context

public string Context { get; set; }

Required. The resource name of the Context whose Artifacts and Executions should be retrieved as a LineageSubgraph. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}

The request may error with FAILED_PRECONDITION if the number of Artifacts, the number of Executions, or the number of Events that would be returned for the Context exceeds 1000.

Property Value
TypeDescription
string

ContextAsContextName

public ContextName ContextAsContextName { get; set; }

ContextName-typed view over the Context resource name property.

Property Value
TypeDescription
ContextName