| Package | Description |
|---|---|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
TestWindowSummary |
TestWindowSummary.clone() |
TestWindowSummary |
TestWindowSummary.withMessage(String message)
If the test failed, the reason why it failed.
|
TestWindowSummary |
TestWindowSummary.withStatus(String status)
The status of the test.
|
TestWindowSummary |
TestWindowSummary.withTestWindowEnd(Date testWindowEnd)
The time at which the test ended.
|
TestWindowSummary |
TestWindowSummary.withTestWindowStart(Date testWindowStart)
The time at which the test began.
|
| Modifier and Type | Method and Description |
|---|---|
List<TestWindowSummary> |
PredictorExecution.getTestWindows()
An array of test windows used to evaluate the algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
PredictorExecution |
PredictorExecution.withTestWindows(TestWindowSummary... testWindows)
An array of test windows used to evaluate the algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PredictorExecution.setTestWindows(Collection<TestWindowSummary> testWindows)
An array of test windows used to evaluate the algorithm.
|
PredictorExecution |
PredictorExecution.withTestWindows(Collection<TestWindowSummary> testWindows)
An array of test windows used to evaluate the algorithm.
|
Copyright © 2021. All rights reserved.