Uses of Interface
software.amazon.awssdk.services.forecast.model.WindowSummary.Builder
-
Packages that use WindowSummary.Builder Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of WindowSummary.Builder in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return WindowSummary.Builder Modifier and Type Method Description static WindowSummary.BuilderWindowSummary. builder()WindowSummary.BuilderWindowSummary.Builder. evaluationType(String evaluationType)The type of evaluation.WindowSummary.BuilderWindowSummary.Builder. evaluationType(EvaluationType evaluationType)The type of evaluation.WindowSummary.BuilderWindowSummary.Builder. itemCount(Integer itemCount)The number of data points within the window.default WindowSummary.BuilderWindowSummary.Builder. metrics(Consumer<Metrics.Builder> metrics)Provides metrics used to evaluate the performance of a predictor.WindowSummary.BuilderWindowSummary.Builder. metrics(Metrics metrics)Provides metrics used to evaluate the performance of a predictor.WindowSummary.BuilderWindowSummary.Builder. testWindowEnd(Instant testWindowEnd)The timestamp that defines the end of the window.WindowSummary.BuilderWindowSummary.Builder. testWindowStart(Instant testWindowStart)The timestamp that defines the start of the window.WindowSummary.BuilderWindowSummary. toBuilder()Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type WindowSummary.Builder Modifier and Type Method Description static Class<? extends WindowSummary.Builder>WindowSummary. serializableBuilderClass()
-