CodeExecutionResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Result of executing ExecutableCode.
Attributes |
|
---|---|
Name | Description |
outcome |
google.cloud.discoveryengine_v1.types.AssistantContent.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.