Values.ModelImportJobSummarySourceInformation about the import job.
type nonrec t = {jobArn : ModelImportJobArn.t option;The Amazon Resource Name (ARN) of the import job.
*)jobName : JobName.t option;The name of the import job.
*)status : ModelImportJobStatus.t option;The status of the imported job.
*)lastModifiedTime : Timestamp.t option;The time when the import job was last modified.
*)creationTime : Timestamp.t option;The time import job was created.
*)endTime : Timestamp.t option;The time when import job ended.
*)importedModelArn : ImportedModelArn.t option;The Amazon resource Name (ARN) of the imported model.
*)importedModelName : ImportedModelName.t option;The name of the imported model.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ModelImportJobArn.t
| `Timestamp of Timestamp.t ])
list ]