servingState property
The serving state of the model: ACTIVE
, NOT_ACTIVE
.
Output only. Possible string values are:
- "SERVING_STATE_UNSPECIFIED" : Unspecified serving state.
- "INACTIVE" : The model is not serving.
- "ACTIVE" : The model is serving and can be queried.
- "TUNED" : The model is trained on tuned hyperparameters and can be queried.
Implementation
core.String? servingState;