Uses of Class
software.amazon.awssdk.services.forecast.model.TestWindowSummary
-
Packages that use TestWindowSummary Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of TestWindowSummary in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type TestWindowSummary Modifier and Type Method Description List<TestWindowSummary>PredictorExecution. testWindows()An array of test windows used to evaluate the algorithm.Methods in software.amazon.awssdk.services.forecast.model with parameters of type TestWindowSummary Modifier and Type Method Description PredictorExecution.BuilderPredictorExecution.Builder. testWindows(TestWindowSummary... testWindows)An array of test windows used to evaluate the algorithm.Method parameters in software.amazon.awssdk.services.forecast.model with type arguments of type TestWindowSummary Modifier and Type Method Description PredictorExecution.BuilderPredictorExecution.Builder. testWindows(Collection<TestWindowSummary> testWindows)An array of test windows used to evaluate the algorithm.
-