public enum AssistantContent.Types.CodeExecutionResult.Types.OutcomeReference documentation and code samples for the Discovery Engine v1beta API enum AssistantContent.Types.CodeExecutionResult.Types.Outcome.
Enumeration of possible outcomes of the code execution.
Namespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Fields |
|
|---|---|
| Name | Description |
DeadlineExceeded |
Code execution ran for too long, and was cancelled. There may or may not be a partial output present. |
Failed |
Code execution finished but with a failure. |
Ok |
Code execution completed successfully. |
Unspecified |
Unspecified status. This value should not be used. |