Class ProjectsResource.LocationsResource.MetadataStoresResource.ContextsResource.QueryContextLineageSubgraphRequest
Retrieves Artifacts and Executions within the specified Context, connected by Event edges and returned as a LineageSubgraph.
Inheritance
ProjectsResource.LocationsResource.MetadataStoresResource.ContextsResource.QueryContextLineageSubgraphRequest
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.MetadataStoresResource.ContextsResource.QueryContextLineageSubgraphRequest : AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1LineageSubgraph>, IClientServiceRequest<GoogleCloudAiplatformV1beta1LineageSubgraph>, IClientServiceRequest
Constructors
QueryContextLineageSubgraphRequest(IClientService, string)
Constructs a new QueryContextLineageSubgraph request.
Declaration
public QueryContextLineageSubgraphRequest(IClientService service, string context)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | context |
Properties
Context
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.
Declaration
[RequestParameter("context", RequestParameterType.Path)]
public virtual string Context { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes QueryContextLineageSubgraph parameter list.
Declaration
protected override void InitParameters()