public static interface Baseline.Builder extends SdkPojo, CopyableBuilder<Baseline.Builder,Baseline>
| Modifier and Type | Method and Description |
|---|---|
default Baseline.Builder |
predictorBaseline(Consumer<PredictorBaseline.Builder> predictorBaseline)
The initial accuracy metrics for
the predictor you are monitoring.
|
Baseline.Builder |
predictorBaseline(PredictorBaseline predictorBaseline)
The initial accuracy metrics for
the predictor you are monitoring.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBaseline.Builder predictorBaseline(PredictorBaseline 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.
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.default Baseline.Builder predictorBaseline(Consumer<PredictorBaseline.Builder> 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 via PredictorBaseline.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to predictorBaseline(PredictorBaseline).
predictorBaseline - a consumer that will call methods on PredictorBaseline.BuilderpredictorBaseline(PredictorBaseline)Copyright © 2023. All rights reserved.