public enum CodeExecutionResult.Types.OutcomeReference documentation and code samples for the Vertex AI v1beta1 API enum CodeExecutionResult.Types.Outcome.
Enumeration of possible outcomes of the code execution.
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.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. |