state property
State of the model.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Unspecified.
- "UNDEPLOYED" : Model is not deployed but is ready to deploy.
- "DEPLOYING" : Model is being deployed.
- "DEPLOYED" : Model is deployed and is ready to be used. A model can only be used in analysis if it's in this state.
- "UNDEPLOYING" : Model is being undeployed.
- "DELETING" : Model is being deleted.
Implementation
core.String? state;