Module Values_1.DescribeEdgePackagingJobResponseSource

A description of edge packaging jobs.

Sourcetype nonrec t = {
  1. edgePackagingJobArn : 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. 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.

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

    The name of the model.

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

    The version of the model.

    *)
  6. 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.

    *)
  7. outputConfig : Values_0.EdgeOutputConfig.t option;
    (*

    The output configuration for the edge packaging job.

    *)
  8. resourceKey : Values_0.KmsKeyId.t option;
    (*

    The Amazon Web Services KMS key to use when encrypting the EBS volume the job run on.

    *)
  9. edgePackagingJobStatus : EdgePackagingJobStatus.t option;
    (*

    The current status of the packaging job.

    *)
  10. edgePackagingJobStatusMessage : Values_0.String_.t option;
    (*

    Returns a message describing the job status and error messages.

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

    The timestamp of when the packaging job was created.

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

    The timestamp of when the job was last updated.

    *)
  13. modelArtifact : Values_0.S3Uri.t option;
    (*

    The Amazon Simple Storage (S3) URI where model artifacts ares stored.

    *)
  14. modelSignature : Values_0.String_.t option;
    (*

    The signature document of files in the model artifact.

    *)
  15. presetDeploymentOutput : EdgePresetDeploymentOutput.t option;
    (*

    The output of a SageMaker Edge Manager deployable resource.

    *)
}
Sourcetype nonrec error = [
  1. | `ResourceNotFound of Values_0.ResourceNotFound.t
  2. | `Unknown_operation_error of string * string option
]
Sourceval make : ?edgePackagingJobArn:??? -> ?edgePackagingJobName:??? -> ?compilationJobName:??? -> ?modelName:??? -> ?modelVersion:??? -> ?roleArn:??? -> ?outputConfig:??? -> ?resourceKey:??? -> ?edgePackagingJobStatus:??? -> ?edgePackagingJobStatusMessage:??? -> ?creationTime:??? -> ?lastModifiedTime:??? -> ?modelArtifact:??? -> ?modelSignature:??? -> ?presetDeploymentOutput:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ResourceNotFound of Values_0.ResourceNotFound.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ResourceNotFound of Values_0.ResourceNotFound.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
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