Class CfnModelExplainabilityJobDefinitionPropsMixin.MonitoringOutputProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnModelExplainabilityJobDefinitionPropsMixin.MonitoringOutputProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnModelExplainabilityJobDefinitionPropsMixin.MonitoringOutputProperty>
- Enclosing interface:
CfnModelExplainabilityJobDefinitionPropsMixin.MonitoringOutputProperty
@Stability(Stable)
public static final class CfnModelExplainabilityJobDefinitionPropsMixin.MonitoringOutputProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnModelExplainabilityJobDefinitionPropsMixin.MonitoringOutputProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.s3Output(IResolvable s3Output)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3Output
@Stability(Stable) public CfnModelExplainabilityJobDefinitionPropsMixin.MonitoringOutputProperty.Builder s3Output(IResolvable s3Output) Sets the value ofCfnModelExplainabilityJobDefinitionPropsMixin.MonitoringOutputProperty.getS3Output()- Parameters:
s3Output- The Amazon S3 storage location where the results of a monitoring job are saved.- Returns:
this
-
s3Output
@Stability(Stable) public CfnModelExplainabilityJobDefinitionPropsMixin.MonitoringOutputProperty.Builder s3Output(CfnModelExplainabilityJobDefinitionPropsMixin.S3OutputProperty s3Output) Sets the value ofCfnModelExplainabilityJobDefinitionPropsMixin.MonitoringOutputProperty.getS3Output()- Parameters:
s3Output- The Amazon S3 storage location where the results of a monitoring job are saved.- Returns:
this
-
build
@Stability(Stable) public CfnModelExplainabilityJobDefinitionPropsMixin.MonitoringOutputProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnModelExplainabilityJobDefinitionPropsMixin.MonitoringOutputProperty>- Returns:
- a new instance of
CfnModelExplainabilityJobDefinitionPropsMixin.MonitoringOutputProperty - Throws:
NullPointerException- if any required attribute was not provided
-