View source: R/sagemaker_operations.R
sagemaker_list_auto_ml_jobs | R Documentation |
Request a list of jobs.
See https://www.paws-r-sdk.com/docs/sagemaker_list_auto_ml_jobs/ for full documentation.
sagemaker_list_auto_ml_jobs(
CreationTimeAfter = NULL,
CreationTimeBefore = NULL,
LastModifiedTimeAfter = NULL,
LastModifiedTimeBefore = NULL,
NameContains = NULL,
StatusEquals = NULL,
SortOrder = NULL,
SortBy = NULL,
MaxResults = NULL,
NextToken = NULL
)
CreationTimeAfter |
Request a list of jobs, using a filter for time. |
CreationTimeBefore |
Request a list of jobs, using a filter for time. |
LastModifiedTimeAfter |
Request a list of jobs, using a filter for time. |
LastModifiedTimeBefore |
Request a list of jobs, using a filter for time. |
NameContains |
Request a list of jobs, using a search filter for name. |
StatusEquals |
Request a list of jobs, using a filter for status. |
SortOrder |
The sort order for the results. The default is |
SortBy |
The parameter by which to sort the results. The default is |
MaxResults |
Request a list of jobs up to a specified limit. |
NextToken |
If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.