Enum Execution.Types.State (1.8.0)

public enum State

Describes the state of the Execution.

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Fields

NameDescription
Cached

The Execution completed through Cache hit.

Cancelled

The Execution was cancelled.

Complete

The Execution has finished running

Failed

The Execution has failed

New

The Execution is new

Running

The Execution is running

Unspecified

Unspecified Execution state