Reference documentation and code samples for the Google Cloud Financial Services V1 Client class State.
State determines the lifecycle of a version and the models/engine configs trained with it.
Protobuf type google.cloud.financialservices.v1.EngineVersion.State
Namespace
Google \ Cloud \ FinancialServices \ V1 \ EngineVersionMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Default state, should never be used.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
ACTIVE
Value: 1Version is available for training and inference.
Generated from protobuf enum ACTIVE = 1;
LIMITED
Value: 2Models using this version can still be run, but new ones cannot be trained.
Generated from protobuf enum LIMITED = 2;
DECOMMISSIONED
Value: 3Version is deprecated, listed for informational purposes only.
Generated from protobuf enum DECOMMISSIONED = 3;