public static interface PredictorExecutionDetails.Builder extends SdkPojo, CopyableBuilder<PredictorExecutionDetails.Builder,PredictorExecutionDetails>
| Modifier and Type | Method and Description |
|---|---|
PredictorExecutionDetails.Builder |
predictorExecutions(Collection<PredictorExecution> predictorExecutions)
An array of the backtests performed to evaluate the accuracy of the predictor against a particular algorithm.
|
PredictorExecutionDetails.Builder |
predictorExecutions(Consumer<PredictorExecution.Builder>... predictorExecutions)
An array of the backtests performed to evaluate the accuracy of the predictor against a particular algorithm.
|
PredictorExecutionDetails.Builder |
predictorExecutions(PredictorExecution... predictorExecutions)
An array of the backtests performed to evaluate the accuracy of the predictor against a particular algorithm.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPredictorExecutionDetails.Builder predictorExecutions(Collection<PredictorExecution> predictorExecutions)
An array of the backtests performed to evaluate the accuracy of the predictor against a particular algorithm.
The NumberOfBacktestWindows from the object determines the number of windows in the array.
predictorExecutions - An array of the backtests performed to evaluate the accuracy of the predictor against a particular
algorithm. The NumberOfBacktestWindows from the object determines the number of windows
in the array.PredictorExecutionDetails.Builder predictorExecutions(PredictorExecution... predictorExecutions)
An array of the backtests performed to evaluate the accuracy of the predictor against a particular algorithm.
The NumberOfBacktestWindows from the object determines the number of windows in the array.
predictorExecutions - An array of the backtests performed to evaluate the accuracy of the predictor against a particular
algorithm. The NumberOfBacktestWindows from the object determines the number of windows
in the array.PredictorExecutionDetails.Builder predictorExecutions(Consumer<PredictorExecution.Builder>... predictorExecutions)
An array of the backtests performed to evaluate the accuracy of the predictor against a particular algorithm.
The NumberOfBacktestWindows from the object determines the number of windows in the array.
PredictorExecution.Builder avoiding the need to create
one manually via PredictorExecution.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #predictorExecutions(List.
predictorExecutions - a consumer that will call methods on
PredictorExecution.Builder#predictorExecutions(java.util.Collection) Copyright © 2023. All rights reserved.