Google Cloud Ai Platform V1 Client - Class CodeExecutionResult (1.16.0)

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

Result of executing the [ExecutableCode].

Always follows a part containing the [ExecutableCode].

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

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ outcome int

Required. Outcome of the code execution.

↳ output string

Optional. Contains stdout when code execution is successful, stderr or other description otherwise.

getOutcome

Required. Outcome of the code execution.

Returns
Type Description
int

setOutcome

Required. Outcome of the code execution.

Parameter
Name Description
var int
Returns
Type Description
$this

getOutput

Optional. Contains stdout when code execution is successful, stderr or other description otherwise.

Returns
Type Description
string

setOutput

Optional. Contains stdout when code execution is successful, stderr or other description otherwise.

Parameter
Name Description
var string
Returns
Type Description
$this