Uses of Class
software.amazon.awssdk.services.forecast.model.EvaluationParameters
-
Packages that use EvaluationParameters Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of EvaluationParameters in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return EvaluationParameters Modifier and Type Method Description EvaluationParametersCreatePredictorRequest. evaluationParameters()Used to override the default evaluation parameters of the specified algorithm.EvaluationParametersDescribePredictorResponse. evaluationParameters()Used to override the default evaluation parameters of the specified algorithm.Methods in software.amazon.awssdk.services.forecast.model with parameters of type EvaluationParameters Modifier and Type Method Description CreatePredictorRequest.BuilderCreatePredictorRequest.Builder. evaluationParameters(EvaluationParameters evaluationParameters)Used to override the default evaluation parameters of the specified algorithm.DescribePredictorResponse.BuilderDescribePredictorResponse.Builder. evaluationParameters(EvaluationParameters evaluationParameters)Used to override the default evaluation parameters of the specified algorithm.
-