sagemaker_list_stage_devices {paws.machine.learning}R 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.


[Package paws.machine.learning version 0.9.0 Index]