Class State (0.1.0)

State(value)

State determines the lifecycle of a version and the models/engine configs trained with it.

Enums

Name Description
STATE_UNSPECIFIED Default state, should never be used.
ACTIVE Version is available for training and inference.
LIMITED Models using this version can still be run, but new ones cannot be trained.
DECOMMISSIONED Version is deprecated, listed for informational purposes only.