View source: R/sagemaker_operations.R
sagemaker_list_devices | R Documentation |
A list of devices.
See https://www.paws-r-sdk.com/docs/sagemaker_list_devices/ for full documentation.
sagemaker_list_devices(
NextToken = NULL,
MaxResults = NULL,
LatestHeartbeatAfter = NULL,
ModelName = NULL,
DeviceFleetName = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.