public enum PersistentResource.Types.State
Reference documentation and code samples for the Cloud AI Platform v1beta1 API enum PersistentResource.Types.State.
Describes the PersistentResource state.
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Fields |
|
---|---|
Name | Description |
Error |
The ERROR state indicates the persistent resource may be unusable.
Details can be found in the |
Provisioning |
The PROVISIONING state indicates the persistent resources is being created. |
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). |
Running |
The RUNNING state indicates the persistent resource is healthy and fully usable. |
Stopping |
The STOPPING state indicates the persistent resource is being deleted. |
Unspecified |
Not set. |
Updating |
The UPDATING state indicates the persistent resource is being updated. |