Google Cloud Ai Platform V1 Client - Class QueryExecutionInputsAndOutputsRequest (0.19.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

Namespace

Google \ Cloud \ AIPlatform \ V1

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

static::build

Parameter
NameDescription
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} Please see Google\Cloud\AIPlatform\V1\MetadataServiceClient::executionName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\QueryExecutionInputsAndOutputsRequest