Module: Google::Cloud::AIPlatform::V1::PersistentResource::State

Defined in:
proto_docs/google/cloud/aiplatform/v1/persistent_resource.rb

Overview

Describes the PersistentResource state.

Constant Summary collapse

STATE_UNSPECIFIED =

Not set.

0
PROVISIONING =

The PROVISIONING state indicates the persistent resources is being created.

1
RUNNING =

The RUNNING state indicates the persistent resource is healthy and fully usable.

3
STOPPING =

The STOPPING state indicates the persistent resource is being deleted.

4
ERROR =

The ERROR state indicates the persistent resource may be unusable. Details can be found in the error field.

5
REBOOTING =

The REBOOTING state indicates the persistent resource is being rebooted (PR is not available right now but is expected to be ready again later).

6
UPDATING =

The UPDATING state indicates the persistent resource is being updated.

7