Class EngineConfig.PerformanceTarget.Builder (0.24.0)

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

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

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

Static Methods

getDescriptor()

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

Methods

build()

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

buildPartial()

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

clear()

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

clearPartyInvestigationsPerPeriodHint()

public EngineConfig.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
EngineConfig.PerformanceTarget.Builder

This builder for chaining.

getDefaultInstanceForType()

public EngineConfig.PerformanceTarget getDefaultInstanceForType()
Returns
Type Description
EngineConfig.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(EngineConfig.PerformanceTarget other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setPartyInvestigationsPerPeriodHint(long value)

public EngineConfig.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
EngineConfig.PerformanceTarget.Builder

This builder for chaining.