Uses of Interface
software.amazon.awssdk.services.forecast.model.EvaluationResult.Builder
-
Packages that use EvaluationResult.Builder Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of EvaluationResult.Builder in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return EvaluationResult.Builder Modifier and Type Method Description EvaluationResult.BuilderEvaluationResult.Builder. algorithmArn(String algorithmArn)The Amazon Resource Name (ARN) of the algorithm that was evaluated.static EvaluationResult.BuilderEvaluationResult. builder()EvaluationResult.BuilderEvaluationResult.Builder. testWindows(Collection<WindowSummary> testWindows)The array of test windows used for evaluating the algorithm.EvaluationResult.BuilderEvaluationResult.Builder. testWindows(Consumer<WindowSummary.Builder>... testWindows)The array of test windows used for evaluating the algorithm.EvaluationResult.BuilderEvaluationResult.Builder. testWindows(WindowSummary... testWindows)The array of test windows used for evaluating the algorithm.EvaluationResult.BuilderEvaluationResult. toBuilder()Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type EvaluationResult.Builder Modifier and Type Method Description static Class<? extends EvaluationResult.Builder>EvaluationResult. serializableBuilderClass()
-