Values.ServiceJobSummarySourceSummary information about a service job.
type nonrec t = {latestAttempt : LatestServiceJobAttempt.t option;Information about the latest attempt for the service job.
*)capacityUsage : ServiceJobCapacityUsageSummaryList.t option;The capacity usage information for this service job, including the unit of measure and quantity of resources being used.
*)createdAt : Long.t option;The Unix timestamp (in milliseconds) for when the service job was created.
*)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.
*)scheduledAt : Long.t option;The Unix timestamp (in milliseconds) for when the service job was scheduled for execution.
*)serviceJobType : ServiceJobType.t option;The type of service job. For SageMaker Training jobs, this value is SAGEMAKER_TRAINING.
*)status : ServiceJobStatus.t option;The current status of the service job.
*)statusReason : String_.t option;A short string to provide more details on the current status of the service job.
*)startedAt : Long.t option;The Unix timestamp (in milliseconds) for when the service job was started.
*)stoppedAt : Long.t option;The Unix timestamp (in milliseconds) for when the service job stopped running.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `Double of Double.t | `String of String_.t ])
list ]
list
| `Long of Long.t
| `String of String_.t
| `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `String of String_.t ]) list ])
list ])
list ]