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