Cloud AI Platform v1beta1 API - Enum CodeExecutionResult.Types.Outcome (1.0.0-beta09)

public enum CodeExecutionResult.Types.Outcome

Reference documentation and code samples for the Cloud AI Platform v1beta1 API enum CodeExecutionResult.Types.Outcome.

Enumeration of possible outcomes of the code execution.

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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. stderr should contain the reason.

Ok

Code execution completed successfully.

Unspecified

Unspecified status. This value should not be used.