Creates an edge deployment plan, consisting of multiple stages
Source:R/sagemaker_operations.R
sagemaker_create_edge_deployment_plan.RdCreates 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.
Usage
sagemaker_create_edge_deployment_plan(
EdgeDeploymentPlanName,
ModelConfigs,
DeviceFleetName,
Stages = NULL,
Tags = NULL
)Arguments
- EdgeDeploymentPlanName
[required] The name of the edge deployment plan.
- ModelConfigs
[required] List of models associated with the edge deployment plan.
- DeviceFleetName
[required] The device fleet used for this edge deployment plan.
- Stages
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.