Vertex AI V1 API - Module Google::Cloud::AIPlatform::V1::CodeExecutionResult::Outcome (v0.63.0)

Reference documentation and code samples for the Vertex AI V1 API module Google::Cloud::AIPlatform::V1::CodeExecutionResult::Outcome.

Enumeration of possible outcomes of the code execution.

Constants

OUTCOME_UNSPECIFIED

value: 0
Unspecified status. This value should not be used.

OUTCOME_OK

value: 1
Code execution completed successfully.

OUTCOME_FAILED

value: 2
Code execution finished but with a failure. stderr should contain the reason.

OUTCOME_DEADLINE_EXCEEDED

value: 3
Code execution ran for too long, and was cancelled. There may or may not be a partial output present.