@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProcessingS3Input extends Object implements Serializable, Cloneable, StructuredPojo
Information about where and how you want to obtain the inputs for an processing job.
| Constructor and Description |
|---|
ProcessingS3Input() |
| Modifier and Type | Method and Description |
|---|---|
ProcessingS3Input |
clone() |
boolean |
equals(Object obj) |
String |
getLocalPath()
The local path to the Amazon S3 bucket where you want Amazon SageMaker to download the inputs to run a processing
job.
|
String |
getS3CompressionType()
Whether to use
Gzip compression for Amazon S3 storage. |
String |
getS3DataDistributionType()
Whether the data stored in Amazon S3 is
FullyReplicated or ShardedByS3Key. |
String |
getS3DataType()
Whether you use an
S3Prefix or a ManifestFile for the data type. |
String |
getS3InputMode()
Whether to use
File or Pipe input mode. |
String |
getS3Uri()
The URI for the Amazon S3 storage where you want Amazon SageMaker to download the artifacts needed to run a
processing job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setLocalPath(String localPath)
The local path to the Amazon S3 bucket where you want Amazon SageMaker to download the inputs to run a processing
job.
|
void |
setS3CompressionType(String s3CompressionType)
Whether to use
Gzip compression for Amazon S3 storage. |
void |
setS3DataDistributionType(String s3DataDistributionType)
Whether the data stored in Amazon S3 is
FullyReplicated or ShardedByS3Key. |
void |
setS3DataType(String s3DataType)
Whether you use an
S3Prefix or a ManifestFile for the data type. |
void |
setS3InputMode(String s3InputMode)
Whether to use
File or Pipe input mode. |
void |
setS3Uri(String s3Uri)
The URI for the Amazon S3 storage where you want Amazon SageMaker to download the artifacts needed to run a
processing job.
|
String |
toString()
Returns a string representation of this object.
|
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 |
withS3CompressionType(ProcessingS3CompressionType s3CompressionType)
Whether to use
Gzip compression for Amazon S3 storage. |
ProcessingS3Input |
withS3CompressionType(String s3CompressionType)
Whether to use
Gzip compression for Amazon S3 storage. |
ProcessingS3Input |
withS3DataDistributionType(ProcessingS3DataDistributionType s3DataDistributionType)
Whether the data stored in Amazon S3 is
FullyReplicated or ShardedByS3Key. |
ProcessingS3Input |
withS3DataDistributionType(String s3DataDistributionType)
Whether the data stored in Amazon S3 is
FullyReplicated or ShardedByS3Key. |
ProcessingS3Input |
withS3DataType(ProcessingS3DataType s3DataType)
Whether you use an
S3Prefix or a ManifestFile for the data type. |
ProcessingS3Input |
withS3DataType(String s3DataType)
Whether you use an
S3Prefix or a ManifestFile for the data type. |
ProcessingS3Input |
withS3InputMode(ProcessingS3InputMode s3InputMode)
Whether to use
File or Pipe input mode. |
ProcessingS3Input |
withS3InputMode(String s3InputMode)
Whether to use
File or Pipe input mode. |
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.
|
public void setS3Uri(String s3Uri)
The URI for the Amazon S3 storage where you want Amazon SageMaker to download the artifacts needed to run a processing job.
s3Uri - The URI for the Amazon S3 storage where you want Amazon SageMaker to download the artifacts needed to run
a processing job.public String getS3Uri()
The URI for the Amazon S3 storage where you want Amazon SageMaker to download the artifacts needed to run a processing job.
public 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.
s3Uri - The URI for the Amazon S3 storage where you want Amazon SageMaker to download the artifacts needed to run
a processing job.public void setLocalPath(String localPath)
The local path to the Amazon S3 bucket where you want Amazon SageMaker to download the inputs to run a processing
job. LocalPath is an absolute path to the input data.
localPath - The local path to the Amazon S3 bucket where you want Amazon SageMaker to download the inputs to run a
processing job. LocalPath is an absolute path to the input data.public String getLocalPath()
The local path to the Amazon S3 bucket where you want Amazon SageMaker to download the inputs to run a processing
job. LocalPath is an absolute path to the input data.
LocalPath is an absolute path to the input data.public 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. LocalPath is an absolute path to the input data.
localPath - The local path to the Amazon S3 bucket where you want Amazon SageMaker to download the inputs to run a
processing job. LocalPath is an absolute path to the input data.public void setS3DataType(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.ProcessingS3DataTypepublic String getS3DataType()
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.
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.ProcessingS3DataTypepublic ProcessingS3Input withS3DataType(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.ProcessingS3DataTypepublic ProcessingS3Input withS3DataType(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.ProcessingS3DataTypepublic void setS3InputMode(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 Amazon Elastic Block Store (Amazon EBS) volumes before
starting your training algorithm. This is the most commonly used input mode. In Pipe mode, Amazon
SageMaker streams input data from the source directly to your algorithm without using the EBS 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 Amazon Elastic Block Store (Amazon EBS)
volumes before starting your training algorithm. This is the most commonly used input mode. In
Pipe mode, Amazon SageMaker streams input data from the source directly to your algorithm
without using the EBS volume.ProcessingS3InputModepublic String getS3InputMode()
Whether to use File or Pipe input mode. In File mode, Amazon SageMaker
copies the data from the input source onto the local Amazon Elastic Block Store (Amazon EBS) volumes before
starting your training algorithm. This is the most commonly used input mode. In Pipe mode, Amazon
SageMaker streams input data from the source directly to your algorithm without using the EBS volume.
File or Pipe input mode. In File mode, Amazon
SageMaker copies the data from the input source onto the local Amazon Elastic Block Store (Amazon EBS)
volumes before starting your training algorithm. This is the most commonly used input mode. In
Pipe mode, Amazon SageMaker streams input data from the source directly to your algorithm
without using the EBS volume.ProcessingS3InputModepublic ProcessingS3Input withS3InputMode(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 Amazon Elastic Block Store (Amazon EBS) volumes before
starting your training algorithm. This is the most commonly used input mode. In Pipe mode, Amazon
SageMaker streams input data from the source directly to your algorithm without using the EBS 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 Amazon Elastic Block Store (Amazon EBS)
volumes before starting your training algorithm. This is the most commonly used input mode. In
Pipe mode, Amazon SageMaker streams input data from the source directly to your algorithm
without using the EBS volume.ProcessingS3InputModepublic ProcessingS3Input withS3InputMode(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 Amazon Elastic Block Store (Amazon EBS) volumes before
starting your training algorithm. This is the most commonly used input mode. In Pipe mode, Amazon
SageMaker streams input data from the source directly to your algorithm without using the EBS 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 Amazon Elastic Block Store (Amazon EBS)
volumes before starting your training algorithm. This is the most commonly used input mode. In
Pipe mode, Amazon SageMaker streams input data from the source directly to your algorithm
without using the EBS volume.ProcessingS3InputModepublic void setS3DataDistributionType(String s3DataDistributionType)
Whether the data stored in Amazon S3 is FullyReplicated or ShardedByS3Key.
s3DataDistributionType - Whether the data stored in Amazon S3 is FullyReplicated or ShardedByS3Key.ProcessingS3DataDistributionTypepublic String getS3DataDistributionType()
Whether the data stored in Amazon S3 is FullyReplicated or ShardedByS3Key.
FullyReplicated or ShardedByS3Key.ProcessingS3DataDistributionTypepublic ProcessingS3Input withS3DataDistributionType(String s3DataDistributionType)
Whether the data stored in Amazon S3 is FullyReplicated or ShardedByS3Key.
s3DataDistributionType - Whether the data stored in Amazon S3 is FullyReplicated or ShardedByS3Key.ProcessingS3DataDistributionTypepublic ProcessingS3Input withS3DataDistributionType(ProcessingS3DataDistributionType s3DataDistributionType)
Whether the data stored in Amazon S3 is FullyReplicated or ShardedByS3Key.
s3DataDistributionType - Whether the data stored in Amazon S3 is FullyReplicated or ShardedByS3Key.ProcessingS3DataDistributionTypepublic void setS3CompressionType(String s3CompressionType)
Whether to use Gzip compression for Amazon S3 storage.
s3CompressionType - Whether to use Gzip compression for Amazon S3 storage.ProcessingS3CompressionTypepublic String getS3CompressionType()
Whether to use Gzip compression for Amazon S3 storage.
Gzip compression for Amazon S3 storage.ProcessingS3CompressionTypepublic ProcessingS3Input withS3CompressionType(String s3CompressionType)
Whether to use Gzip compression for Amazon S3 storage.
s3CompressionType - Whether to use Gzip compression for Amazon S3 storage.ProcessingS3CompressionTypepublic ProcessingS3Input withS3CompressionType(ProcessingS3CompressionType s3CompressionType)
Whether to use Gzip compression for Amazon S3 storage.
s3CompressionType - Whether to use Gzip compression for Amazon S3 storage.ProcessingS3CompressionTypepublic String toString()
toString in class ObjectObject.toString()public ProcessingS3Input clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.