@Stability(value=Stable) public static final class CfnModelExplainabilityJobDefinition.S3OutputProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnModelExplainabilityJobDefinition.S3OutputProperty>
CfnModelExplainabilityJobDefinition.S3OutputProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnModelExplainabilityJobDefinition.S3OutputProperty |
build()
Builds the configured instance.
|
CfnModelExplainabilityJobDefinition.S3OutputProperty.Builder |
localPath(String localPath)
Sets the value of
CfnModelExplainabilityJobDefinition.S3OutputProperty.getLocalPath() |
CfnModelExplainabilityJobDefinition.S3OutputProperty.Builder |
s3UploadMode(String s3UploadMode)
Sets the value of
CfnModelExplainabilityJobDefinition.S3OutputProperty.getS3UploadMode() |
CfnModelExplainabilityJobDefinition.S3OutputProperty.Builder |
s3Uri(String s3Uri)
Sets the value of
CfnModelExplainabilityJobDefinition.S3OutputProperty.getS3Uri() |
@Stability(value=Stable) public CfnModelExplainabilityJobDefinition.S3OutputProperty.Builder localPath(String localPath)
CfnModelExplainabilityJobDefinition.S3OutputProperty.getLocalPath()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.this@Stability(value=Stable) public CfnModelExplainabilityJobDefinition.S3OutputProperty.Builder s3Uri(String s3Uri)
CfnModelExplainabilityJobDefinition.S3OutputProperty.getS3Uri()s3Uri - A URI that identifies the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job. This parameter is required.this@Stability(value=Stable) public CfnModelExplainabilityJobDefinition.S3OutputProperty.Builder s3UploadMode(String s3UploadMode)
CfnModelExplainabilityJobDefinition.S3OutputProperty.getS3UploadMode()s3UploadMode - Whether to upload the results of the monitoring job continuously or after the job completes.this@Stability(value=Stable) public CfnModelExplainabilityJobDefinition.S3OutputProperty build()
build in interface software.amazon.jsii.Builder<CfnModelExplainabilityJobDefinition.S3OutputProperty>CfnModelExplainabilityJobDefinition.S3OutputPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.