Interface ProcessingS3Input.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ProcessingS3Input.Builder,,- ProcessingS3Input> - SdkBuilder<ProcessingS3Input.Builder,,- ProcessingS3Input> - SdkPojo
- Enclosing class:
- ProcessingS3Input
- 
Method SummaryModifier and TypeMethodDescriptionThe local path in your container where you want Amazon SageMaker to write input data to.s3CompressionType(String s3CompressionType) Whether to GZIP-decompress the data in Amazon S3 as it is streamed into the processing container.s3CompressionType(ProcessingS3CompressionType s3CompressionType) Whether to GZIP-decompress the data in Amazon S3 as it is streamed into the processing container.s3DataDistributionType(String s3DataDistributionType) Whether to distribute the data from Amazon S3 to all processing instances withFullyReplicated, or whether the data from Amazon S3 is sharded by Amazon S3 key, downloading one shard of data to each processing instance.s3DataDistributionType(ProcessingS3DataDistributionType s3DataDistributionType) Whether to distribute the data from Amazon S3 to all processing instances withFullyReplicated, or whether the data from Amazon S3 is sharded by Amazon S3 key, downloading one shard of data to each processing instance.s3DataType(String s3DataType) Whether you use anS3Prefixor aManifestFilefor the data type.s3DataType(ProcessingS3DataType s3DataType) Whether you use anS3Prefixor aManifestFilefor the data type.s3InputMode(String s3InputMode) Whether to useFileorPipeinput mode.s3InputMode(ProcessingS3InputMode s3InputMode) Whether to useFileorPipeinput mode.The URI of the Amazon S3 prefix Amazon SageMaker downloads data required to run a processing job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
s3UriThe URI of the Amazon S3 prefix Amazon SageMaker downloads data required to run a processing job. - Parameters:
- s3Uri- The URI of the Amazon S3 prefix Amazon SageMaker downloads data required to run a processing job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
localPathThe local path in your container where you want Amazon SageMaker to write input data to. LocalPathis an absolute path to the input data and must begin with/opt/ml/processing/.LocalPathis a required parameter whenAppManagedisFalse(default).- Parameters:
- localPath- The local path in your container where you want Amazon SageMaker to write input data to.- LocalPathis an absolute path to the input data and must begin with- /opt/ml/processing/.- LocalPathis a required parameter when- AppManagedis- False(default).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
s3DataTypeWhether you use an S3Prefixor aManifestFilefor the data type. If you chooseS3Prefix,S3Uriidentifies a key name prefix. Amazon SageMaker uses all objects with the specified key name prefix for the processing job. If you chooseManifestFile,S3Uriidentifies an object that is a manifest file containing a list of object keys that you want Amazon SageMaker to use for the processing job.- Parameters:
- s3DataType- Whether you use an- S3Prefixor a- ManifestFilefor the data type. If you choose- S3Prefix,- S3Uriidentifies a key name prefix. Amazon SageMaker uses all objects with the specified key name prefix for the processing job. If you choose- ManifestFile,- S3Uriidentifies an object that is a manifest file containing a list of object keys that you want Amazon SageMaker to use for the processing job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
s3DataTypeWhether you use an S3Prefixor aManifestFilefor the data type. If you chooseS3Prefix,S3Uriidentifies a key name prefix. Amazon SageMaker uses all objects with the specified key name prefix for the processing job. If you chooseManifestFile,S3Uriidentifies an object that is a manifest file containing a list of object keys that you want Amazon SageMaker to use for the processing job.- Parameters:
- s3DataType- Whether you use an- S3Prefixor a- ManifestFilefor the data type. If you choose- S3Prefix,- S3Uriidentifies a key name prefix. Amazon SageMaker uses all objects with the specified key name prefix for the processing job. If you choose- ManifestFile,- S3Uriidentifies an object that is a manifest file containing a list of object keys that you want Amazon SageMaker to use for the processing job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
s3InputModeWhether to use FileorPipeinput mode. In File mode, Amazon SageMaker copies the data from the input source onto the local ML storage volume before starting your processing container. This is the most commonly used input mode. InPipemode, Amazon SageMaker streams input data from the source directly to your processing container into named pipes without using the ML storage volume.- Parameters:
- s3InputMode- Whether to use- Fileor- Pipeinput mode. In File mode, Amazon SageMaker copies the data from the input source onto the local ML storage volume before starting your processing container. This is the most commonly used input mode. In- Pipemode, Amazon SageMaker streams input data from the source directly to your processing container into named pipes without using the ML storage volume.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
s3InputModeWhether to use FileorPipeinput mode. In File mode, Amazon SageMaker copies the data from the input source onto the local ML storage volume before starting your processing container. This is the most commonly used input mode. InPipemode, Amazon SageMaker streams input data from the source directly to your processing container into named pipes without using the ML storage volume.- Parameters:
- s3InputMode- Whether to use- Fileor- Pipeinput mode. In File mode, Amazon SageMaker copies the data from the input source onto the local ML storage volume before starting your processing container. This is the most commonly used input mode. In- Pipemode, Amazon SageMaker streams input data from the source directly to your processing container into named pipes without using the ML storage volume.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
s3DataDistributionTypeWhether to distribute the data from Amazon S3 to all processing instances with FullyReplicated, or whether the data from Amazon S3 is sharded by Amazon S3 key, downloading one shard of data to each processing instance.- Parameters:
- s3DataDistributionType- Whether to distribute the data from Amazon S3 to all processing instances with- FullyReplicated, or whether the data from Amazon S3 is sharded by Amazon S3 key, downloading one shard of data to each processing instance.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
s3DataDistributionTypeProcessingS3Input.Builder s3DataDistributionType(ProcessingS3DataDistributionType s3DataDistributionType) Whether to distribute the data from Amazon S3 to all processing instances with FullyReplicated, or whether the data from Amazon S3 is sharded by Amazon S3 key, downloading one shard of data to each processing instance.- Parameters:
- s3DataDistributionType- Whether to distribute the data from Amazon S3 to all processing instances with- FullyReplicated, or whether the data from Amazon S3 is sharded by Amazon S3 key, downloading one shard of data to each processing instance.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
s3CompressionTypeWhether to GZIP-decompress the data in Amazon S3 as it is streamed into the processing container. Gzipcan only be used whenPipemode is specified as theS3InputMode. InPipemode, Amazon SageMaker streams input data from the source directly to your container without using the EBS volume.- Parameters:
- s3CompressionType- Whether to GZIP-decompress the data in Amazon S3 as it is streamed into the processing container.- Gzipcan only be used when- Pipemode is specified as the- S3InputMode. In- Pipemode, Amazon SageMaker streams input data from the source directly to your container without using the EBS volume.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
s3CompressionTypeWhether to GZIP-decompress the data in Amazon S3 as it is streamed into the processing container. Gzipcan only be used whenPipemode is specified as theS3InputMode. InPipemode, Amazon SageMaker streams input data from the source directly to your container without using the EBS volume.- Parameters:
- s3CompressionType- Whether to GZIP-decompress the data in Amazon S3 as it is streamed into the processing container.- Gzipcan only be used when- Pipemode is specified as the- S3InputMode. In- Pipemode, Amazon SageMaker streams input data from the source directly to your container without using the EBS volume.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-