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