Financial Services V1 API - Module Google::Cloud::FinancialServices::V1::EngineVersion::State (v1.0.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Financial Services V1 API module Google::Cloud::FinancialServices::V1::EngineVersion::State.
State determines the lifecycle of a version and the models/engine configs
trained with it.
Constants
STATE_UNSPECIFIED
value: 0 Default state, should never be used.
ACTIVE
value: 1 Version is available for training and inference.
LIMITED
value: 2 Models using this version can still be run, but new ones cannot be
trained.
DECOMMISSIONED
value: 3 Version is deprecated, listed for informational purposes only.