Uses of Class
software.amazon.awssdk.services.forecast.model.WindowSummary
-
Packages that use WindowSummary Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of WindowSummary in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type WindowSummary Modifier and Type Method Description List<WindowSummary>EvaluationResult. testWindows()The array of test windows used for evaluating the algorithm.Methods in software.amazon.awssdk.services.forecast.model with parameters of type WindowSummary Modifier and Type Method Description EvaluationResult.BuilderEvaluationResult.Builder. testWindows(WindowSummary... testWindows)The array of test windows used for evaluating the algorithm.Method parameters in software.amazon.awssdk.services.forecast.model with type arguments of type WindowSummary Modifier and Type Method Description EvaluationResult.BuilderEvaluationResult.Builder. testWindows(Collection<WindowSummary> testWindows)The array of test windows used for evaluating the algorithm.
-