Interface PredictorExecution.Builder

    • Method Detail

      • algorithmArn

        PredictorExecution.Builder algorithmArn​(String algorithmArn)

        The ARN of the algorithm used to test the predictor.

        Parameters:
        algorithmArn - The ARN of the algorithm used to test the predictor.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • testWindows

        PredictorExecution.Builder testWindows​(Collection<TestWindowSummary> testWindows)

        An array of test windows used to evaluate the algorithm. The NumberOfBacktestWindows from the object determines the number of windows in the array.

        Parameters:
        testWindows - An array of test windows used to evaluate the algorithm. The NumberOfBacktestWindows from the 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

        PredictorExecution.Builder testWindows​(TestWindowSummary... testWindows)

        An array of test windows used to evaluate the algorithm. The NumberOfBacktestWindows from the object determines the number of windows in the array.

        Parameters:
        testWindows - An array of test windows used to evaluate the algorithm. The NumberOfBacktestWindows from the object determines the number of windows in the array.
        Returns:
        Returns a reference to this object so that method calls can be chained together.