Module: Google::Cloud::Optimization::V1::AsyncModelMetadata::State

Defined in:
proto_docs/google/cloud/optimization/v1/async_model.rb

Overview

Possible states of the operation.

Constant Summary collapse

STATE_UNSPECIFIED =

The default value. This value is used if the state is omitted.

0
RUNNING =

Request is being processed.

1
SUCCEEDED =

The operation completed successfully.

2
CANCELLED =

The operation was cancelled.

3
FAILED =

The operation has failed.

4