Values.EdgeDeploymentSourceInformation about a deployment on an edge device that is registered with SageMaker Edge Manager.
type nonrec t = {deploymentName : EntityName.t option;The name and unique ID of the deployment.
*)type_ : DeploymentType.t option;The type of the deployment.
*)failureHandlingPolicy : FailureHandlingPolicy.t option;Determines whether to rollback to previous configuration if deployment fails.
*)definitions : Definitions.t option;Returns a list of Definition objects.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of EntityName.t
| `Structure of
(string
* [> `Enum of string | `String of ChecksumString.t ])
list ])
list ]
list
| `String of EntityName.t ])
list ]