public static interface TrainingResultV2.Builder extends SdkPojo, CopyableBuilder<TrainingResultV2.Builder,TrainingResultV2>
| Modifier and Type | Method and Description |
|---|---|
TrainingResultV2.Builder |
aggregatedVariablesImportanceMetrics(AggregatedVariablesImportanceMetrics aggregatedVariablesImportanceMetrics)
The variable importance metrics of the aggregated variables.
|
default TrainingResultV2.Builder |
aggregatedVariablesImportanceMetrics(Consumer<AggregatedVariablesImportanceMetrics.Builder> aggregatedVariablesImportanceMetrics)
The variable importance metrics of the aggregated variables.
|
default TrainingResultV2.Builder |
dataValidationMetrics(Consumer<DataValidationMetrics.Builder> dataValidationMetrics)
Sets the value of the DataValidationMetrics property for this object.
|
TrainingResultV2.Builder |
dataValidationMetrics(DataValidationMetrics dataValidationMetrics)
Sets the value of the DataValidationMetrics property for this object.
|
default TrainingResultV2.Builder |
trainingMetricsV2(Consumer<TrainingMetricsV2.Builder> trainingMetricsV2)
The training metric details.
|
TrainingResultV2.Builder |
trainingMetricsV2(TrainingMetricsV2 trainingMetricsV2)
The training metric details.
|
default TrainingResultV2.Builder |
variableImportanceMetrics(Consumer<VariableImportanceMetrics.Builder> variableImportanceMetrics)
Sets the value of the VariableImportanceMetrics property for this object.
|
TrainingResultV2.Builder |
variableImportanceMetrics(VariableImportanceMetrics variableImportanceMetrics)
Sets the value of the VariableImportanceMetrics property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTrainingResultV2.Builder dataValidationMetrics(DataValidationMetrics dataValidationMetrics)
dataValidationMetrics - The new value for the DataValidationMetrics property for this object.default TrainingResultV2.Builder dataValidationMetrics(Consumer<DataValidationMetrics.Builder> dataValidationMetrics)
DataValidationMetrics.Builder avoiding
the need to create one manually via DataValidationMetrics.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to dataValidationMetrics(DataValidationMetrics).
dataValidationMetrics - a consumer that will call methods on DataValidationMetrics.BuilderdataValidationMetrics(DataValidationMetrics)TrainingResultV2.Builder trainingMetricsV2(TrainingMetricsV2 trainingMetricsV2)
The training metric details.
trainingMetricsV2 - The training metric details.default TrainingResultV2.Builder trainingMetricsV2(Consumer<TrainingMetricsV2.Builder> trainingMetricsV2)
The training metric details.
This is a convenience method that creates an instance of theTrainingMetricsV2.Builder avoiding the
need to create one manually via TrainingMetricsV2.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to trainingMetricsV2(TrainingMetricsV2).
trainingMetricsV2 - a consumer that will call methods on TrainingMetricsV2.BuildertrainingMetricsV2(TrainingMetricsV2)TrainingResultV2.Builder variableImportanceMetrics(VariableImportanceMetrics variableImportanceMetrics)
variableImportanceMetrics - The new value for the VariableImportanceMetrics property for this object.default TrainingResultV2.Builder variableImportanceMetrics(Consumer<VariableImportanceMetrics.Builder> variableImportanceMetrics)
VariableImportanceMetrics.Builder
avoiding the need to create one manually via VariableImportanceMetrics.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to variableImportanceMetrics(VariableImportanceMetrics).
variableImportanceMetrics - a consumer that will call methods on VariableImportanceMetrics.BuildervariableImportanceMetrics(VariableImportanceMetrics)TrainingResultV2.Builder aggregatedVariablesImportanceMetrics(AggregatedVariablesImportanceMetrics aggregatedVariablesImportanceMetrics)
The variable importance metrics of the aggregated variables.
Account Takeover Insights (ATI) model uses event variables from the login data you provide to continuously
calculate a set of variables (aggregated variables) based on historical events. For example, your ATI model
might calculate the number of times an user has logged in using the same IP address. In this case, event
variables used to derive the aggregated variables are IP address and user.
aggregatedVariablesImportanceMetrics - The variable importance metrics of the aggregated variables.
Account Takeover Insights (ATI) model uses event variables from the login data you provide to
continuously calculate a set of variables (aggregated variables) based on historical events. For
example, your ATI model might calculate the number of times an user has logged in using the same IP
address. In this case, event variables used to derive the aggregated variables are
IP address and user.
default TrainingResultV2.Builder aggregatedVariablesImportanceMetrics(Consumer<AggregatedVariablesImportanceMetrics.Builder> aggregatedVariablesImportanceMetrics)
The variable importance metrics of the aggregated variables.
Account Takeover Insights (ATI) model uses event variables from the login data you provide to continuously
calculate a set of variables (aggregated variables) based on historical events. For example, your ATI model
might calculate the number of times an user has logged in using the same IP address. In this case, event
variables used to derive the aggregated variables are IP address and user.
AggregatedVariablesImportanceMetrics.Builder avoiding the need to create one manually via
AggregatedVariablesImportanceMetrics.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
aggregatedVariablesImportanceMetrics(AggregatedVariablesImportanceMetrics).
aggregatedVariablesImportanceMetrics - a consumer that will call methods on AggregatedVariablesImportanceMetrics.BuilderaggregatedVariablesImportanceMetrics(AggregatedVariablesImportanceMetrics)Copyright © 2022. All rights reserved.