Uses of Interface
software.amazon.awssdk.services.frauddetector.model.AggregatedLogOddsMetric.Builder
-
Packages that use AggregatedLogOddsMetric.Builder Package Description software.amazon.awssdk.services.frauddetector.model -
-
Uses of AggregatedLogOddsMetric.Builder in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return AggregatedLogOddsMetric.Builder Modifier and Type Method Description AggregatedLogOddsMetric.BuilderAggregatedLogOddsMetric.Builder. aggregatedVariablesImportance(Float aggregatedVariablesImportance)The relative importance of the variables in the list to the other event variable.static AggregatedLogOddsMetric.BuilderAggregatedLogOddsMetric. builder()AggregatedLogOddsMetric.BuilderAggregatedLogOddsMetric. toBuilder()AggregatedLogOddsMetric.BuilderAggregatedLogOddsMetric.Builder. variableNames(String... variableNames)The names of all the variables.AggregatedLogOddsMetric.BuilderAggregatedLogOddsMetric.Builder. variableNames(Collection<String> variableNames)The names of all the variables.Methods in software.amazon.awssdk.services.frauddetector.model that return types with arguments of type AggregatedLogOddsMetric.Builder Modifier and Type Method Description static Class<? extends AggregatedLogOddsMetric.Builder>AggregatedLogOddsMetric. serializableBuilderClass()
-