Uses of Interface
software.amazon.awssdk.services.forecast.model.PredictorExecution.Builder
-
Packages that use PredictorExecution.Builder Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of PredictorExecution.Builder in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return PredictorExecution.Builder Modifier and Type Method Description PredictorExecution.BuilderPredictorExecution.Builder. algorithmArn(String algorithmArn)The ARN of the algorithm used to test the predictor.static PredictorExecution.BuilderPredictorExecution. builder()PredictorExecution.BuilderPredictorExecution.Builder. testWindows(Collection<TestWindowSummary> testWindows)An array of test windows used to evaluate the algorithm.PredictorExecution.BuilderPredictorExecution.Builder. testWindows(Consumer<TestWindowSummary.Builder>... testWindows)An array of test windows used to evaluate the algorithm.PredictorExecution.BuilderPredictorExecution.Builder. testWindows(TestWindowSummary... testWindows)An array of test windows used to evaluate the algorithm.PredictorExecution.BuilderPredictorExecution. toBuilder()Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type PredictorExecution.Builder Modifier and Type Method Description static Class<? extends PredictorExecution.Builder>PredictorExecution. serializableBuilderClass()
-