Class CodeExecutionResult (1.85.0)

CodeExecutionResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Result of executing the [ExecutableCode].

Always follows a part containing the [ExecutableCode].

Attributes

Name Description
outcome google.cloud.aiplatform_v1.types.CodeExecutionResult.Outcome
Required. Outcome of the code execution.
output str
Optional. Contains stdout when code execution is successful, stderr or other description otherwise.

Classes

Outcome

Outcome(value)

Enumeration of possible outcomes of the code execution.

Methods

CodeExecutionResult

CodeExecutionResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Result of executing the [ExecutableCode].

Always follows a part containing the [ExecutableCode].