| Package | Description |
|---|---|
| software.amazon.awssdk.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
PredictorExecution.Builder |
PredictorExecution.Builder.algorithmArn(String algorithmArn)
The ARN of the algorithm used to test the predictor.
|
static PredictorExecution.Builder |
PredictorExecution.builder() |
PredictorExecution.Builder |
PredictorExecution.Builder.testWindows(Collection<TestWindowSummary> testWindows)
An array of test windows used to evaluate the algorithm.
|
PredictorExecution.Builder |
PredictorExecution.Builder.testWindows(Consumer<TestWindowSummary.Builder>... testWindows)
An array of test windows used to evaluate the algorithm.
|
PredictorExecution.Builder |
PredictorExecution.Builder.testWindows(TestWindowSummary... testWindows)
An array of test windows used to evaluate the algorithm.
|
PredictorExecution.Builder |
PredictorExecution.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PredictorExecution.Builder> |
PredictorExecution.serializableBuilderClass() |
Copyright © 2020. All rights reserved.