Class CfnModelExplainabilityJobDefinition.S3OutputProperty.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnModelExplainabilityJobDefinition.S3OutputProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnModelExplainabilityJobDefinition.S3OutputProperty>
- Enclosing interface:
- CfnModelExplainabilityJobDefinition.S3OutputProperty
@Stability(Stable)
public static final class CfnModelExplainabilityJobDefinition.S3OutputProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnModelExplainabilityJobDefinition.S3OutputProperty>
A builder for
CfnModelExplainabilityJobDefinition.S3OutputProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnModelExplainabilityJobDefinition.S3OutputProperty.getLocalPath()s3UploadMode(String s3UploadMode) Sets the value ofCfnModelExplainabilityJobDefinition.S3OutputProperty.getS3UploadMode()Sets the value ofCfnModelExplainabilityJobDefinition.S3OutputProperty.getS3Uri()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
localPath
@Stability(Stable) public CfnModelExplainabilityJobDefinition.S3OutputProperty.Builder localPath(String localPath) Sets the value ofCfnModelExplainabilityJobDefinition.S3OutputProperty.getLocalPath()- Parameters:
localPath- The local path to the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job. This parameter is required. LocalPath is an absolute path for the output data.- Returns:
this
-
s3Uri
@Stability(Stable) public CfnModelExplainabilityJobDefinition.S3OutputProperty.Builder s3Uri(String s3Uri) Sets the value ofCfnModelExplainabilityJobDefinition.S3OutputProperty.getS3Uri()- Parameters:
s3Uri- A URI that identifies the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job. This parameter is required.- Returns:
this
-
s3UploadMode
@Stability(Stable) public CfnModelExplainabilityJobDefinition.S3OutputProperty.Builder s3UploadMode(String s3UploadMode) Sets the value ofCfnModelExplainabilityJobDefinition.S3OutputProperty.getS3UploadMode()- Parameters:
s3UploadMode- Whether to upload the results of the monitoring job continuously or after the job completes.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnModelExplainabilityJobDefinition.S3OutputProperty>- Returns:
- a new instance of
CfnModelExplainabilityJobDefinition.S3OutputProperty - Throws:
NullPointerException- if any required attribute was not provided
-