Values.DescribeServiceJobResponseSourceThe details of a service job.
type nonrec t = {attempts : ServiceJobAttemptDetails.t option;A list of job attempts associated with the service job.
*)capacityUsage : ServiceJobCapacityUsageDetailList.t option;The configured capacity for the service job, such as the number of instances. The number of instances should be the same value as the serviceRequestPayload.InstanceCount field.
*)createdAt : Long.t option;The Unix timestamp (in milliseconds) for when the service job was created.
*)isTerminated : Boolean.t option;Indicates whether the service job has been terminated.
*)jobArn : String_.t option;The Amazon Resource Name (ARN) of the service job.
*)jobId : String_.t option;The job ID for the service job.
*)jobName : String_.t option;The name of the service job.
*)jobQueue : String_.t option;The ARN of the job queue that the service job is associated with.
*)latestAttempt : LatestServiceJobAttempt.t option;The latest attempt associated with the service job.
*)retryStrategy : ServiceJobRetryStrategy.t option;The retry strategy to use for failed service jobs that are submitted with this service job.
*)scheduledAt : Long.t option;The Unix timestamp (in milliseconds) for when the service job was scheduled. This represents when the service job was dispatched to SageMaker and the service job transitioned to the SCHEDULED state.
*)schedulingPriority : Integer.t option;The scheduling priority of the service job.
*)serviceRequestPayload : String_.t option;The request, in JSON, for the service that the SubmitServiceJob operation is queueing.
*)serviceJobType : ServiceJobType.t option;The type of service job. For SageMaker Training jobs, this value is SAGEMAKER_TRAINING.
*)preemptionConfiguration : ServiceJobPreemptionConfiguration.t option;Specifies the service job behavior when preempted.
*)preemptionSummary : ServiceJobPreemptionSummary.t option;Summarizes the preemptions of the service job. This field appears on a service job when it has been preempted.
*)startedAt : Long.t option;The Unix timestamp (in milliseconds) for when the service job was started.
*)status : ServiceJobStatus.t option;The current status of the service job.
*)statusReason : String_.t option;A short, human-readable string to provide more details for the current status of the service job.
*)stoppedAt : Long.t option;The Unix timestamp (in milliseconds) for when the service job stopped running.
*)timeoutConfig : ServiceJobTimeout.t option;The timeout configuration for the service job.
*)}type nonrec error = [ | `ClientException of ClientException.t| `ServerException of ServerException.t| `Unknown_operation_error of string * string option ]val make :
?attempts:??? ->
?capacityUsage:??? ->
?createdAt:??? ->
?isTerminated:??? ->
?jobArn:??? ->
?jobId:??? ->
?jobName:??? ->
?jobQueue:??? ->
?latestAttempt:??? ->
?retryStrategy:??? ->
?scheduledAt:??? ->
?schedulingPriority:??? ->
?serviceRequestPayload:??? ->
?serviceJobType:??? ->
?shareIdentifier:??? ->
?quotaShareName:??? ->
?preemptionConfiguration:??? ->
?preemptionSummary:??? ->
?startedAt:??? ->
?status:??? ->
?statusReason:??? ->
?stoppedAt:??? ->
?tags:??? ->
?timeoutConfig:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `ClientException of ClientException.t
| `ServerException of ServerException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ClientException of ClientException.t
| `ServerException of ServerException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `Double of Double.t
| `Long of Long.t
| `String of String_.t
| `Structure of
(string * [> `Enum of string | `String of String_.t ])
list ])
list ]
list
| `Long of Long.t
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of String_.t
| `Structure of
(string
* [> `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `Long of Long.t
| `String of String_.t
| `Structure of
(string
* [> `Enum of string | `String of String_.t ])
list ])
list ]
list
| `Structure of
(string * [> `Enum of string | `String of String_.t ]) list ])
list ])
list ]