Uses of Class
software.amazon.awssdk.services.frauddetector.model.ATIMetricDataPoint
-
Packages that use ATIMetricDataPoint Package Description software.amazon.awssdk.services.frauddetector.model -
-
Uses of ATIMetricDataPoint in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return types with arguments of type ATIMetricDataPoint Modifier and Type Method Description List<ATIMetricDataPoint>ATITrainingMetricsValue. metricDataPoints()The model's performance metrics data points.Methods in software.amazon.awssdk.services.frauddetector.model with parameters of type ATIMetricDataPoint Modifier and Type Method Description ATITrainingMetricsValue.BuilderATITrainingMetricsValue.Builder. metricDataPoints(ATIMetricDataPoint... metricDataPoints)The model's performance metrics data points.Method parameters in software.amazon.awssdk.services.frauddetector.model with type arguments of type ATIMetricDataPoint Modifier and Type Method Description ATITrainingMetricsValue.BuilderATITrainingMetricsValue.Builder. metricDataPoints(Collection<ATIMetricDataPoint> metricDataPoints)The model's performance metrics data points.
-