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.

An Amazon SageMaker processing job that is used to analyze data and evaluate models. For more information, see Process Data and Evaluate Models.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.ProcessingJob

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

Syntax

C#
public class ProcessingJob

The ProcessingJob type exposes the following members

Constructors

NameDescription
Public Method ProcessingJob()

Properties

NameTypeDescription
Public Property AppSpecification Amazon.SageMaker.Model.AppSpecification

Gets and sets the property AppSpecification.

Public Property AutoMLJobArn System.String

Gets and sets the property AutoMLJobArn.

The Amazon Resource Name (ARN) of the AutoML job associated with this processing job.

Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

The time the processing job was created.

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

Gets and sets the property Environment.

Sets the environment variables in the Docker container.

Public Property ExitMessage System.String

Gets and sets the property ExitMessage.

A string, up to one KB in size, that contains metadata from the processing container when the processing job exits.

Public Property ExperimentConfig Amazon.SageMaker.Model.ExperimentConfig

Gets and sets the property ExperimentConfig.

Public Property FailureReason System.String

Gets and sets the property FailureReason.

A string, up to one KB in size, that contains the reason a processing job failed, if it failed.

Public Property LastModifiedTime System.DateTime

Gets and sets the property LastModifiedTime.

The time the processing job was last modified.

Public Property MonitoringScheduleArn System.String

Gets and sets the property MonitoringScheduleArn.

The ARN of a monitoring schedule for an endpoint associated with this processing job.

Public Property NetworkConfig Amazon.SageMaker.Model.NetworkConfig

Gets and sets the property NetworkConfig.

Public Property ProcessingEndTime System.DateTime

Gets and sets the property ProcessingEndTime.

The time that the processing job ended.

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

Gets and sets the property ProcessingInputs.

List of input configurations for the processing job.

Public Property ProcessingJobArn System.String

Gets and sets the property ProcessingJobArn.

The ARN of the processing job.

Public Property ProcessingJobName System.String

Gets and sets the property ProcessingJobName.

The name of the processing job.

Public Property ProcessingJobStatus Amazon.SageMaker.ProcessingJobStatus

Gets and sets the property ProcessingJobStatus.

The status of the processing job.

Public Property ProcessingOutputConfig Amazon.SageMaker.Model.ProcessingOutputConfig

Gets and sets the property ProcessingOutputConfig.

Public Property ProcessingResources Amazon.SageMaker.Model.ProcessingResources

Gets and sets the property ProcessingResources.

Public Property ProcessingStartTime System.DateTime

Gets and sets the property ProcessingStartTime.

The time that the processing job started.

Public Property RoleArn System.String

Gets and sets the property RoleArn.

The ARN of the role used to create the processing job.

Public Property StoppingCondition Amazon.SageMaker.Model.ProcessingStoppingCondition

Gets and sets the property StoppingCondition.

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

Gets and sets the property Tags.

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.

Public Property TrainingJobArn System.String

Gets and sets the property TrainingJobArn.

The ARN of the training job associated with this 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