Values_2.EdgePackagingJobSummarySourceSummary of edge packaging job.
type nonrec t = {edgePackagingJobArn : Values_1.EdgePackagingJobArn.t option;The Amazon Resource Name (ARN) of the edge packaging job.
*)edgePackagingJobName : Values_0.EntityName.t option;The name of the edge packaging job.
*)edgePackagingJobStatus : Values_1.EdgePackagingJobStatus.t option;The status of the edge packaging job.
*)compilationJobName : Values_0.EntityName.t option;The name of the SageMaker Neo compilation job.
*)modelName : Values_0.EntityName.t option;The name of the model.
*)modelVersion : Values_0.EdgeVersion.t option;The version of the model.
*)creationTime : Values_0.Timestamp.t option;The timestamp of when the job was created.
*)lastModifiedTime : Values_0.Timestamp.t option;The timestamp of when the edge packaging job was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_1.EdgePackagingJobArn.t
| `Timestamp of Values_0.Timestamp.t ])
list ]