Uses of Class
software.amazon.awssdk.services.forecast.model.PredictorExecutionDetails
-
Packages that use PredictorExecutionDetails Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of PredictorExecutionDetails in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return PredictorExecutionDetails Modifier and Type Method Description PredictorExecutionDetailsDescribePredictorResponse. predictorExecutionDetails()Details on the the status and results of the backtests performed to evaluate the accuracy of the predictor.Methods in software.amazon.awssdk.services.forecast.model with parameters of type PredictorExecutionDetails Modifier and Type Method Description DescribePredictorResponse.BuilderDescribePredictorResponse.Builder. predictorExecutionDetails(PredictorExecutionDetails predictorExecutionDetails)Details on the the status and results of the backtests performed to evaluate the accuracy of the predictor.
-