Resource: EngineVersion
EngineVersion controls which version of the engine is used to tune, train, and run the model.
JSON representation |
---|
{ "name": string, "state": enum ( |
Fields | |
---|---|
name |
Output only. Identifier. The resource name of the EngineVersion format: "/projects/{project_num}/locations/{location}/instances/{instance}/engineVersions/{engineVersion}" |
state |
Output only. The state of the version. |
expectedLimitationStartTime |
Output only. Planned time to stop allowing training/tuning using this version. Existing trained models can still be used for prediction/backtest. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
expectedDecommissionTime |
Output only. Planned time to stop supporting the version, in addition to no training or tuning, models trained on this version can no longer be used for prediction/backtest. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
lineOfBusiness |
Output only. The line of business (Retail/Commercial) this engine version is used for. |
State
State determines the lifecycle of a version and the models/engine configs trained with it.
Enums | |
---|---|
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. |
Methods |
|
---|---|
|
Gets a single EngineVersion. |
|
Lists EngineVersions for given location. |