Class ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource.QueryExecutionInputsAndOutputsRequest
Obtains the set of input and output Artifacts for this Execution, in the form of LineageSubgraph that also contains the Execution and connecting Events.
Inheritance
ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource.QueryExecutionInputsAndOutputsRequest
Inherited Members
Namespace: Google.Apis.Aiplatform.v1
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource.QueryExecutionInputsAndOutputsRequest : AiplatformBaseServiceRequest<GoogleCloudAiplatformV1LineageSubgraph>, IClientServiceRequest<GoogleCloudAiplatformV1LineageSubgraph>, IClientServiceRequest
Constructors
QueryExecutionInputsAndOutputsRequest(IClientService, string)
Constructs a new QueryExecutionInputsAndOutputs request.
Declaration
public QueryExecutionInputsAndOutputsRequest(IClientService service, string execution)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | execution |
Properties
Execution
Required. The resource name of the Execution whose input and output Artifacts should be
retrieved as a LineageSubgraph. Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}
Declaration
[RequestParameter("execution", RequestParameterType.Path)]
public virtual string Execution { 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 QueryExecutionInputsAndOutputs parameter list.
Declaration
protected override void InitParameters()