Values_0.AutoMLJobSummarySourceProvides a summary about an AutoML job.
type nonrec t = {autoMLJobName : AutoMLJobName.t option;The name of the AutoML job you are requesting.
*)autoMLJobArn : AutoMLJobArn.t option;The ARN of the AutoML job.
*)autoMLJobStatus : AutoMLJobStatus.t option;The status of the AutoML job.
*)autoMLJobSecondaryStatus : AutoMLJobSecondaryStatus.t option;The secondary status of the AutoML job.
*)creationTime : Timestamp.t option;When the AutoML job was created.
*)endTime : Timestamp.t option;The end time of an AutoML job.
*)lastModifiedTime : Timestamp.t option;When the AutoML job was last modified.
*)failureReason : AutoMLFailureReason.t option;The failure reason of an AutoML job.
*)partialFailureReasons : AutoMLPartialFailureReasons.t option;The list of reasons for partial failures within an AutoML job.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `String of AutoMLFailureReason.t ]) list ]
list
| `String of AutoMLJobName.t
| `Timestamp of Timestamp.t ])
list ]