View source: R/sagemaker_operations.R
sagemaker_list_device_fleets | R Documentation |
Returns a list of devices in the fleet.
See https://www.paws-r-sdk.com/docs/sagemaker_list_device_fleets/ for full documentation.
sagemaker_list_device_fleets(
NextToken = NULL,
MaxResults = NULL,
CreationTimeAfter = NULL,
CreationTimeBefore = NULL,
LastModifiedTimeAfter = NULL,
LastModifiedTimeBefore = NULL,
NameContains = NULL,
SortBy = NULL,
SortOrder = NULL
)
NextToken |
The response from the last list when returning a list large enough to need tokening. |
MaxResults |
The maximum number of results to select. |
CreationTimeAfter |
Filter fleets where packaging job was created after specified time. |
CreationTimeBefore |
Filter fleets where the edge packaging job was created before specified time. |
LastModifiedTimeAfter |
Select fleets where the job was updated after X |
LastModifiedTimeBefore |
Select fleets where the job was updated before X |
NameContains |
Filter for fleets containing this name in their fleet device name. |
SortBy |
The column to sort by. |
SortOrder |
What direction to sort in. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.