Class State (2.20.0)

State(value)

State of the model.

Values: STATE_UNSPECIFIED (0): Should not be used, an un-set enum has this value by default. CREATING (1): Model being created. UNDEPLOYED (2): Model is not deployed but ready to deploy. DEPLOYING (3): Model is deploying. DEPLOYED (4): Model is deployed and ready to use. UNDEPLOYING (5): Model is undeploying. DELETING (6): Model is deleting. FAILED (7): Model is in error state. Not ready to deploy and use. PENDING (8): Model is being created but the training has not started, The model may remain in this state until there is enough capacity to start training.