| Package | Description |
|---|---|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
MonitorDataSource |
MonitorDataSource.clone() |
MonitorDataSource |
PredictorMonitorEvaluation.getMonitorDataSource()
The source of the data the monitor resource used during the evaluation.
|
MonitorDataSource |
MonitorDataSource.withDatasetImportJobArn(String datasetImportJobArn)
The Amazon Resource Name (ARN) of the dataset import job used to import the data that initiated the monitor
evaluation.
|
MonitorDataSource |
MonitorDataSource.withForecastArn(String forecastArn)
The Amazon Resource Name (ARN) of the forecast the monitor used during the evaluation.
|
MonitorDataSource |
MonitorDataSource.withPredictorArn(String predictorArn)
The Amazon Resource Name (ARN) of the predictor resource you are monitoring.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PredictorMonitorEvaluation.setMonitorDataSource(MonitorDataSource monitorDataSource)
The source of the data the monitor resource used during the evaluation.
|
PredictorMonitorEvaluation |
PredictorMonitorEvaluation.withMonitorDataSource(MonitorDataSource monitorDataSource)
The source of the data the monitor resource used during the evaluation.
|
Copyright © 2023. All rights reserved.