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