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.

Container for the parameters to the CreateProcessingJob operation. Creates a processing job.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SageMaker.AmazonSageMakerRequest
      Amazon.SageMaker.Model.CreateProcessingJobRequest

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

Syntax

C#
public class CreateProcessingJobRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The CreateProcessingJobRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AppSpecification Amazon.SageMaker.Model.AppSpecification

Gets and sets the property AppSpecification.

Configures the processing job to run a specified Docker container image.

Public Property Environment System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Environment.

The environment variables to set in the Docker container. Up to 100 key and values entries in the map are supported.

Public Property ExperimentConfig Amazon.SageMaker.Model.ExperimentConfig

Gets and sets the property ExperimentConfig.

Public Property NetworkConfig Amazon.SageMaker.Model.NetworkConfig

Gets and sets the property NetworkConfig.

Networking options for a processing job, such as whether to allow inbound and outbound network calls to and from processing containers, and the VPC subnets and security groups to use for VPC-enabled processing jobs.

Public Property ProcessingInputs System.Collections.Generic.List<Amazon.SageMaker.Model.ProcessingInput>

Gets and sets the property ProcessingInputs.

An array of inputs configuring the data to download into the processing container.

Public Property ProcessingJobName System.String

Gets and sets the property ProcessingJobName.

The name of the processing job. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

Public Property ProcessingOutputConfig Amazon.SageMaker.Model.ProcessingOutputConfig

Gets and sets the property ProcessingOutputConfig.

Output configuration for the processing job.

Public Property ProcessingResources Amazon.SageMaker.Model.ProcessingResources

Gets and sets the property ProcessingResources.

Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job. In distributed training, you specify more than one instance.

Public Property RoleArn System.String

Gets and sets the property RoleArn.

The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.

Public Property StoppingCondition Amazon.SageMaker.Model.ProcessingStoppingCondition

Gets and sets the property StoppingCondition.

The time limit for how long the processing job is allowed to run.

Public Property Tags System.Collections.Generic.List<Amazon.SageMaker.Model.Tag>

Gets and sets the property Tags.

(Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

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