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
)
Request a list of jobs, using a filter for time.
Request a list of jobs, using a filter for time.
Request a list of jobs, using a filter for time.
Request a list of jobs, using a filter for time.
Request a list of jobs, using a search filter for name.
Request a list of jobs, using a filter for status.
The sort order for the results. The default is Descending
.
The parameter by which to sort the results. The default is Name
.
Request a list of jobs up to a specified limit.
If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.