Retrieves a list of training plans for the current account.
See https://www.paws-r-sdk.com/docs/sagemaker_list_training_plans/ for full documentation.
sagemaker_list_training_plans(
NextToken = NULL,
MaxResults = NULL,
StartTimeAfter = NULL,
StartTimeBefore = NULL,
SortBy = NULL,
SortOrder = NULL,
Filters = NULL
)
A token to continue pagination if more results are available.
The maximum number of results to return in the response.
Filter to list only training plans with an actual start time after this date.
Filter to list only training plans with an actual start time before this date.
The training plan field to sort the results by (e.g., StartTime, Status).
The order to sort the results (Ascending or Descending).
Additional filters to apply to the list of training plans.