public static interface ProcessingS3Input.Builder extends SdkPojo, CopyableBuilder<ProcessingS3Input.Builder,ProcessingS3Input>
| Modifier and Type | Method and Description |
|---|---|
ProcessingS3Input.Builder |
localPath(String localPath)
The local path in your container where you want Amazon SageMaker to write input data to.
|
ProcessingS3Input.Builder |
s3CompressionType(ProcessingS3CompressionType s3CompressionType)
Whether to GZIP-decompress the data in Amazon S3 as it is streamed into the processing container.
|
ProcessingS3Input.Builder |
s3CompressionType(String s3CompressionType)
Whether to GZIP-decompress the data in Amazon S3 as it is streamed into the processing container.
|
ProcessingS3Input.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 shared by Amazon S3 key, downloading one shard of data to each
processing instance. |
ProcessingS3Input.Builder |
s3DataDistributionType(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.Builder |
s3DataType(ProcessingS3DataType s3DataType)
Whether you use an
S3Prefix or a ManifestFile for the data type. |
ProcessingS3Input.Builder |
s3DataType(String s3DataType)
Whether you use an
S3Prefix or a ManifestFile for the data type. |
ProcessingS3Input.Builder |
s3InputMode(ProcessingS3InputMode s3InputMode)
Whether to use
File or Pipe input mode. |
ProcessingS3Input.Builder |
s3InputMode(String s3InputMode)
Whether to use
File or Pipe input mode. |
ProcessingS3Input.Builder |
s3Uri(String s3Uri)
The URI of the Amazon S3 prefix Amazon SageMaker downloads data required to run a processing job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProcessingS3Input.Builder s3Uri(String s3Uri)
The URI of the Amazon S3 prefix Amazon SageMaker downloads data required to run a processing job.
s3Uri - The URI of the Amazon S3 prefix Amazon SageMaker downloads data required to run a processing job.ProcessingS3Input.Builder localPath(String localPath)
The local path in your container where you want Amazon SageMaker to write input data to.
LocalPath is an absolute path to the input data and must begin with
/opt/ml/processing/. LocalPath is a required parameter when AppManaged
is False (default).
localPath - The local path in your container where you want Amazon SageMaker to write input data to.
LocalPath is an absolute path to the input data and must begin with
/opt/ml/processing/. LocalPath is a required parameter when
AppManaged is False (default).ProcessingS3Input.Builder s3DataType(String s3DataType)
Whether you use an S3Prefix or a ManifestFile for the data type. If you choose
S3Prefix, S3Uri identifies a key name prefix. Amazon SageMaker uses all objects
with the specified key name prefix for the processing job. If you choose ManifestFile,
S3Uri identifies an object that is a manifest file containing a list of object keys that you
want Amazon SageMaker to use for the processing job.
s3DataType - Whether you use an S3Prefix or a ManifestFile for the data type. If you
choose S3Prefix, S3Uri identifies a key name prefix. Amazon SageMaker uses
all objects with the specified key name prefix for the processing job. If you choose
ManifestFile, S3Uri identifies an object that is a manifest file containing
a list of object keys that you want Amazon SageMaker to use for the processing job.ProcessingS3DataType,
ProcessingS3DataTypeProcessingS3Input.Builder s3DataType(ProcessingS3DataType s3DataType)
Whether you use an S3Prefix or a ManifestFile for the data type. If you choose
S3Prefix, S3Uri identifies a key name prefix. Amazon SageMaker uses all objects
with the specified key name prefix for the processing job. If you choose ManifestFile,
S3Uri identifies an object that is a manifest file containing a list of object keys that you
want Amazon SageMaker to use for the processing job.
s3DataType - Whether you use an S3Prefix or a ManifestFile for the data type. If you
choose S3Prefix, S3Uri identifies a key name prefix. Amazon SageMaker uses
all objects with the specified key name prefix for the processing job. If you choose
ManifestFile, S3Uri identifies an object that is a manifest file containing
a list of object keys that you want Amazon SageMaker to use for the processing job.ProcessingS3DataType,
ProcessingS3DataTypeProcessingS3Input.Builder s3InputMode(String s3InputMode)
Whether to use File or Pipe input 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 Pipe mode, Amazon SageMaker streams input data from the
source directly to your processing container into named pipes without using the ML storage volume.
s3InputMode - Whether to use File or Pipe input 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 Pipe mode, Amazon SageMaker
streams input data from the source directly to your processing container into named pipes without
using the ML storage volume.ProcessingS3InputMode,
ProcessingS3InputModeProcessingS3Input.Builder s3InputMode(ProcessingS3InputMode s3InputMode)
Whether to use File or Pipe input 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 Pipe mode, Amazon SageMaker streams input data from the
source directly to your processing container into named pipes without using the ML storage volume.
s3InputMode - Whether to use File or Pipe input 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 Pipe mode, Amazon SageMaker
streams input data from the source directly to your processing container into named pipes without
using the ML storage volume.ProcessingS3InputMode,
ProcessingS3InputModeProcessingS3Input.Builder s3DataDistributionType(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.
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.ProcessingS3DataDistributionType,
ProcessingS3DataDistributionTypeProcessingS3Input.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 shared by Amazon S3 key, downloading one shard of data to each
processing instance.
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.ProcessingS3DataDistributionType,
ProcessingS3DataDistributionTypeProcessingS3Input.Builder s3CompressionType(String s3CompressionType)
Whether to GZIP-decompress the data in Amazon S3 as it is streamed into the processing container.
Gzip can only be used when Pipe mode is specified as the S3InputMode.
In Pipe mode, Amazon SageMaker streams input data from the source directly to your container
without using the EBS volume.
s3CompressionType - Whether to GZIP-decompress the data in Amazon S3 as it is streamed into the processing container.
Gzip can only be used when Pipe mode is specified as the
S3InputMode. In Pipe mode, Amazon SageMaker streams input data from the
source directly to your container without using the EBS volume.ProcessingS3CompressionType,
ProcessingS3CompressionTypeProcessingS3Input.Builder s3CompressionType(ProcessingS3CompressionType s3CompressionType)
Whether to GZIP-decompress the data in Amazon S3 as it is streamed into the processing container.
Gzip can only be used when Pipe mode is specified as the S3InputMode.
In Pipe mode, Amazon SageMaker streams input data from the source directly to your container
without using the EBS volume.
s3CompressionType - Whether to GZIP-decompress the data in Amazon S3 as it is streamed into the processing container.
Gzip can only be used when Pipe mode is specified as the
S3InputMode. In Pipe mode, Amazon SageMaker streams input data from the
source directly to your container without using the EBS volume.ProcessingS3CompressionType,
ProcessingS3CompressionTypeCopyright © 2022. All rights reserved.