Class EngineConfig.PerformanceTarget (0.1.0)

public static final class EngineConfig.PerformanceTarget extends GeneratedMessageV3 implements EngineConfig.PerformanceTargetOrBuilder

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

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

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > EngineConfig.PerformanceTarget

Static Fields

PARTY_INVESTIGATIONS_PER_PERIOD_HINT_FIELD_NUMBER

public static final int PARTY_INVESTIGATIONS_PER_PERIOD_HINT_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static EngineConfig.PerformanceTarget getDefaultInstance()
Returns
Type Description
EngineConfig.PerformanceTarget

getDescriptor()

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

newBuilder()

public static EngineConfig.PerformanceTarget.Builder newBuilder()
Returns
Type Description
EngineConfig.PerformanceTarget.Builder

newBuilder(EngineConfig.PerformanceTarget prototype)

public static EngineConfig.PerformanceTarget.Builder newBuilder(EngineConfig.PerformanceTarget prototype)
Parameter
Name Description
prototype EngineConfig.PerformanceTarget
Returns
Type Description
EngineConfig.PerformanceTarget.Builder

parseDelimitedFrom(InputStream input)

public static EngineConfig.PerformanceTarget parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
EngineConfig.PerformanceTarget
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static EngineConfig.PerformanceTarget parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
EngineConfig.PerformanceTarget
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static EngineConfig.PerformanceTarget parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
EngineConfig.PerformanceTarget
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static EngineConfig.PerformanceTarget parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
EngineConfig.PerformanceTarget
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static EngineConfig.PerformanceTarget parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
EngineConfig.PerformanceTarget
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static EngineConfig.PerformanceTarget parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
EngineConfig.PerformanceTarget
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static EngineConfig.PerformanceTarget parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
EngineConfig.PerformanceTarget
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static EngineConfig.PerformanceTarget parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
EngineConfig.PerformanceTarget
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static EngineConfig.PerformanceTarget parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
EngineConfig.PerformanceTarget
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static EngineConfig.PerformanceTarget parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
EngineConfig.PerformanceTarget
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static EngineConfig.PerformanceTarget parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
EngineConfig.PerformanceTarget
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static EngineConfig.PerformanceTarget parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
EngineConfig.PerformanceTarget
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<EngineConfig.PerformanceTarget> parser()
Returns
Type Description
Parser<PerformanceTarget>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

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

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public EngineConfig.PerformanceTarget.Builder newBuilderForType()
Returns
Type Description
EngineConfig.PerformanceTarget.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected EngineConfig.PerformanceTarget.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
EngineConfig.PerformanceTarget.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public EngineConfig.PerformanceTarget.Builder toBuilder()
Returns
Type Description
EngineConfig.PerformanceTarget.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException