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