default DriftCheckBaselines.Builder |
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 |
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.
|
static DriftCheckBaselines.Builder |
DriftCheckBaselines.builder() |
|
default DriftCheckBaselines.Builder |
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 |
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 |
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 |
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 |
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 |
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.
|
DriftCheckBaselines.Builder |
DriftCheckBaselines.toBuilder() |
|