Learn R Programming

paws.machine.learning (version 0.9.0)

sagemaker_list_devices: A list of devices

Description

A list of devices.

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

Usage

sagemaker_list_devices(
  NextToken = NULL,
  MaxResults = NULL,
  LatestHeartbeatAfter = NULL,
  ModelName = NULL,
  DeviceFleetName = NULL
)

Arguments

NextToken

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

MaxResults

Maximum number of results to select.

LatestHeartbeatAfter

Select fleets where the job was updated after X

ModelName

A filter that searches devices that contains this name in any of their models.

DeviceFleetName

Filter for fleets containing this name in their device fleet name.