public static interface DriftCheckBaselines.Builder extends SdkPojo, CopyableBuilder<DriftCheckBaselines.Builder,DriftCheckBaselines>
| Modifier and Type | Method and Description |
|---|---|
default DriftCheckBaselines.Builder |
bias(Consumer<DriftCheckBias.Builder> bias)
Represents the drift check bias baselines that can be used when the model monitor is set using the model
package.
|
DriftCheckBaselines.Builder |
bias(DriftCheckBias bias)
Represents the drift check bias baselines that can be used when the model monitor is set using the model
package.
|
default DriftCheckBaselines.Builder |
explainability(Consumer<DriftCheckExplainability.Builder> explainability)
Represents the drift check explainability baselines that can be used when the model monitor is set using the
model package.
|
DriftCheckBaselines.Builder |
explainability(DriftCheckExplainability explainability)
Represents the drift check explainability baselines that can be used when the model monitor is set using the
model package.
|
default DriftCheckBaselines.Builder |
modelDataQuality(Consumer<DriftCheckModelDataQuality.Builder> modelDataQuality)
Represents the drift check model data quality baselines that can be used when the model monitor is set using
the model package.
|
DriftCheckBaselines.Builder |
modelDataQuality(DriftCheckModelDataQuality modelDataQuality)
Represents the drift check model data quality baselines that can be used when the model monitor is set using
the model package.
|
default DriftCheckBaselines.Builder |
modelQuality(Consumer<DriftCheckModelQuality.Builder> modelQuality)
Represents the drift check model quality baselines that can be used when the model monitor is set using the
model package.
|
DriftCheckBaselines.Builder |
modelQuality(DriftCheckModelQuality modelQuality)
Represents the drift check model quality baselines that can be used when the model monitor is set using the
model package.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDriftCheckBaselines.Builder bias(DriftCheckBias bias)
Represents the drift check bias baselines that can be used when the model monitor is set using the model package.
bias - Represents the drift check bias baselines that can be used when the model monitor is set using the
model package.default DriftCheckBaselines.Builder bias(Consumer<DriftCheckBias.Builder> bias)
Represents the drift check bias baselines that can be used when the model monitor is set using the model package.
This is a convenience method that creates an instance of theDriftCheckBias.Builder avoiding the need
to create one manually via DriftCheckBias.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to bias(DriftCheckBias).bias - a consumer that will call methods on DriftCheckBias.Builderbias(DriftCheckBias)DriftCheckBaselines.Builder explainability(DriftCheckExplainability explainability)
Represents the drift check explainability baselines that can be used when the model monitor is set using the model package.
explainability - Represents the drift check explainability baselines that can be used when the model monitor is set
using the model package.default DriftCheckBaselines.Builder explainability(Consumer<DriftCheckExplainability.Builder> explainability)
Represents the drift check explainability baselines that can be used when the model monitor is set using the model package.
This is a convenience method that creates an instance of theDriftCheckExplainability.Builder
avoiding the need to create one manually via DriftCheckExplainability.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to explainability(DriftCheckExplainability).explainability - a consumer that will call methods on DriftCheckExplainability.Builderexplainability(DriftCheckExplainability)DriftCheckBaselines.Builder modelQuality(DriftCheckModelQuality modelQuality)
Represents the drift check model quality baselines that can be used when the model monitor is set using the model package.
modelQuality - Represents the drift check model quality baselines that can be used when the model monitor is set
using the model package.default DriftCheckBaselines.Builder modelQuality(Consumer<DriftCheckModelQuality.Builder> modelQuality)
Represents the drift check model quality baselines that can be used when the model monitor is set using the model package.
This is a convenience method that creates an instance of theDriftCheckModelQuality.Builder avoiding
the need to create one manually via DriftCheckModelQuality.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to modelQuality(DriftCheckModelQuality).modelQuality - a consumer that will call methods on DriftCheckModelQuality.BuildermodelQuality(DriftCheckModelQuality)DriftCheckBaselines.Builder modelDataQuality(DriftCheckModelDataQuality modelDataQuality)
Represents the drift check model data quality baselines that can be used when the model monitor is set using the model package.
modelDataQuality - Represents the drift check model data quality baselines that can be used when the model monitor is set
using the model package.default DriftCheckBaselines.Builder modelDataQuality(Consumer<DriftCheckModelDataQuality.Builder> modelDataQuality)
Represents the drift check model data quality baselines that can be used when the model monitor is set using the model package.
This is a convenience method that creates an instance of theDriftCheckModelDataQuality.Builder
avoiding the need to create one manually via DriftCheckModelDataQuality.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to modelDataQuality(DriftCheckModelDataQuality).modelDataQuality - a consumer that will call methods on DriftCheckModelDataQuality.BuildermodelDataQuality(DriftCheckModelDataQuality)Copyright © 2022. All rights reserved.