Uses of Class
software.amazon.awssdk.services.machinelearning.model.PerformanceMetrics
-
Packages that use PerformanceMetrics Package Description software.amazon.awssdk.services.machinelearning.model -
-
Uses of PerformanceMetrics in software.amazon.awssdk.services.machinelearning.model
Methods in software.amazon.awssdk.services.machinelearning.model that return PerformanceMetrics Modifier and Type Method Description PerformanceMetricsEvaluation. performanceMetrics()Measurements of how well theMLModelperformed, using observations referenced by theDataSource.PerformanceMetricsGetEvaluationResponse. performanceMetrics()Measurements of how well theMLModelperformed using observations referenced by theDataSource.Methods in software.amazon.awssdk.services.machinelearning.model with parameters of type PerformanceMetrics Modifier and Type Method Description Evaluation.BuilderEvaluation.Builder. performanceMetrics(PerformanceMetrics performanceMetrics)Measurements of how well theMLModelperformed, using observations referenced by theDataSource.GetEvaluationResponse.BuilderGetEvaluationResponse.Builder. performanceMetrics(PerformanceMetrics performanceMetrics)Measurements of how well theMLModelperformed using observations referenced by theDataSource.
-