Module: Google::Cloud::DiscoveryEngine::V1::AssistantContent::CodeExecutionResult::Outcome
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/assist_answer.rb
Overview
Enumeration of possible outcomes of the code execution.
Constant Summary collapse
- OUTCOME_UNSPECIFIED =
Unspecified status. This value should not be used.
0
- OUTCOME_OK =
Code execution completed successfully.
1
- OUTCOME_FAILED =
Code execution finished but with a failure.
stderr
should contain the reason. 2
- OUTCOME_DEADLINE_EXCEEDED =
Code execution ran for too long, and was cancelled. There may or may not be a partial output present.
3