Google Cloud Ai Platform V1 Client - Class QueryExecutionInputsAndOutputsRequest (0.15.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class QueryExecutionInputsAndOutputsRequest.

Request message for MetadataService.QueryExecutionInputsAndOutputs.

Generated from protobuf message google.cloud.aiplatform.v1.QueryExecutionInputsAndOutputsRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ execution string

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}

getExecution

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}

Returns
TypeDescription
string

setExecution

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}

Parameter
NameDescription
var string
Returns
TypeDescription
$this