Values.ModelCustomizationJobSummarySourceInformation about one customization job
type nonrec t = {jobArn : ModelCustomizationJobArn.t option;Amazon Resource Name (ARN) of the customization job.
*)baseModelArn : ModelArn.t option;Amazon Resource Name (ARN) of the base model.
*)jobName : JobName.t option;Name of the customization job.
*)status : ModelCustomizationJobStatus.t option;Status of the customization job.
*)statusDetails : StatusDetails.t option;Details about the status of the data processing sub-task of the job.
*)lastModifiedTime : Timestamp.t option;Time that the customization job was last modified.
*)creationTime : Timestamp.t option;Creation time of the custom model.
*)endTime : Timestamp.t option;Time that the customization job ended.
*)customModelArn : CustomModelArn.t option;Amazon Resource Name (ARN) of the custom model.
*)customModelName : CustomModelName.t option;Name of the custom model.
*)customizationType : CustomizationType.t option;Specifies whether to carry out continued pre-training of a model or whether to fine-tune it. For more information, see Custom models.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ModelCustomizationJobArn.t
| `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `Timestamp of Timestamp.t ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]