Interface EvaluationResult.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<EvaluationResult.Builder,,- EvaluationResult> - SdkBuilder<EvaluationResult.Builder,,- EvaluationResult> - SdkPojo
- Enclosing class:
- EvaluationResult
@Mutable
@NotThreadSafe
public static interface EvaluationResult.Builder
extends SdkPojo, CopyableBuilder<EvaluationResult.Builder,EvaluationResult> 
- 
Method SummaryModifier and TypeMethodDescriptionalgorithmArn(String algorithmArn) The Amazon Resource Name (ARN) of the algorithm that was evaluated.testWindows(Collection<WindowSummary> testWindows) The array of test windows used for evaluating the algorithm.testWindows(Consumer<WindowSummary.Builder>... testWindows) The array of test windows used for evaluating the algorithm.testWindows(WindowSummary... testWindows) The array of test windows used for evaluating the algorithm.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
algorithmArnThe Amazon Resource Name (ARN) of the algorithm that was evaluated. - Parameters:
- algorithmArn- The Amazon Resource Name (ARN) of the algorithm that was evaluated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
testWindowsThe array of test windows used for evaluating the algorithm. The NumberOfBacktestWindowsfrom the EvaluationParameters object determines the number of windows in the array.- Parameters:
- testWindows- The array of test windows used for evaluating the algorithm. The- NumberOfBacktestWindowsfrom the EvaluationParameters object determines the number of windows in the array.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
testWindowsThe array of test windows used for evaluating the algorithm. The NumberOfBacktestWindowsfrom the EvaluationParameters object determines the number of windows in the array.- Parameters:
- testWindows- The array of test windows used for evaluating the algorithm. The- NumberOfBacktestWindowsfrom the EvaluationParameters object determines the number of windows in the array.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
testWindowsThe array of test windows used for evaluating the algorithm. The This is a convenience method that creates an instance of theNumberOfBacktestWindowsfrom the EvaluationParameters object determines the number of windows in the array.WindowSummary.Builderavoiding the need to create one manually viaWindowSummary.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totestWindows(List<WindowSummary>).- Parameters:
- testWindows- a consumer that will call methods on- WindowSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-