Reference documentation and code samples for the Vertex AI V1 API module Google::Cloud::AIPlatform::V1::PersistentResource::State.
Describes the PersistentResource state.
Constants
STATE_UNSPECIFIED
value: 0
Not set.
PROVISIONING
value: 1
The PROVISIONING state indicates the persistent resources is being
created.
RUNNING
value: 3
The RUNNING state indicates the persistent resource is healthy and fully
usable.
STOPPING
value: 4
The STOPPING state indicates the persistent resource is being deleted.
ERROR
value: 5
The ERROR state indicates the persistent resource may be unusable.
Details can be found in the error
field.
REBOOTING
value: 6
The REBOOTING state indicates the persistent resource is being rebooted
(PR is not available right now but is expected to be ready again later).
UPDATING
value: 7
The UPDATING state indicates the persistent resource is being updated.