REST Resource: projects.locations.instances.engineVersions

Resource: EngineVersion

EngineVersion controls which version of the engine is used to tune, train, and run the model.

JSON representation
{
  "name": string,
  "state": enum (State),
  "expectedLimitationStartTime": string,
  "expectedDecommissionTime": string,
  "lineOfBusiness": enum (LineOfBusiness)
}
Fields
name

string

Output only. Identifier. The resource name of the EngineVersion format: "/projects/{project_num}/locations/{location}/instances/{instance}/engineVersions/{engineVersion}"

state

enum (State)

Output only. The state of the version.

expectedLimitationStartTime

string (Timestamp format)

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: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

expectedDecommissionTime

string (Timestamp format)

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: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

lineOfBusiness

enum (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

get

Gets a single EngineVersion.

list

Lists EngineVersions for given location.