Interface Baseline.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Baseline.Builder,
,Baseline> SdkBuilder<Baseline.Builder,
,Baseline> SdkPojo
- Enclosing class:
Baseline
public static interface Baseline.Builder
extends SdkPojo, CopyableBuilder<Baseline.Builder,Baseline>
-
Method Summary
Modifier and TypeMethodDescriptiondefault Baseline.Builder
predictorBaseline
(Consumer<PredictorBaseline.Builder> predictorBaseline) The initial accuracy metrics for the predictor you are monitoring.predictorBaseline
(PredictorBaseline predictorBaseline) The initial accuracy metrics for the predictor you are monitoring.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
predictorBaseline
The initial accuracy metrics for the predictor you are monitoring. Use these metrics as a baseline for comparison purposes as you use your predictor and the metrics change.
- Parameters:
predictorBaseline
- The initial accuracy metrics for the predictor you are monitoring. Use these metrics as a baseline for comparison purposes as you use your predictor and the metrics change.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
predictorBaseline
The initial accuracy metrics for the predictor you are monitoring. Use these metrics as a baseline for comparison purposes as you use your predictor and the metrics change.
This is a convenience method that creates an instance of thePredictorBaseline.Builder
avoiding the need to create one manually viaPredictorBaseline.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed topredictorBaseline(PredictorBaseline)
.- Parameters:
predictorBaseline
- a consumer that will call methods onPredictorBaseline.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-