| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ProcessingS3Input.Builder |
ProcessingS3Input.builder() |
ProcessingS3Input.Builder |
ProcessingS3Input.Builder.localPath(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.Builder |
ProcessingS3Input.Builder.s3CompressionType(ProcessingS3CompressionType s3CompressionType)
Whether to use
Gzip compression for Amazon S3 storage. |
ProcessingS3Input.Builder |
ProcessingS3Input.Builder.s3CompressionType(String s3CompressionType)
Whether to use
Gzip compression for Amazon S3 storage. |
ProcessingS3Input.Builder |
ProcessingS3Input.Builder.s3DataDistributionType(ProcessingS3DataDistributionType s3DataDistributionType)
Whether the data stored in Amazon S3 is
FullyReplicated or ShardedByS3Key. |
ProcessingS3Input.Builder |
ProcessingS3Input.Builder.s3DataDistributionType(String s3DataDistributionType)
Whether the data stored in Amazon S3 is
FullyReplicated or ShardedByS3Key. |
ProcessingS3Input.Builder |
ProcessingS3Input.Builder.s3DataType(ProcessingS3DataType s3DataType)
Whether you use an
S3Prefix or a ManifestFile for the data type. |
ProcessingS3Input.Builder |
ProcessingS3Input.Builder.s3DataType(String s3DataType)
Whether you use an
S3Prefix or a ManifestFile for the data type. |
ProcessingS3Input.Builder |
ProcessingS3Input.Builder.s3InputMode(ProcessingS3InputMode s3InputMode)
Whether to use
File or Pipe input mode. |
ProcessingS3Input.Builder |
ProcessingS3Input.Builder.s3InputMode(String s3InputMode)
Whether to use
File or Pipe input mode. |
ProcessingS3Input.Builder |
ProcessingS3Input.Builder.s3Uri(String s3Uri)
The URI for the Amazon S3 storage where you want Amazon SageMaker to download the artifacts needed to run a
processing job.
|
ProcessingS3Input.Builder |
ProcessingS3Input.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ProcessingS3Input.Builder> |
ProcessingS3Input.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ProcessingInput.Builder |
ProcessingInput.Builder.s3Input(Consumer<ProcessingS3Input.Builder> s3Input)
Configuration for processing job inputs in Amazon S3.
|
Copyright © 2020. All rights reserved.