Class ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource.QueryExecutionInputsAndOutputsRequest | Google.Apis.Aiplatform.v1
Show / Hide Table of Contents

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
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudAiplatformV1LineageSubgraph>
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1LineageSubgraph>
ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource.QueryExecutionInputsAndOutputsRequest
Implements
IClientServiceRequest<GoogleCloudAiplatformV1LineageSubgraph>
IClientServiceRequest
Inherited Members
AiplatformBaseServiceRequest.Xgafv
AiplatformBaseServiceRequest.AccessToken
AiplatformBaseServiceRequest.Alt
AiplatformBaseServiceRequest.Callback
AiplatformBaseServiceRequest.Fields
AiplatformBaseServiceRequest.Key
AiplatformBaseServiceRequest.OauthToken
AiplatformBaseServiceRequest.PrettyPrint
AiplatformBaseServiceRequest.QuotaUser
AiplatformBaseServiceRequest.UploadType
AiplatformBaseServiceRequest.UploadProtocol
ClientServiceRequest.Execute()
ClientServiceRequest.ExecuteAsStream()
ClientServiceRequest.ExecuteAsync()
ClientServiceRequest.ExecuteAsync(CancellationToken)
ClientServiceRequest.ExecuteAsStreamAsync()
ClientServiceRequest.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest.CreateRequest(bool?)
ClientServiceRequest.GenerateRequestUri()
ClientServiceRequest.GetBody()
ClientServiceRequest.GetDefaultETagAction(string)
ClientServiceRequest.ETagAction
ClientServiceRequest.ModifyRequest
ClientServiceRequest.ValidateParameters
ClientServiceRequest.ApiVersion
ClientServiceRequest.RequestParameters
ClientServiceRequest.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource.QueryExecutionInputsAndOutputsRequest : AiplatformBaseServiceRequest, IClientServiceRequest, 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
ClientServiceRequest.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest.RestPath

Methods

InitParameters()

Initializes QueryExecutionInputsAndOutputs parameter list.

Declaration
protected override void InitParameters()
Overrides
AiplatformBaseServiceRequest.InitParameters()

Implements

IClientServiceRequest
IClientServiceRequest
In this article
Back to top Generated by DocFX