Class CfnModelPackagePropsMixin.DriftCheckModelQualityProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnModelPackagePropsMixin.DriftCheckModelQualityProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnModelPackagePropsMixin.DriftCheckModelQualityProperty>
- Enclosing interface:
CfnModelPackagePropsMixin.DriftCheckModelQualityProperty
@Stability(Stable)
public static final class CfnModelPackagePropsMixin.DriftCheckModelQualityProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnModelPackagePropsMixin.DriftCheckModelQualityProperty>
A builder for
CfnModelPackagePropsMixin.DriftCheckModelQualityProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.constraints(IResolvable constraints) Sets the value ofCfnModelPackagePropsMixin.DriftCheckModelQualityProperty.getStatistics()statistics(IResolvable statistics) Sets the value ofCfnModelPackagePropsMixin.DriftCheckModelQualityProperty.getStatistics()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
constraints
@Stability(Stable) public CfnModelPackagePropsMixin.DriftCheckModelQualityProperty.Builder constraints(IResolvable constraints) - Parameters:
constraints- The drift check model quality constraints.- Returns:
this
-
constraints
@Stability(Stable) public CfnModelPackagePropsMixin.DriftCheckModelQualityProperty.Builder constraints(CfnModelPackagePropsMixin.MetricsSourceProperty constraints) - Parameters:
constraints- The drift check model quality constraints.- Returns:
this
-
statistics
@Stability(Stable) public CfnModelPackagePropsMixin.DriftCheckModelQualityProperty.Builder statistics(IResolvable statistics) Sets the value ofCfnModelPackagePropsMixin.DriftCheckModelQualityProperty.getStatistics()- Parameters:
statistics- The drift check model quality statistics.- Returns:
this
-
statistics
@Stability(Stable) public CfnModelPackagePropsMixin.DriftCheckModelQualityProperty.Builder statistics(CfnModelPackagePropsMixin.MetricsSourceProperty statistics) Sets the value ofCfnModelPackagePropsMixin.DriftCheckModelQualityProperty.getStatistics()- Parameters:
statistics- The drift check model quality statistics.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnModelPackagePropsMixin.DriftCheckModelQualityProperty>- Returns:
- a new instance of
CfnModelPackagePropsMixin.DriftCheckModelQualityProperty - Throws:
NullPointerException- if any required attribute was not provided
-