Module Values_2.EdgePackagingJobSummarySource

Summary of edge packaging job.

Sourcetype nonrec t = {
  1. edgePackagingJobArn : Values_1.EdgePackagingJobArn.t option;
    (*

    The Amazon Resource Name (ARN) of the edge packaging job.

    *)
  2. edgePackagingJobName : Values_0.EntityName.t option;
    (*

    The name of the edge packaging job.

    *)
  3. edgePackagingJobStatus : Values_1.EdgePackagingJobStatus.t option;
    (*

    The status of the edge packaging job.

    *)
  4. compilationJobName : Values_0.EntityName.t option;
    (*

    The name of the SageMaker Neo compilation job.

    *)
  5. modelName : Values_0.EntityName.t option;
    (*

    The name of the model.

    *)
  6. modelVersion : Values_0.EdgeVersion.t option;
    (*

    The version of the model.

    *)
  7. creationTime : Values_0.Timestamp.t option;
    (*

    The timestamp of when the job was created.

    *)
  8. lastModifiedTime : Values_0.Timestamp.t option;
    (*

    The timestamp of when the edge packaging job was last updated.

    *)
}
Sourceval make : ?edgePackagingJobArn:??? -> ?edgePackagingJobName:??? -> ?edgePackagingJobStatus:??? -> ?compilationJobName:??? -> ?modelName:??? -> ?modelVersion:??? -> ?creationTime:??? -> ?lastModifiedTime:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_1.EdgePackagingJobArn.t | `Timestamp of Values_0.Timestamp.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t