Cloud AI Platform v1 API - Enum PersistentResource.Types.State (3.0.0)

public enum PersistentResource.Types.State

Reference documentation and code samples for the Cloud AI Platform v1 API enum PersistentResource.Types.State.

Describes the PersistentResource state.

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Fields

Name Description
Error

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

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.