Interface EvaluationResult.Builder

    • Method Detail

      • algorithmArn

        EvaluationResult.Builder algorithmArn​(String algorithmArn)

        The 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.
      • testWindows

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • testWindows

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.