sagemaker_create_edge_deployment_plan: Creates an edge deployment plan, consisting of multiple...

View source: R/sagemaker_operations.R

sagemaker_create_edge_deployment_planR 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.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.