Creates an edge deployment plan, consisting of multiple stages. Each stage may have a different deployment configuration and devices.
See https://www.paws-r-sdk.com/docs/sagemaker_create_edge_deployment_plan/ for full documentation.
sagemaker_create_edge_deployment_plan(
EdgeDeploymentPlanName,
ModelConfigs,
DeviceFleetName,
Stages = NULL,
Tags = NULL
)
[required] The name of the edge deployment plan.
[required] List of models associated with the edge deployment plan.
[required] The device fleet used for this edge deployment plan.
List of stages of the edge deployment plan. The number of stages is limited to 10 per deployment.
List of tags with which to tag the edge deployment plan.