Uses of Class
software.amazon.awssdk.services.forecast.model.EvaluationResult
-
Packages that use EvaluationResult Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of EvaluationResult in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type EvaluationResult Modifier and Type Method Description List<EvaluationResult>GetAccuracyMetricsResponse. predictorEvaluationResults()An array of results from evaluating the predictor.Methods in software.amazon.awssdk.services.forecast.model with parameters of type EvaluationResult Modifier and Type Method Description GetAccuracyMetricsResponse.BuilderGetAccuracyMetricsResponse.Builder. predictorEvaluationResults(EvaluationResult... predictorEvaluationResults)An array of results from evaluating the predictor.Method parameters in software.amazon.awssdk.services.forecast.model with type arguments of type EvaluationResult Modifier and Type Method Description GetAccuracyMetricsResponse.BuilderGetAccuracyMetricsResponse.Builder. predictorEvaluationResults(Collection<EvaluationResult> predictorEvaluationResults)An array of results from evaluating the predictor.
-