View source: R/sagemaker_operations.R
sagemaker_list_edge_deployment_plans | R Documentation |
Lists all edge deployment plans.
See https://www.paws-r-sdk.com/docs/sagemaker_list_edge_deployment_plans/ for full documentation.
sagemaker_list_edge_deployment_plans(
NextToken = NULL,
MaxResults = NULL,
CreationTimeAfter = NULL,
CreationTimeBefore = NULL,
LastModifiedTimeAfter = NULL,
LastModifiedTimeBefore = NULL,
NameContains = NULL,
DeviceFleetNameContains = 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 (50 by default). |
CreationTimeAfter |
Selects edge deployment plans created after this time. |
CreationTimeBefore |
Selects edge deployment plans created before this time. |
LastModifiedTimeAfter |
Selects edge deployment plans that were last updated after this time. |
LastModifiedTimeBefore |
Selects edge deployment plans that were last updated before this time. |
NameContains |
Selects edge deployment plans with names containing this name. |
DeviceFleetNameContains |
Selects edge deployment plans with a device fleet name containing this name. |
SortBy |
The column by which to sort the edge deployment plans. Can be one of
|
SortOrder |
The direction of the sorting (ascending or descending). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.