Class CfnModelQualityJobDefinition.MonitoringGroundTruthS3InputProperty.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnModelQualityJobDefinition.MonitoringGroundTruthS3InputProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnModelQualityJobDefinition.MonitoringGroundTruthS3InputProperty>
- Enclosing interface:
CfnModelQualityJobDefinition.MonitoringGroundTruthS3InputProperty
@Stability(Stable)
public static final class CfnModelQualityJobDefinition.MonitoringGroundTruthS3InputProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnModelQualityJobDefinition.MonitoringGroundTruthS3InputProperty>
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3Uri
@Stability(Stable) public CfnModelQualityJobDefinition.MonitoringGroundTruthS3InputProperty.Builder s3Uri(String s3Uri) - Parameters:
s3Uri
- The address of the Amazon S3 location of the ground truth labels. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnModelQualityJobDefinition.MonitoringGroundTruthS3InputProperty>
- Returns:
- a new instance of
CfnModelQualityJobDefinition.MonitoringGroundTruthS3InputProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-