Values_1.DescribeEdgePackagingJobResponseSourceA description of edge packaging jobs.
type nonrec t = {edgePackagingJobArn : 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.
*)compilationJobName : Values_0.EntityName.t option;The name of the SageMaker Neo compilation job that is used to locate model artifacts that are being packaged.
*)modelName : Values_0.EntityName.t option;The name of the model.
*)modelVersion : Values_0.EdgeVersion.t option;The version of the model.
*)roleArn : Values_0.RoleArn.t option;The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to download and upload the model, and to contact Neo.
*)outputConfig : Values_0.EdgeOutputConfig.t option;The output configuration for the edge packaging job.
*)resourceKey : Values_0.KmsKeyId.t option;The Amazon Web Services KMS key to use when encrypting the EBS volume the job run on.
*)edgePackagingJobStatus : EdgePackagingJobStatus.t option;The current status of the packaging job.
*)edgePackagingJobStatusMessage : Values_0.String_.t option;Returns a message describing the job status and error messages.
*)creationTime : Values_0.Timestamp.t option;The timestamp of when the packaging job was created.
*)lastModifiedTime : Values_0.Timestamp.t option;The timestamp of when the job was last updated.
*)modelArtifact : Values_0.S3Uri.t option;The Amazon Simple Storage (S3) URI where model artifacts ares stored.
*)modelSignature : Values_0.String_.t option;The signature document of files in the model artifact.
*)presetDeploymentOutput : EdgePresetDeploymentOutput.t option;The output of a SageMaker Edge Manager deployable resource.
*)}type nonrec error = [ | `ResourceNotFound of Values_0.ResourceNotFound.t| `Unknown_operation_error of string * string option ]val make :
?edgePackagingJobArn:??? ->
?edgePackagingJobName:??? ->
?compilationJobName:??? ->
?modelName:??? ->
?modelVersion:??? ->
?roleArn:??? ->
?outputConfig:??? ->
?resourceKey:??? ->
?edgePackagingJobStatus:??? ->
?edgePackagingJobStatusMessage:??? ->
?creationTime:??? ->
?lastModifiedTime:??? ->
?modelArtifact:??? ->
?modelSignature:??? ->
?presetDeploymentOutput:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of EdgePackagingJobArn.t
| `Structure of
(string * [> `Enum of string | `String of string ]) list
| `Timestamp of Values_0.Timestamp.t ])
list ]