public static interface TrainingMetricsV2.Builder extends SdkPojo, CopyableBuilder<TrainingMetricsV2.Builder,TrainingMetricsV2>
| Modifier and Type | Method and Description |
|---|---|
TrainingMetricsV2.Builder |
ati(ATITrainingMetricsValue ati)
The Account Takeover Insights (ATI) model training metric details.
|
default TrainingMetricsV2.Builder |
ati(Consumer<ATITrainingMetricsValue.Builder> ati)
The Account Takeover Insights (ATI) model training metric details.
|
default TrainingMetricsV2.Builder |
ofi(Consumer<OFITrainingMetricsValue.Builder> ofi)
The Online Fraud Insights (OFI) model training metric details.
|
TrainingMetricsV2.Builder |
ofi(OFITrainingMetricsValue ofi)
The Online Fraud Insights (OFI) model training metric details.
|
default TrainingMetricsV2.Builder |
tfi(Consumer<TFITrainingMetricsValue.Builder> tfi)
The Transaction Fraud Insights (TFI) model training metric details.
|
TrainingMetricsV2.Builder |
tfi(TFITrainingMetricsValue tfi)
The Transaction Fraud Insights (TFI) model training metric details.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTrainingMetricsV2.Builder ofi(OFITrainingMetricsValue ofi)
The Online Fraud Insights (OFI) model training metric details.
ofi - The Online Fraud Insights (OFI) model training metric details.default TrainingMetricsV2.Builder ofi(Consumer<OFITrainingMetricsValue.Builder> ofi)
The Online Fraud Insights (OFI) model training metric details.
This is a convenience method that creates an instance of theOFITrainingMetricsValue.Builder avoiding
the need to create one manually via OFITrainingMetricsValue.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to ofi(OFITrainingMetricsValue).
ofi - a consumer that will call methods on OFITrainingMetricsValue.Builderofi(OFITrainingMetricsValue)TrainingMetricsV2.Builder tfi(TFITrainingMetricsValue tfi)
The Transaction Fraud Insights (TFI) model training metric details.
tfi - The Transaction Fraud Insights (TFI) model training metric details.default TrainingMetricsV2.Builder tfi(Consumer<TFITrainingMetricsValue.Builder> tfi)
The Transaction Fraud Insights (TFI) model training metric details.
This is a convenience method that creates an instance of theTFITrainingMetricsValue.Builder avoiding
the need to create one manually via TFITrainingMetricsValue.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to tfi(TFITrainingMetricsValue).
tfi - a consumer that will call methods on TFITrainingMetricsValue.Buildertfi(TFITrainingMetricsValue)TrainingMetricsV2.Builder ati(ATITrainingMetricsValue ati)
The Account Takeover Insights (ATI) model training metric details.
ati - The Account Takeover Insights (ATI) model training metric details.default TrainingMetricsV2.Builder ati(Consumer<ATITrainingMetricsValue.Builder> ati)
The Account Takeover Insights (ATI) model training metric details.
This is a convenience method that creates an instance of theATITrainingMetricsValue.Builder avoiding
the need to create one manually via ATITrainingMetricsValue.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to ati(ATITrainingMetricsValue).
ati - a consumer that will call methods on ATITrainingMetricsValue.Builderati(ATITrainingMetricsValue)Copyright © 2022. All rights reserved.