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.

The inputs for a processing job. The processing input must specify exactly one of either S3Input or DatasetDefinition types.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.ProcessingInput

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

Syntax

C#
public class ProcessingInput

The ProcessingInput type exposes the following members

Constructors

NameDescription
Public Method ProcessingInput()

Properties

NameTypeDescription
Public Property AppManaged System.Boolean

Gets and sets the property AppManaged.

When True, input operations such as data download are managed natively by the processing job application. When False (default), input operations are managed by Amazon SageMaker.

Public Property DatasetDefinition Amazon.SageMaker.Model.DatasetDefinition

Gets and sets the property DatasetDefinition.

Configuration for a Dataset Definition input.

Public Property InputName System.String

Gets and sets the property InputName.

The name for the processing job input.

Public Property S3Input Amazon.SageMaker.Model.ProcessingS3Input

Gets and sets the property S3Input.

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

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