Uses of Class
software.amazon.awssdk.services.forecast.model.PredictorExecution
-
Packages that use PredictorExecution Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of PredictorExecution in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type PredictorExecution Modifier and Type Method Description List<PredictorExecution>PredictorExecutionDetails. predictorExecutions()An array of the backtests performed to evaluate the accuracy of the predictor against a particular algorithm.Methods in software.amazon.awssdk.services.forecast.model with parameters of type PredictorExecution Modifier and Type Method Description PredictorExecutionDetails.BuilderPredictorExecutionDetails.Builder. predictorExecutions(PredictorExecution... predictorExecutions)An array of the backtests performed to evaluate the accuracy of the predictor against a particular algorithm.Method parameters in software.amazon.awssdk.services.forecast.model with type arguments of type PredictorExecution Modifier and Type Method Description PredictorExecutionDetails.BuilderPredictorExecutionDetails.Builder. predictorExecutions(Collection<PredictorExecution> predictorExecutions)An array of the backtests performed to evaluate the accuracy of the predictor against a particular algorithm.
-