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 entity describes a job run. A job run is a unit of work, such as a Spark jar, PySpark script, or SparkSQL query, that you submit to Amazon EMR on EKS.
Namespace: Amazon.EMRContainers.Model
Assembly: AWSSDK.EMRContainers.dll
Version: 3.x.y.z
public class JobRun
The JobRun type exposes the following members
Name | Description | |
---|---|---|
JobRun() |
Name | Type | Description | |
---|---|---|---|
Arn | System.String |
Gets and sets the property Arn. The ARN of job run. |
|
ClientToken | System.String |
Gets and sets the property ClientToken. The client token used to start a job run. |
|
ConfigurationOverrides | Amazon.EMRContainers.Model.ConfigurationOverrides |
Gets and sets the property ConfigurationOverrides. The configuration settings that are used to override default configuration. |
|
CreatedAt | System.DateTime |
Gets and sets the property CreatedAt. The date and time when the job run was created. |
|
CreatedBy | System.String |
Gets and sets the property CreatedBy. The user who created the job run. |
|
ExecutionRoleArn | System.String |
Gets and sets the property ExecutionRoleArn. The execution role ARN of the job run. |
|
FailureReason | Amazon.EMRContainers.FailureReason |
Gets and sets the property FailureReason. The reasons why the job run has failed. |
|
FinishedAt | System.DateTime |
Gets and sets the property FinishedAt. The date and time when the job run has finished. |
|
Id | System.String |
Gets and sets the property Id. The ID of the job run. |
|
JobDriver | Amazon.EMRContainers.Model.JobDriver |
Gets and sets the property JobDriver. Parameters of job driver for the job run. |
|
Name | System.String |
Gets and sets the property Name. The name of the job run. |
|
ReleaseLabel | System.String |
Gets and sets the property ReleaseLabel. The release version of Amazon EMR. |
|
RetryPolicyConfiguration | Amazon.EMRContainers.Model.RetryPolicyConfiguration |
Gets and sets the property RetryPolicyConfiguration. The configuration of the retry policy that the job runs on. |
|
RetryPolicyExecution | Amazon.EMRContainers.Model.RetryPolicyExecution |
Gets and sets the property RetryPolicyExecution. The current status of the retry policy executed on the job. |
|
State | Amazon.EMRContainers.JobRunState |
Gets and sets the property State. The state of the job run. |
|
StateDetails | System.String |
Gets and sets the property StateDetails. Additional details of the job run state. |
|
Tags | System.Collections.Generic.Dictionary<System.String, System.String> |
Gets and sets the property Tags. The assigned tags of the job run. |
|
VirtualClusterId | System.String |
Gets and sets the property VirtualClusterId. The ID of the job run's virtual cluster. |
.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