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<GoogleCloudAiplatformV1LineageSubgraph>.Xgafv
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1LineageSubgraph>.AccessToken
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1LineageSubgraph>.Alt
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1LineageSubgraph>.Callback
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1LineageSubgraph>.Fields
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1LineageSubgraph>.Key
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1LineageSubgraph>.OauthToken
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1LineageSubgraph>.PrettyPrint
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1LineageSubgraph>.QuotaUser
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1LineageSubgraph>.UploadType
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1LineageSubgraph>.UploadProtocol
ClientServiceRequest<GoogleCloudAiplatformV1LineageSubgraph>.Execute()
ClientServiceRequest<GoogleCloudAiplatformV1LineageSubgraph>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudAiplatformV1LineageSubgraph>.ExecuteAsync()
ClientServiceRequest<GoogleCloudAiplatformV1LineageSubgraph>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudAiplatformV1LineageSubgraph>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudAiplatformV1LineageSubgraph>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudAiplatformV1LineageSubgraph>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudAiplatformV1LineageSubgraph>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudAiplatformV1LineageSubgraph>.GetBody()
ClientServiceRequest<GoogleCloudAiplatformV1LineageSubgraph>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudAiplatformV1LineageSubgraph>.ETagAction
ClientServiceRequest<GoogleCloudAiplatformV1LineageSubgraph>.ModifyRequest
ClientServiceRequest<GoogleCloudAiplatformV1LineageSubgraph>.ValidateParameters
ClientServiceRequest<GoogleCloudAiplatformV1LineageSubgraph>.ApiVersion
ClientServiceRequest<GoogleCloudAiplatformV1LineageSubgraph>.RequestParameters
ClientServiceRequest<GoogleCloudAiplatformV1LineageSubgraph>.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<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
ClientServiceRequest<GoogleCloudAiplatformV1LineageSubgraph>.HttpMethod

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes QueryExecutionInputsAndOutputs parameter list.

Declaration
protected override void InitParameters()
Overrides
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1LineageSubgraph>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX