Reference documentation and code samples for the Google Cloud Financial Services V1 Client class PerformanceTarget.
PerformanceTarget gives hints on how to evaluate the performance of a model.
Generated from protobuf message google.cloud.financialservices.v1.EngineConfig.PerformanceTarget
Namespace
Google \ Cloud \ FinancialServices \ V1 \ EngineConfigMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ party_investigations_per_period_hint |
int|string
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. |
getPartyInvestigationsPerPeriodHint
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.
Returns | |
---|---|
Type | Description |
int|string |
setPartyInvestigationsPerPeriodHint
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.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |