NAME

Paws::SageMaker::ProcessingS3Input

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::SageMaker::ProcessingS3Input object:

$service_obj->Method(Att1 => { LocalPath => $value, ..., S3Uri => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::SageMaker::ProcessingS3Input object:

$result = $service_obj->Method(...);
$result->Att1->LocalPath

DESCRIPTION

Information about where and how you want to obtain the inputs for an processing job.

ATTRIBUTES

REQUIRED LocalPath => Str

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.

S3CompressionType => Str

Whether to use Gzip compresion for Amazon S3 storage.

S3DataDistributionType => Str

Whether the data stored in Amazon S3 is FullyReplicated or ShardedByS3Key.

REQUIRED S3DataType => Str

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.

REQUIRED S3InputMode => Str

Wether 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.

REQUIRED S3Uri => Str

The URI for the Amazon S3 storage where you want Amazon SageMaker to download the artifacts needed to run a processing job.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::SageMaker

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues