Class QueryExecutionInputsAndOutputsRequest (1.7.0)

public sealed class QueryExecutionInputsAndOutputsRequest : IMessage<QueryExecutionInputsAndOutputsRequest>, IEquatable<QueryExecutionInputsAndOutputsRequest>, IDeepCloneable<QueryExecutionInputsAndOutputsRequest>, IBufferMessage, IMessage

Request message for [MetadataService.QueryExecutionInputsAndOutputs][google.cloud.aiplatform.v1.MetadataService.QueryExecutionInputsAndOutputs].

Inheritance

Object > QueryExecutionInputsAndOutputsRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

QueryExecutionInputsAndOutputsRequest()

public QueryExecutionInputsAndOutputsRequest()

QueryExecutionInputsAndOutputsRequest(QueryExecutionInputsAndOutputsRequest)

public QueryExecutionInputsAndOutputsRequest(QueryExecutionInputsAndOutputsRequest other)
Parameter
NameDescription
otherQueryExecutionInputsAndOutputsRequest

Properties

Execution

public string Execution { get; set; }

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}

Property Value
TypeDescription
String

ExecutionAsExecutionName

public ExecutionName ExecutionAsExecutionName { get; set; }

ExecutionName-typed view over the Execution resource name property.

Property Value
TypeDescription
ExecutionName