state property
Current state of the deployment.
Note: This field is displayed only when viewing deployment status. Possible string values are:
- "RUNTIME_STATE_UNSPECIFIED" : This value should never be returned.
- "READY" : Runtime has loaded the deployment.
- "PROGRESSING" : Deployment is not fully ready in the runtime.
- "ERROR" : Encountered an error with the deployment that requires intervention.
Implementation
core.String? state;