Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class State.
Describes the PersistentResource state.
Protobuf type google.cloud.aiplatform.v1.PersistentResource.State
Namespace
Google \ Cloud \ AIPlatform \ V1 \ PersistentResourceMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
Not set.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
PROVISIONING
Value: 1
The PROVISIONING state indicates the persistent resources is being created.
Generated from protobuf enum PROVISIONING = 1;
RUNNING
Value: 3
The RUNNING state indicates the persistent resource is healthy and fully usable.
Generated from protobuf enum RUNNING = 3;
STOPPING
Value: 4
The STOPPING state indicates the persistent resource is being deleted.
Generated from protobuf enum STOPPING = 4;
ERROR
Value: 5
The ERROR state indicates the persistent resource may be unusable.
Details can be found in the error
field.
Generated from protobuf enum ERROR = 5;
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).
Generated from protobuf enum REBOOTING = 6;
UPDATING
Value: 7
The UPDATING state indicates the persistent resource is being updated.
Generated from protobuf enum UPDATING = 7;