public sealed class QueryContextLineageSubgraphRequest : IMessage<QueryContextLineageSubgraphRequest>, IEquatable<QueryContextLineageSubgraphRequest>, IDeepCloneable<QueryContextLineageSubgraphRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class QueryContextLineageSubgraphRequest.
Request message for [MetadataService.QueryContextLineageSubgraph][google.cloud.aiplatform.v1beta1.MetadataService.QueryContextLineageSubgraph].
Implements
IMessageQueryContextLineageSubgraphRequest, IEquatableQueryContextLineageSubgraphRequest, IDeepCloneableQueryContextLineageSubgraphRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
QueryContextLineageSubgraphRequest()
public QueryContextLineageSubgraphRequest()
QueryContextLineageSubgraphRequest(QueryContextLineageSubgraphRequest)
public QueryContextLineageSubgraphRequest(QueryContextLineageSubgraphRequest other)
Parameter | |
---|---|
Name | Description |
other |
QueryContextLineageSubgraphRequest |
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 | |
---|---|
Type | Description |
string |
ContextAsContextName
public ContextName ContextAsContextName { get; set; }
ContextName-typed view over the Context resource name property.
Property Value | |
---|---|
Type | Description |
ContextName |