Class BacktestResult.PerformanceTarget.Builder (0.24.0)

public static final class BacktestResult.PerformanceTarget.Builder extends GeneratedMessage.Builder<BacktestResult.PerformanceTarget.Builder> implements BacktestResult.PerformanceTargetOrBuilder

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

Protobuf type google.cloud.financialservices.v1.BacktestResult.PerformanceTarget

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public BacktestResult.PerformanceTarget build()
Returns
Type Description
BacktestResult.PerformanceTarget

buildPartial()

public BacktestResult.PerformanceTarget buildPartial()
Returns
Type Description
BacktestResult.PerformanceTarget

clear()

public BacktestResult.PerformanceTarget.Builder clear()
Returns
Type Description
BacktestResult.PerformanceTarget.Builder
Overrides

clearPartyInvestigationsPerPeriodHint()

public BacktestResult.PerformanceTarget.Builder clearPartyInvestigationsPerPeriodHint()

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.

int64 party_investigations_per_period_hint = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
BacktestResult.PerformanceTarget.Builder

This builder for chaining.

getDefaultInstanceForType()

public BacktestResult.PerformanceTarget getDefaultInstanceForType()
Returns
Type Description
BacktestResult.PerformanceTarget

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getPartyInvestigationsPerPeriodHint()

public long 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.

int64 party_investigations_per_period_hint = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
long

The partyInvestigationsPerPeriodHint.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(BacktestResult.PerformanceTarget other)

public BacktestResult.PerformanceTarget.Builder mergeFrom(BacktestResult.PerformanceTarget other)
Parameter
Name Description
other BacktestResult.PerformanceTarget
Returns
Type Description
BacktestResult.PerformanceTarget.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public BacktestResult.PerformanceTarget.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BacktestResult.PerformanceTarget.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public BacktestResult.PerformanceTarget.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
BacktestResult.PerformanceTarget.Builder
Overrides

setPartyInvestigationsPerPeriodHint(long value)

public BacktestResult.PerformanceTarget.Builder setPartyInvestigationsPerPeriodHint(long value)

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.

int64 party_investigations_per_period_hint = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value long

The partyInvestigationsPerPeriodHint to set.

Returns
Type Description
BacktestResult.PerformanceTarget.Builder

This builder for chaining.