Values_1.EdgePresetDeploymentOutputSourceThe output of a SageMaker Edge Manager deployable resource.
type nonrec t = {type_ : Values_0.EdgePresetDeploymentType.t option;The deployment type created by SageMaker Edge Manager. Currently only supports Amazon Web Services IoT Greengrass Version 2 components.
*)artifact : EdgePresetDeploymentArtifact.t option;The Amazon Resource Name (ARN) of the generated deployable resource.
*)status : EdgePresetDeploymentStatus.t option;The status of the deployable resource.
*)statusMessage : Values_0.String_.t option;Returns a message describing the status of the deployed resource.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of EdgePresetDeploymentArtifact.t ])
list ]