Values.JobRunSourceThis 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.
type nonrec t = {id : ResourceIdString.t option;The ID of the job run.
*)name : ResourceNameString.t option;The name of the job run.
*)virtualClusterId : ResourceIdString.t option;The ID of the job run's virtual cluster.
*)arn : JobArn.t option;The ARN of job run.
*)state : JobRunState.t option;The state of the job run.
*)clientToken : ClientToken.t option;The client token used to start a job run.
*)executionRoleArn : IAMRoleArn.t option;The execution role ARN of the job run.
*)releaseLabel : ReleaseLabel.t option;The release version of Amazon EMR.
*)configurationOverrides : ConfigurationOverrides.t option;The configuration settings that are used to override default configuration.
*)jobDriver : JobDriver.t option;Parameters of job driver for the job run.
*)createdAt : Date.t option;The date and time when the job run was created.
*)createdBy : RequestIdentityUserArn.t option;The user who created the job run.
*)finishedAt : Date.t option;The date and time when the job run has finished.
*)stateDetails : String256.t option;Additional details of the job run state.
*)failureReason : FailureReason.t option;The reasons why the job run has failed.
*)retryPolicyConfiguration : RetryPolicyConfiguration.t option;The configuration of the retry policy that the job runs on.
*)retryPolicyExecution : RetryPolicyExecution.t option;The current status of the retry policy executed on the job.
*)}val make :
?id:??? ->
?name:??? ->
?virtualClusterId:??? ->
?arn:??? ->
?state:??? ->
?clientToken:??? ->
?executionRoleArn:??? ->
?releaseLabel:??? ->
?configurationOverrides:??? ->
?jobDriver:??? ->
?createdAt:??? ->
?createdBy:??? ->
?finishedAt:??? ->
?stateDetails:??? ->
?failureReason:??? ->
?tags:??? ->
?retryPolicyConfiguration:??? ->
?retryPolicyExecution:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of String128.t ] * [> `String of StringEmpty256.t ])
list
| `String of ResourceIdString.t
| `Structure of (string * Awso.Botodata.value) list
| `Timestamp of Date.t ])
list ]