sagemaker_list_stage_devices: Lists devices allocated to the stage, containing detailed...

View source: R/sagemaker_operations.R

sagemaker_list_stage_devicesR Documentation

Lists devices allocated to the stage, containing detailed device information and deployment status

Description

Lists devices allocated to the stage, containing detailed device information and deployment status.

See https://www.paws-r-sdk.com/docs/sagemaker_list_stage_devices/ for full documentation.

Usage

sagemaker_list_stage_devices(
  NextToken = NULL,
  MaxResults = NULL,
  EdgeDeploymentPlanName,
  ExcludeDevicesDeployedInOtherStage = NULL,
  StageName
)

Arguments

NextToken

The response from the last list when returning a list large enough to neeed tokening.

MaxResults

The maximum number of requests to select.

EdgeDeploymentPlanName

[required] The name of the edge deployment plan.

ExcludeDevicesDeployedInOtherStage

Toggle for excluding devices deployed in other stages.

StageName

[required] The name of the stage in the deployment.


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