public static interface EvaluationResult.Builder extends SdkPojo, CopyableBuilder<EvaluationResult.Builder,EvaluationResult>
| Modifier and Type | Method and Description |
|---|---|
EvaluationResult.Builder |
algorithmArn(String algorithmArn)
The Amazon Resource Name (ARN) of the algorithm that was evaluated.
|
EvaluationResult.Builder |
testWindows(Collection<WindowSummary> testWindows)
The array of test windows used for evaluating the algorithm.
|
EvaluationResult.Builder |
testWindows(Consumer<WindowSummary.Builder>... testWindows)
The array of test windows used for evaluating the algorithm.
|
EvaluationResult.Builder |
testWindows(WindowSummary... testWindows)
The array of test windows used for evaluating the algorithm.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEvaluationResult.Builder algorithmArn(String algorithmArn)
The Amazon Resource Name (ARN) of the algorithm that was evaluated.
algorithmArn - The Amazon Resource Name (ARN) of the algorithm that was evaluated.EvaluationResult.Builder testWindows(Collection<WindowSummary> testWindows)
The array of test windows used for evaluating the algorithm. The NumberOfBacktestWindows from
the EvaluationParameters object determines the number of windows in the array.
testWindows - The array of test windows used for evaluating the algorithm. The NumberOfBacktestWindows
from the EvaluationParameters object determines the number of windows in the array.EvaluationResult.Builder testWindows(WindowSummary... testWindows)
The array of test windows used for evaluating the algorithm. The NumberOfBacktestWindows from
the EvaluationParameters object determines the number of windows in the array.
testWindows - The array of test windows used for evaluating the algorithm. The NumberOfBacktestWindows
from the EvaluationParameters object determines the number of windows in the array.EvaluationResult.Builder testWindows(Consumer<WindowSummary.Builder>... testWindows)
The array of test windows used for evaluating the algorithm. The NumberOfBacktestWindows from
the EvaluationParameters object determines the number of windows in the array.
WindowSummary.Builder avoiding the need to create one
manually via WindowSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #testWindows(List.
testWindows - a consumer that will call methods on
WindowSummary.Builder#testWindows(java.util.Collection) Copyright © 2023. All rights reserved.