View source: R/sagemaker_operations.R
sagemaker_list_compilation_jobs | R Documentation |
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
)
NextToken |
If the result of the previous
|
MaxResults |
The maximum number of model compilation jobs to return in the response. |
CreationTimeAfter |
A filter that returns the model compilation jobs that were created after a specified time. |
CreationTimeBefore |
A filter that returns the model compilation jobs that were created before a specified time. |
LastModifiedTimeAfter |
A filter that returns the model compilation jobs that were modified after a specified time. |
LastModifiedTimeBefore |
A filter that returns the model compilation jobs that were modified before a specified time. |
NameContains |
A filter that returns the model compilation jobs whose name contains a specified string. |
StatusEquals |
A filter that retrieves model compilation jobs with a specific
|
SortBy |
The field by which to sort results. The default is |
SortOrder |
The sort order for results. The default is |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.