Class: Google::Cloud::FinancialServices::V1::EngineConfig::PerformanceTarget
- Inherits:
-
Object
- Object
- Google::Cloud::FinancialServices::V1::EngineConfig::PerformanceTarget
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/financialservices/v1/engine_config.rb
Overview
PerformanceTarget gives hints on how to evaluate the performance of a model.
Instance Attribute Summary collapse
Instance Attribute Details
#party_investigations_per_period_hint ⇒ ::Integer
Returns Required. A number that gives the tuner a hint on the number of parties from this data that will be investigated per period (monthly). This is used to control how the model is evaluated. For example, when trying AML AI for the first time, we recommend setting this to the number of parties investigated in an average month, based on alerts from your existing automated alerting system.
102 103 104 105 |
# File 'proto_docs/google/cloud/financialservices/v1/engine_config.rb', line 102 class PerformanceTarget include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |