Discovery Engine v1 API - Enum AssistantContent.Types.CodeExecutionResult.Types.Outcome (1.9.0)

public enum AssistantContent.Types.CodeExecutionResult.Types.Outcome

Reference documentation and code samples for the Discovery Engine v1 API enum AssistantContent.Types.CodeExecutionResult.Types.Outcome.

Enumeration of possible outcomes of the code execution.

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

Google.Cloud.DiscoveryEngine.V1.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. stderr should contain the reason.

Ok

Code execution completed successfully.

Unspecified

Unspecified status. This value should not be used.