| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ProcessingS3Input |
ProcessingS3Input.clone() |
ProcessingS3Input |
ProcessingInput.getS3Input()
The S3 inputs for the processing job.
|
ProcessingS3Input |
ProcessingS3Input.withLocalPath(String localPath)
The local path to the Amazon S3 bucket where you want Amazon SageMaker to download the inputs to run a processing
job.
|
ProcessingS3Input |
ProcessingS3Input.withS3CompressionType(ProcessingS3CompressionType s3CompressionType)
Whether to use
Gzip compresion for Amazon S3 storage. |
ProcessingS3Input |
ProcessingS3Input.withS3CompressionType(String s3CompressionType)
Whether to use
Gzip compresion for Amazon S3 storage. |
ProcessingS3Input |
ProcessingS3Input.withS3DataDistributionType(ProcessingS3DataDistributionType s3DataDistributionType)
Whether the data stored in Amazon S3 is
FullyReplicated or ShardedByS3Key. |
ProcessingS3Input |
ProcessingS3Input.withS3DataDistributionType(String s3DataDistributionType)
Whether the data stored in Amazon S3 is
FullyReplicated or ShardedByS3Key. |
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)
Wether to use
File or Pipe input mode. |
ProcessingS3Input |
ProcessingS3Input.withS3InputMode(String s3InputMode)
Wether to use
File or Pipe input mode. |
ProcessingS3Input |
ProcessingS3Input.withS3Uri(String s3Uri)
The URI for the Amazon S3 storage where you want Amazon SageMaker to download the artifacts needed to run a
processing job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessingInput.setS3Input(ProcessingS3Input s3Input)
The S3 inputs for the processing job.
|
ProcessingInput |
ProcessingInput.withS3Input(ProcessingS3Input s3Input)
The S3 inputs for the processing job.
|
Copyright © 2020. All rights reserved.