public static interface PredictorMonitorEvaluation.Builder extends SdkPojo, CopyableBuilder<PredictorMonitorEvaluation.Builder,PredictorMonitorEvaluation>
| Modifier and Type | Method and Description |
|---|---|
PredictorMonitorEvaluation.Builder |
evaluationState(String evaluationState)
The status of the monitor evaluation.
|
PredictorMonitorEvaluation.Builder |
evaluationTime(Instant evaluationTime)
The timestamp that indicates when the monitor evaluation was started.
|
PredictorMonitorEvaluation.Builder |
message(String message)
Information about any errors that may have occurred during the monitor evaluation.
|
PredictorMonitorEvaluation.Builder |
metricResults(Collection<MetricResult> metricResults)
A list of metrics Forecast calculated when monitoring a predictor.
|
PredictorMonitorEvaluation.Builder |
metricResults(Consumer<MetricResult.Builder>... metricResults)
A list of metrics Forecast calculated when monitoring a predictor.
|
PredictorMonitorEvaluation.Builder |
metricResults(MetricResult... metricResults)
A list of metrics Forecast calculated when monitoring a predictor.
|
PredictorMonitorEvaluation.Builder |
monitorArn(String monitorArn)
The Amazon Resource Name (ARN) of the monitor resource.
|
default PredictorMonitorEvaluation.Builder |
monitorDataSource(Consumer<MonitorDataSource.Builder> monitorDataSource)
The source of the data the monitor resource used during the evaluation.
|
PredictorMonitorEvaluation.Builder |
monitorDataSource(MonitorDataSource monitorDataSource)
The source of the data the monitor resource used during the evaluation.
|
PredictorMonitorEvaluation.Builder |
numItemsEvaluated(Long numItemsEvaluated)
The number of items considered during the evaluation.
|
default PredictorMonitorEvaluation.Builder |
predictorEvent(Consumer<PredictorEvent.Builder> predictorEvent)
Provides details about a predictor event, such as a retraining.
|
PredictorMonitorEvaluation.Builder |
predictorEvent(PredictorEvent predictorEvent)
Provides details about a predictor event, such as a retraining.
|
PredictorMonitorEvaluation.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource to monitor.
|
PredictorMonitorEvaluation.Builder |
windowEndDatetime(Instant windowEndDatetime)
The timestamp that indicates the end of the window that is used for monitor evaluation.
|
PredictorMonitorEvaluation.Builder |
windowStartDatetime(Instant windowStartDatetime)
The timestamp that indicates the start of the window that is used for monitor evaluation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPredictorMonitorEvaluation.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource to monitor.
resourceArn - The Amazon Resource Name (ARN) of the resource to monitor.PredictorMonitorEvaluation.Builder monitorArn(String monitorArn)
The Amazon Resource Name (ARN) of the monitor resource.
monitorArn - The Amazon Resource Name (ARN) of the monitor resource.PredictorMonitorEvaluation.Builder evaluationTime(Instant evaluationTime)
The timestamp that indicates when the monitor evaluation was started.
evaluationTime - The timestamp that indicates when the monitor evaluation was started.PredictorMonitorEvaluation.Builder evaluationState(String evaluationState)
The status of the monitor evaluation. The state can be SUCCESS or FAILURE.
evaluationState - The status of the monitor evaluation. The state can be SUCCESS or FAILURE.PredictorMonitorEvaluation.Builder windowStartDatetime(Instant windowStartDatetime)
The timestamp that indicates the start of the window that is used for monitor evaluation.
windowStartDatetime - The timestamp that indicates the start of the window that is used for monitor evaluation.PredictorMonitorEvaluation.Builder windowEndDatetime(Instant windowEndDatetime)
The timestamp that indicates the end of the window that is used for monitor evaluation.
windowEndDatetime - The timestamp that indicates the end of the window that is used for monitor evaluation.PredictorMonitorEvaluation.Builder predictorEvent(PredictorEvent predictorEvent)
Provides details about a predictor event, such as a retraining.
predictorEvent - Provides details about a predictor event, such as a retraining.default PredictorMonitorEvaluation.Builder predictorEvent(Consumer<PredictorEvent.Builder> predictorEvent)
Provides details about a predictor event, such as a retraining.
This is a convenience method that creates an instance of thePredictorEvent.Builder avoiding the need
to create one manually via PredictorEvent.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to predictorEvent(PredictorEvent).
predictorEvent - a consumer that will call methods on PredictorEvent.BuilderpredictorEvent(PredictorEvent)PredictorMonitorEvaluation.Builder monitorDataSource(MonitorDataSource monitorDataSource)
The source of the data the monitor resource used during the evaluation.
monitorDataSource - The source of the data the monitor resource used during the evaluation.default PredictorMonitorEvaluation.Builder monitorDataSource(Consumer<MonitorDataSource.Builder> monitorDataSource)
The source of the data the monitor resource used during the evaluation.
This is a convenience method that creates an instance of theMonitorDataSource.Builder avoiding the
need to create one manually via MonitorDataSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to monitorDataSource(MonitorDataSource).
monitorDataSource - a consumer that will call methods on MonitorDataSource.BuildermonitorDataSource(MonitorDataSource)PredictorMonitorEvaluation.Builder metricResults(Collection<MetricResult> metricResults)
A list of metrics Forecast calculated when monitoring a predictor. You can compare the value for each metric in the list to the metric's value in the Baseline to see how your predictor's performance is changing.
metricResults - A list of metrics Forecast calculated when monitoring a predictor. You can compare the value for each
metric in the list to the metric's value in the Baseline to see how your predictor's
performance is changing.PredictorMonitorEvaluation.Builder metricResults(MetricResult... metricResults)
A list of metrics Forecast calculated when monitoring a predictor. You can compare the value for each metric in the list to the metric's value in the Baseline to see how your predictor's performance is changing.
metricResults - A list of metrics Forecast calculated when monitoring a predictor. You can compare the value for each
metric in the list to the metric's value in the Baseline to see how your predictor's
performance is changing.PredictorMonitorEvaluation.Builder metricResults(Consumer<MetricResult.Builder>... metricResults)
A list of metrics Forecast calculated when monitoring a predictor. You can compare the value for each metric in the list to the metric's value in the Baseline to see how your predictor's performance is changing.
This is a convenience method that creates an instance of theMetricResult.Builder avoiding the need to create one
manually via MetricResult.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #metricResults(List.
metricResults - a consumer that will call methods on
MetricResult.Builder#metricResults(java.util.Collection) PredictorMonitorEvaluation.Builder numItemsEvaluated(Long numItemsEvaluated)
The number of items considered during the evaluation.
numItemsEvaluated - The number of items considered during the evaluation.PredictorMonitorEvaluation.Builder message(String message)
Information about any errors that may have occurred during the monitor evaluation.
message - Information about any errors that may have occurred during the monitor evaluation.Copyright © 2023. All rights reserved.