| Package | Description |
|---|---|
| software.amazon.awssdk.services.forecast.model | |
| software.amazon.awssdk.services.forecast.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<PredictorMonitorEvaluation> |
ListMonitorEvaluationsResponse.predictorMonitorEvaluations()
The monitoring results and predictor events collected by the monitor resource during different windows of time.
|
| Modifier and Type | Method and Description |
|---|---|
ListMonitorEvaluationsResponse.Builder |
ListMonitorEvaluationsResponse.Builder.predictorMonitorEvaluations(PredictorMonitorEvaluation... predictorMonitorEvaluations)
The monitoring results and predictor events collected by the monitor resource during different windows of
time.
|
| Modifier and Type | Method and Description |
|---|---|
ListMonitorEvaluationsResponse.Builder |
ListMonitorEvaluationsResponse.Builder.predictorMonitorEvaluations(Collection<PredictorMonitorEvaluation> predictorMonitorEvaluations)
The monitoring results and predictor events collected by the monitor resource during different windows of
time.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<PredictorMonitorEvaluation> |
ListMonitorEvaluationsPublisher.predictorMonitorEvaluations()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<PredictorMonitorEvaluation> |
ListMonitorEvaluationsIterable.predictorMonitorEvaluations()
Returns an iterable to iterate through the paginated
ListMonitorEvaluationsResponse.predictorMonitorEvaluations() member. |
Copyright © 2023. All rights reserved.