Financial Services v1 API - Class EngineConfig.Types.PerformanceTarget (1.0.0-beta01)

public sealed class EngineConfig.Types.PerformanceTarget : IMessage<EngineConfig.Types.PerformanceTarget>, IEquatable<EngineConfig.Types.PerformanceTarget>, IDeepCloneable<EngineConfig.Types.PerformanceTarget>, IBufferMessage, IMessage

Reference documentation and code samples for the Financial Services v1 API class EngineConfig.Types.PerformanceTarget.

PerformanceTarget gives hints on how to evaluate the performance of a model.

Inheritance

object > EngineConfig.Types.PerformanceTarget

Namespace

Google.Cloud.FinancialServices.V1

Assembly

Google.Cloud.FinancialServices.V1.dll

Constructors

PerformanceTarget()

public PerformanceTarget()

PerformanceTarget(PerformanceTarget)

public PerformanceTarget(EngineConfig.Types.PerformanceTarget other)
Parameter
Name Description
other EngineConfigTypesPerformanceTarget

Properties

PartyInvestigationsPerPeriodHint

public long PartyInvestigationsPerPeriodHint { get; set; }

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.

Property Value
Type Description
long