sagemaker_create_edge_deployment_plan {paws.machine.learning} | R Documentation |
Creates an edge deployment plan, consisting of multiple stages
Description
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.
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. |
Tags |
List of tags with which to tag the edge deployment plan. |
[Package paws.machine.learning version 0.7.0 Index]