EngineVersion(mapping=None, *, ignore_unknown_fields=False, **kwargs)
EngineVersion controls which version of the engine is used to tune, train, and run the model.
Attributes |
|
---|---|
Name | Description |
name |
str
Output only. Identifier. The resource name of the EngineVersion format: "/projects/{project_num}/locations/{location}/instances/{instance}/engineVersions/{engine_version}". |
state |
google.cloud.financialservices_v1.types.EngineVersion.State
Output only. The state of the version. |
expected_limitation_start_time |
google.protobuf.timestamp_pb2.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_pb2.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 |
google.cloud.financialservices_v1.types.LineOfBusiness
Output only. The line of business (Retail/Commercial) this engine version is used for. |
Classes
State
State(value)
State determines the lifecycle of a version and the models/engine configs trained with it.