| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ProcessingS3Input |
ProcessingS3Input.clone() |
ProcessingS3Input |
ProcessingInput.getS3Input()
Configuration for downloading input data from Amazon S3 into the processing container.
|
ProcessingS3Input |
ProcessingS3Input.withLocalPath(String localPath)
The local path in your container where you want Amazon SageMaker to write input data to.
|
ProcessingS3Input |
ProcessingS3Input.withS3CompressionType(ProcessingS3CompressionType s3CompressionType)
Whether to GZIP-decompress the data in Amazon S3 as it is streamed into the processing container.
|
ProcessingS3Input |
ProcessingS3Input.withS3CompressionType(String s3CompressionType)
Whether to GZIP-decompress the data in Amazon S3 as it is streamed into the processing container.
|
ProcessingS3Input |
ProcessingS3Input.withS3DataDistributionType(ProcessingS3DataDistributionType s3DataDistributionType)
Whether to distribute the data from Amazon S3 to all processing instances with
FullyReplicated, or
whether the data from Amazon S3 is shared by Amazon S3 key, downloading one shard of data to each processing
instance. |
ProcessingS3Input |
ProcessingS3Input.withS3DataDistributionType(String s3DataDistributionType)
Whether to distribute the data from Amazon S3 to all processing instances with
FullyReplicated, or
whether the data from Amazon S3 is shared by Amazon S3 key, downloading one shard of data to each processing
instance. |
ProcessingS3Input |
ProcessingS3Input.withS3DataType(ProcessingS3DataType s3DataType)
Whether you use an
S3Prefix or a ManifestFile for the data type. |
ProcessingS3Input |
ProcessingS3Input.withS3DataType(String s3DataType)
Whether you use an
S3Prefix or a ManifestFile for the data type. |
ProcessingS3Input |
ProcessingS3Input.withS3InputMode(ProcessingS3InputMode s3InputMode)
Whether to use
File or Pipe input mode. |
ProcessingS3Input |
ProcessingS3Input.withS3InputMode(String s3InputMode)
Whether to use
File or Pipe input mode. |
ProcessingS3Input |
ProcessingS3Input.withS3Uri(String s3Uri)
The URI of the Amazon S3 prefix Amazon SageMaker downloads data required to run a processing job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessingInput.setS3Input(ProcessingS3Input s3Input)
Configuration for downloading input data from Amazon S3 into the processing container.
|
ProcessingInput |
ProcessingInput.withS3Input(ProcessingS3Input s3Input)
Configuration for downloading input data from Amazon S3 into the processing container.
|
Copyright © 2025. All rights reserved.