Output only. Identifier. The resource name of the EngineVersion format: "/projects/{project_num}/locations/{location}/instances/{instance}/engineVersions/{engineVersion}"
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".
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".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-28 UTC."],[[["\u003cp\u003eEngineVersion resource manages the engine version used for model tuning, training, and execution.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ename\u003c/code\u003e field uniquely identifies an EngineVersion resource within a project, location, and instance.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003estate\u003c/code\u003e indicates the current lifecycle phase of an EngineVersion, such as \u003ccode\u003eACTIVE\u003c/code\u003e, \u003ccode\u003eLIMITED\u003c/code\u003e, or \u003ccode\u003eDECOMMISSIONED\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eexpectedLimitationStartTime\u003c/code\u003e and \u003ccode\u003eexpectedDecommissionTime\u003c/code\u003e specify the planned timeframes for restricting training and completely deprecating an engine version, respectively.\u003c/p\u003e\n"],["\u003cp\u003eAvailable methods for EngineVersions include \u003ccode\u003eget\u003c/code\u003e to retrieve a specific version and \u003ccode\u003elist\u003c/code\u003e to obtain a collection of versions.\u003c/p\u003e\n"]]],[],null,["# REST Resource: projects.locations.instances.engineVersions\n\n- [Resource: EngineVersion](#EngineVersion)\n - [JSON representation](#EngineVersion.SCHEMA_REPRESENTATION)\n- [State](#State)\n- [Methods](#METHODS_SUMMARY)\n\nResource: EngineVersion\n-----------------------\n\nEngineVersion controls which version of the engine is used to tune, train, and run the model.\n\nState\n-----\n\nState determines the lifecycle of a version and the models/engine configs trained with it."]]