Values_0.CreateEdgeDeploymentPlanRequestSourceCreates an edge deployment plan, consisting of multiple stages. Each stage may have a different deployment configuration and devices.
type nonrec t = {edgeDeploymentPlanName : EntityName.t;The name of the edge deployment plan.
*)modelConfigs : EdgeDeploymentModelConfigs.t;List of models associated with the edge deployment plan.
*)deviceFleetName : EntityName.t;The device fleet used for this edge deployment plan.
*)stages : DeploymentStages.t option;List of stages of the edge deployment plan. The number of stages is limited to 10 per deployment.
*)}val make :
?stages:??? ->
?tags:??? ->
edgeDeploymentPlanName:EntityName.t ->
modelConfigs:EdgeDeploymentModelConfigs.t ->
deviceFleetName:EntityName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of EntityName.t
| `Structure of
(string
* [> `Enum of string
| `Integer of Percentage.t
| `List of [> `String of DeviceName.t ] list
| `String of DeviceName.t ])
list ])
list ]
list
| `String of EntityName.t ])
list ]