Reference documentation and code samples for the Google Cloud Financial Services V1 Client class EngineVersion.
EngineVersion controls which version of the engine is used to tune, train, and run the model.
Generated from protobuf message google.cloud.financialservices.v1.EngineVersion
Namespace
Google \ Cloud \ FinancialServices \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. Identifier. The resource name of the EngineVersion format: /projects/{project_num}/locations/{location}/instances/{instance}/engineVersions/{engine_version}
↳ state
int
Output only. The state of the version.
↳ expected_limitation_start_time
Google\Protobuf\Timestamp
Output only. Planned time to stop allowing training/tuning using this version. Existing trained models can still be used for prediction/backtest.
↳ expected_decommission_time
Google\Protobuf\Timestamp
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.
↳ line_of_business
int
Output only. The line of business (Retail/Commercial) this engine version is used for.
getName
Output only. Identifier. The resource name of the EngineVersion
format: /projects/{project_num}/locations/{location}/instances/{instance}/engineVersions/{engine_version}
string
setName
Output only. Identifier. The resource name of the EngineVersion
format: /projects/{project_num}/locations/{location}/instances/{instance}/engineVersions/{engine_version}
var
string
$this
getState
Output only. The state of the version.
setState
Output only. The state of the version.
$this
getExpectedLimitationStartTime
Output only. Planned time to stop allowing training/tuning using this version. Existing trained models can still be used for prediction/backtest.
hasExpectedLimitationStartTime
clearExpectedLimitationStartTime
setExpectedLimitationStartTime
Output only. Planned time to stop allowing training/tuning using this version. Existing trained models can still be used for prediction/backtest.
$this
getExpectedDecommissionTime
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.
hasExpectedDecommissionTime
clearExpectedDecommissionTime
setExpectedDecommissionTime
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.
$this
getLineOfBusiness
Output only. The line of business (Retail/Commercial) this engine version is used for.
setLineOfBusiness
Output only. The line of business (Retail/Commercial) this engine version is used for.
$this

