Class BacktestResult.PerformanceTarget (0.1.0)

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

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

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

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > BacktestResult.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 BacktestResult.PerformanceTarget getDefaultInstance()
Returns
Type Description
BacktestResult.PerformanceTarget

getDescriptor()

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

newBuilder()

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

newBuilder(BacktestResult.PerformanceTarget prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

public static Parser<BacktestResult.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 BacktestResult.PerformanceTarget getDefaultInstanceForType()
Returns
Type Description
BacktestResult.PerformanceTarget

getParserForType()

public Parser<BacktestResult.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 BacktestResult.PerformanceTarget.Builder newBuilderForType()
Returns
Type Description
BacktestResult.PerformanceTarget.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected BacktestResult.PerformanceTarget.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
BacktestResult.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 BacktestResult.PerformanceTarget.Builder toBuilder()
Returns
Type Description
BacktestResult.PerformanceTarget.Builder

writeTo(CodedOutputStream output)

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