Values.DeploymentResultSourceInformation about the result of 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.
*)deploymentStatus : EntityName.t option;Returns the bucket error code.
*)deploymentStatusMessage : String_.t option;Returns the detailed error message.
*)deploymentStartTime : Timestamp.t option;The timestamp of when the deployment was started on the agent.
*)deploymentEndTime : Timestamp.t option;The timestamp of when the deployment was ended, and the agent got the deployment results.
*)deploymentModels : DeploymentModels.t option;Returns a list of models deployed on the agent.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Enum of string | `String of EntityName.t ])
list ]
list
| `String of EntityName.t
| `Timestamp of Timestamp.t ])
list ]