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
)
The response from the last list when returning a list large enough to need tokening.
The maximum number of results to select (50 by default).
Selects edge deployment plans created after this time.
Selects edge deployment plans created before this time.
Selects edge deployment plans that were last updated after this time.
Selects edge deployment plans that were last updated before this time.
Selects edge deployment plans with names containing this name.
Selects edge deployment plans with a device fleet name containing this name.
The column by which to sort the edge deployment plans. Can be one of
NAME
, DEVICEFLEETNAME
, CREATIONTIME
, LASTMODIFIEDTIME
.
The direction of the sorting (ascending or descending).