sagemaker_list_devices: A list of devices

View source: R/sagemaker_operations.R

sagemaker_list_devicesR Documentation

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.


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