Class CfnModelPackagePropsMixin.DriftCheckBaselinesProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnModelPackagePropsMixin.DriftCheckBaselinesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnModelPackagePropsMixin.DriftCheckBaselinesProperty>
- Enclosing interface:
CfnModelPackagePropsMixin.DriftCheckBaselinesProperty
@Stability(Stable)
public static final class CfnModelPackagePropsMixin.DriftCheckBaselinesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnModelPackagePropsMixin.DriftCheckBaselinesProperty>
A builder for
CfnModelPackagePropsMixin.DriftCheckBaselinesProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnModelPackagePropsMixin.DriftCheckBaselinesProperty.getBias()bias(IResolvable bias) Sets the value ofCfnModelPackagePropsMixin.DriftCheckBaselinesProperty.getBias()build()Builds the configured instance.explainability(IResolvable explainability) modelDataQuality(CfnModelPackagePropsMixin.DriftCheckModelDataQualityProperty modelDataQuality) modelDataQuality(IResolvable modelDataQuality) Sets the value ofCfnModelPackagePropsMixin.DriftCheckBaselinesProperty.getModelQuality()modelQuality(IResolvable modelQuality) Sets the value ofCfnModelPackagePropsMixin.DriftCheckBaselinesProperty.getModelQuality()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bias
@Stability(Stable) public CfnModelPackagePropsMixin.DriftCheckBaselinesProperty.Builder bias(IResolvable bias) Sets the value ofCfnModelPackagePropsMixin.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 CfnModelPackagePropsMixin.DriftCheckBaselinesProperty.Builder bias(CfnModelPackagePropsMixin.DriftCheckBiasProperty bias) Sets the value ofCfnModelPackagePropsMixin.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 CfnModelPackagePropsMixin.DriftCheckBaselinesProperty.Builder explainability(IResolvable explainability) - 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 CfnModelPackagePropsMixin.DriftCheckBaselinesProperty.Builder explainability(CfnModelPackagePropsMixin.DriftCheckExplainabilityProperty explainability) - 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 CfnModelPackagePropsMixin.DriftCheckBaselinesProperty.Builder modelDataQuality(IResolvable modelDataQuality) - 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 CfnModelPackagePropsMixin.DriftCheckBaselinesProperty.Builder modelDataQuality(CfnModelPackagePropsMixin.DriftCheckModelDataQualityProperty modelDataQuality) - 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 CfnModelPackagePropsMixin.DriftCheckBaselinesProperty.Builder modelQuality(IResolvable modelQuality) Sets the value ofCfnModelPackagePropsMixin.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 CfnModelPackagePropsMixin.DriftCheckBaselinesProperty.Builder modelQuality(CfnModelPackagePropsMixin.DriftCheckModelQualityProperty modelQuality) Sets the value ofCfnModelPackagePropsMixin.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:
buildin interfacesoftware.amazon.jsii.Builder<CfnModelPackagePropsMixin.DriftCheckBaselinesProperty>- Returns:
- a new instance of
CfnModelPackagePropsMixin.DriftCheckBaselinesProperty - Throws:
NullPointerException- if any required attribute was not provided
-