Class CfnModelPackage.DriftCheckBaselinesProperty.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnModelPackage.DriftCheckBaselinesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnModelPackage.DriftCheckBaselinesProperty>
- Enclosing interface:
CfnModelPackage.DriftCheckBaselinesProperty
@Stability(Stable)
public static final class CfnModelPackage.DriftCheckBaselinesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnModelPackage.DriftCheckBaselinesProperty>
A builder for
CfnModelPackage.DriftCheckBaselinesProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbias
(IResolvable bias) Sets the value ofCfnModelPackage.DriftCheckBaselinesProperty.getBias()
Sets the value ofCfnModelPackage.DriftCheckBaselinesProperty.getBias()
build()
Builds the configured instance.explainability
(IResolvable explainability) Sets the value ofCfnModelPackage.DriftCheckBaselinesProperty.getExplainability()
explainability
(CfnModelPackage.DriftCheckExplainabilityProperty explainability) Sets the value ofCfnModelPackage.DriftCheckBaselinesProperty.getExplainability()
modelDataQuality
(IResolvable modelDataQuality) Sets the value ofCfnModelPackage.DriftCheckBaselinesProperty.getModelDataQuality()
modelDataQuality
(CfnModelPackage.DriftCheckModelDataQualityProperty modelDataQuality) Sets the value ofCfnModelPackage.DriftCheckBaselinesProperty.getModelDataQuality()
modelQuality
(IResolvable modelQuality) Sets the value ofCfnModelPackage.DriftCheckBaselinesProperty.getModelQuality()
modelQuality
(CfnModelPackage.DriftCheckModelQualityProperty modelQuality) Sets the value ofCfnModelPackage.DriftCheckBaselinesProperty.getModelQuality()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bias
@Stability(Stable) public CfnModelPackage.DriftCheckBaselinesProperty.Builder bias(IResolvable bias) Sets the value ofCfnModelPackage.DriftCheckBaselinesProperty.getBias()
- Parameters:
bias
- Represents the drift check bias baselines that can be used when the model monitor is set using the model package.- Returns:
this
-
bias
@Stability(Stable) public CfnModelPackage.DriftCheckBaselinesProperty.Builder bias(CfnModelPackage.DriftCheckBiasProperty bias) Sets the value ofCfnModelPackage.DriftCheckBaselinesProperty.getBias()
- Parameters:
bias
- Represents the drift check bias baselines that can be used when the model monitor is set using the model package.- Returns:
this
-
explainability
@Stability(Stable) public CfnModelPackage.DriftCheckBaselinesProperty.Builder explainability(IResolvable explainability) Sets the value ofCfnModelPackage.DriftCheckBaselinesProperty.getExplainability()
- Parameters:
explainability
- Represents the drift check explainability baselines that can be used when the model monitor is set using the model package.- Returns:
this
-
explainability
@Stability(Stable) public CfnModelPackage.DriftCheckBaselinesProperty.Builder explainability(CfnModelPackage.DriftCheckExplainabilityProperty explainability) Sets the value ofCfnModelPackage.DriftCheckBaselinesProperty.getExplainability()
- Parameters:
explainability
- Represents the drift check explainability baselines that can be used when the model monitor is set using the model package.- Returns:
this
-
modelDataQuality
@Stability(Stable) public CfnModelPackage.DriftCheckBaselinesProperty.Builder modelDataQuality(IResolvable modelDataQuality) Sets the value ofCfnModelPackage.DriftCheckBaselinesProperty.getModelDataQuality()
- 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:
this
-
modelDataQuality
@Stability(Stable) public CfnModelPackage.DriftCheckBaselinesProperty.Builder modelDataQuality(CfnModelPackage.DriftCheckModelDataQualityProperty modelDataQuality) Sets the value ofCfnModelPackage.DriftCheckBaselinesProperty.getModelDataQuality()
- 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:
this
-
modelQuality
@Stability(Stable) public CfnModelPackage.DriftCheckBaselinesProperty.Builder modelQuality(IResolvable modelQuality) Sets the value ofCfnModelPackage.DriftCheckBaselinesProperty.getModelQuality()
- Parameters:
modelQuality
- Represents the drift check model quality baselines that can be used when the model monitor is set using the model package.- Returns:
this
-
modelQuality
@Stability(Stable) public CfnModelPackage.DriftCheckBaselinesProperty.Builder modelQuality(CfnModelPackage.DriftCheckModelQualityProperty modelQuality) Sets the value ofCfnModelPackage.DriftCheckBaselinesProperty.getModelQuality()
- Parameters:
modelQuality
- Represents the drift check model quality baselines that can be used when the model monitor is set using the model package.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnModelPackage.DriftCheckBaselinesProperty>
- Returns:
- a new instance of
CfnModelPackage.DriftCheckBaselinesProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-