Class CfnDataQualityJobDefinition.BatchTransformInputProperty.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnDataQualityJobDefinition.BatchTransformInputProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataQualityJobDefinition.BatchTransformInputProperty>
- Enclosing interface:
CfnDataQualityJobDefinition.BatchTransformInputProperty
@Stability(Stable)
public static final class CfnDataQualityJobDefinition.BatchTransformInputProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataQualityJobDefinition.BatchTransformInputProperty>
A builder for
CfnDataQualityJobDefinition.BatchTransformInputProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.dataCapturedDestinationS3Uri
(String dataCapturedDestinationS3Uri) datasetFormat
(IResolvable datasetFormat) datasetFormat
(CfnDataQualityJobDefinition.DatasetFormatProperty datasetFormat) excludeFeaturesAttribute
(String excludeFeaturesAttribute) Sets the value ofCfnDataQualityJobDefinition.BatchTransformInputProperty.getLocalPath()
s3DataDistributionType
(String s3DataDistributionType) s3InputMode
(String s3InputMode) Sets the value ofCfnDataQualityJobDefinition.BatchTransformInputProperty.getS3InputMode()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dataCapturedDestinationS3Uri
@Stability(Stable) public CfnDataQualityJobDefinition.BatchTransformInputProperty.Builder dataCapturedDestinationS3Uri(String dataCapturedDestinationS3Uri) Sets the value ofCfnDataQualityJobDefinition.BatchTransformInputProperty.getDataCapturedDestinationS3Uri()
- Parameters:
dataCapturedDestinationS3Uri
- The Amazon S3 location being used to capture the data. This parameter is required.- Returns:
this
-
datasetFormat
@Stability(Stable) public CfnDataQualityJobDefinition.BatchTransformInputProperty.Builder datasetFormat(IResolvable datasetFormat) - Parameters:
datasetFormat
- The dataset format for your batch transform job. This parameter is required.- Returns:
this
-
datasetFormat
@Stability(Stable) public CfnDataQualityJobDefinition.BatchTransformInputProperty.Builder datasetFormat(CfnDataQualityJobDefinition.DatasetFormatProperty datasetFormat) - Parameters:
datasetFormat
- The dataset format for your batch transform job. This parameter is required.- Returns:
this
-
localPath
@Stability(Stable) public CfnDataQualityJobDefinition.BatchTransformInputProperty.Builder localPath(String localPath) Sets the value ofCfnDataQualityJobDefinition.BatchTransformInputProperty.getLocalPath()
- Parameters:
localPath
- Path to the filesystem where the batch transform data is available to the container. This parameter is required.- Returns:
this
-
excludeFeaturesAttribute
@Stability(Stable) public CfnDataQualityJobDefinition.BatchTransformInputProperty.Builder excludeFeaturesAttribute(String excludeFeaturesAttribute) Sets the value ofCfnDataQualityJobDefinition.BatchTransformInputProperty.getExcludeFeaturesAttribute()
- Parameters:
excludeFeaturesAttribute
- The attributes of the input data to exclude from the analysis.- Returns:
this
-
s3DataDistributionType
@Stability(Stable) public CfnDataQualityJobDefinition.BatchTransformInputProperty.Builder s3DataDistributionType(String s3DataDistributionType) Sets the value ofCfnDataQualityJobDefinition.BatchTransformInputProperty.getS3DataDistributionType()
- Parameters:
s3DataDistributionType
- Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defaults toFullyReplicated
- Returns:
this
-
s3InputMode
@Stability(Stable) public CfnDataQualityJobDefinition.BatchTransformInputProperty.Builder s3InputMode(String s3InputMode) Sets the value ofCfnDataQualityJobDefinition.BatchTransformInputProperty.getS3InputMode()
- Parameters:
s3InputMode
- Whether thePipe
orFile
is used as the input mode for transferring data for the monitoring job.Pipe
mode is recommended for large datasets.File
mode is useful for small files that fit in memory. Defaults toFile
.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDataQualityJobDefinition.BatchTransformInputProperty>
- Returns:
- a new instance of
CfnDataQualityJobDefinition.BatchTransformInputProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-