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.

This is the response object from the DescribeProcessingJob operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.SageMaker.Model.DescribeProcessingJobResponse

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

Syntax

C#
public class DescribeProcessingJobResponse : AmazonWebServiceResponse

The DescribeProcessingJobResponse 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 container image.

Public Property AutoMLJobArn System.String

Gets and sets the property AutoMLJobArn.

The ARN of an AutoML job associated with this processing job.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

The time at which the processing job was created.

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

Gets and sets the property Environment.

The environment variables set in the Docker container.

Public Property ExitMessage System.String

Gets and sets the property ExitMessage.

An optional 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.

The configuration information used to create an experiment.

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 HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property LastModifiedTime System.DateTime

Gets and sets the property LastModifiedTime.

The time at which 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.

Networking options for a processing job.

Public Property ProcessingEndTime System.DateTime

Gets and sets the property ProcessingEndTime.

The time at which the processing job completed.

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

Gets and sets the property ProcessingInputs.

The inputs for a processing job.

Public Property ProcessingJobArn System.String

Gets and sets the property ProcessingJobArn.

The Amazon Resource Name (ARN) of the processing job.

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 ProcessingJobStatus Amazon.SageMaker.ProcessingJobStatus

Gets and sets the property ProcessingJobStatus.

Provides the status of a processing job.

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 ProcessingStartTime System.DateTime

Gets and sets the property ProcessingStartTime.

The time at which the processing job started.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
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 TrainingJobArn System.String

Gets and sets the property TrainingJobArn.

The ARN of a training job associated with this processing job.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5