Interface DriftCheckBaselines.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DriftCheckBaselines.Builder,DriftCheckBaselines>,SdkBuilder<DriftCheckBaselines.Builder,DriftCheckBaselines>,SdkPojo
- Enclosing class:
- DriftCheckBaselines
public static interface DriftCheckBaselines.Builder extends SdkPojo, CopyableBuilder<DriftCheckBaselines.Builder,DriftCheckBaselines>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DriftCheckBaselines.Builderbias(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.Builderbias(DriftCheckBias bias)Represents the drift check bias baselines that can be used when the model monitor is set using the model package.default DriftCheckBaselines.Builderexplainability(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.Builderexplainability(DriftCheckExplainability explainability)Represents the drift check explainability baselines that can be used when the model monitor is set using the model package.default DriftCheckBaselines.BuildermodelDataQuality(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.BuildermodelDataQuality(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.BuildermodelQuality(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.BuildermodelQuality(DriftCheckModelQuality modelQuality)Represents the drift check model quality baselines that can be used when the model monitor is set using the model package.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
bias
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.
- Parameters:
bias- Represents the drift check bias baselines that can be used when the model monitor is set using the model package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bias
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.Builderavoiding the need to create one manually viaDriftCheckBias.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobias(DriftCheckBias).- Parameters:
bias- a consumer that will call methods onDriftCheckBias.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
bias(DriftCheckBias)
-
explainability
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.
- Parameters:
explainability- Represents the drift check explainability baselines that can be used when the model monitor is set using the model package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
explainability
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.Builderavoiding the need to create one manually viaDriftCheckExplainability.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toexplainability(DriftCheckExplainability).- Parameters:
explainability- a consumer that will call methods onDriftCheckExplainability.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
explainability(DriftCheckExplainability)
-
modelQuality
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.
- Parameters:
modelQuality- Represents the drift check model quality baselines that can be used when the model monitor is set using the model package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelQuality
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.Builderavoiding the need to create one manually viaDriftCheckModelQuality.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomodelQuality(DriftCheckModelQuality).- Parameters:
modelQuality- a consumer that will call methods onDriftCheckModelQuality.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
modelQuality(DriftCheckModelQuality)
-
modelDataQuality
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.
- Parameters:
modelDataQuality- Represents the drift check model data quality baselines that can be used when the model monitor is set using the model package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelDataQuality
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.Builderavoiding the need to create one manually viaDriftCheckModelDataQuality.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomodelDataQuality(DriftCheckModelDataQuality).- Parameters:
modelDataQuality- a consumer that will call methods onDriftCheckModelDataQuality.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
modelDataQuality(DriftCheckModelDataQuality)
-
-