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 | |
---|---|
Name | Description |
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: |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |