AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Configuration for downloading input data from Amazon S3 into the processing container.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.ProcessingS3Input

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class ProcessingS3Input

The ProcessingS3Input type exposes the following members

Constructors

NameDescription
Public Method ProcessingS3Input()

Properties

NameTypeDescription
Public Property LocalPath System.String

Gets and sets the property 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).

Public Property S3CompressionType Amazon.SageMaker.ProcessingS3CompressionType

Gets and sets the property 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.

Public Property S3DataDistributionType Amazon.SageMaker.ProcessingS3DataDistributionType

Gets and sets the property 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.

Public Property S3DataType Amazon.SageMaker.ProcessingS3DataType

Gets and sets the property 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.

Public Property S3InputMode Amazon.SageMaker.ProcessingS3InputMode

Gets and sets the property 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.

Public Property S3Uri System.String

Gets and sets the property S3Uri.

The URI of the Amazon S3 prefix Amazon SageMaker downloads data required to run a processing job.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5