Lists processing jobs that satisfy various filters.
See https://www.paws-r-sdk.com/docs/sagemaker_list_processing_jobs/ for full documentation.
sagemaker_list_processing_jobs(
CreationTimeAfter = NULL,
CreationTimeBefore = NULL,
LastModifiedTimeAfter = NULL,
LastModifiedTimeBefore = NULL,
NameContains = NULL,
StatusEquals = NULL,
SortBy = NULL,
SortOrder = NULL,
NextToken = NULL,
MaxResults = NULL
)
A filter that returns only processing jobs created after the specified time.
A filter that returns only processing jobs created after the specified time.
A filter that returns only processing jobs modified after the specified time.
A filter that returns only processing jobs modified before the specified time.
A string in the processing job name. This filter returns only processing jobs whose name contains the specified string.
A filter that retrieves only processing jobs with a specific status.
The field to sort results by. The default is CreationTime
.
The sort order for results. The default is Ascending
.
If the result of the previous
list_processing_jobs
request was
truncated, the response includes a NextToken
. To retrieve the next set
of processing jobs, use the token in the next request.
The maximum number of processing jobs to return in the response.