View source: R/sagemaker_operations.R
sagemaker_list_training_plans | R Documentation |
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
)
NextToken |
A token to continue pagination if more results are available. |
MaxResults |
The maximum number of results to return in the response. |
StartTimeAfter |
Filter to list only training plans with an actual start time after this date. |
StartTimeBefore |
Filter to list only training plans with an actual start time before this date. |
SortBy |
The training plan field to sort the results by (e.g., StartTime, Status). |
SortOrder |
The order to sort the results (Ascending or Descending). |
Filters |
Additional filters to apply to the list of training plans. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.