Reference documentation and code samples for the Financial Services V1 API class Google::Cloud::FinancialServices::V1::EngineVersion.
EngineVersion controls which version of the engine is used to tune, train, and run the model.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#expected_decommission_time
def expected_decommission_time() -> ::Google::Protobuf::Timestamp
Returns
- (::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.
#expected_limitation_start_time
def expected_limitation_start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::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.
#line_of_business
def line_of_business() -> ::Google::Cloud::FinancialServices::V1::LineOfBusiness
Returns
- (::Google::Cloud::FinancialServices::V1::LineOfBusiness) — Output only. The line of business (Retail/Commercial) this engine version is used for.
#name
def name() -> ::String
Returns
-
(::String) — Output only. Identifier. The resource name of the EngineVersion
format:
/projects/{project_num}/locations/{location}/instances/{instance}/engineVersions/{engine_version}
#state
def state() -> ::Google::Cloud::FinancialServices::V1::EngineVersion::State
Returns
- (::Google::Cloud::FinancialServices::V1::EngineVersion::State) — Output only. The state of the version.