Module: Google::Cloud::FinancialServices::V1::EngineVersion::State

Defined in:
proto_docs/google/cloud/financialservices/v1/engine_version.rb

Overview

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

Constant Summary collapse

STATE_UNSPECIFIED =

Default state, should never be used.

0
ACTIVE =

Version is available for training and inference.

1
LIMITED =

Models using this version can still be run, but new ones cannot be trained.

2
DECOMMISSIONED =

Version is deprecated, listed for informational purposes only.

3