View source: R/sagemaker_operations.R
sagemaker_list_optimization_jobs | R Documentation |
Lists the optimization jobs in your account and their properties.
See https://www.paws-r-sdk.com/docs/sagemaker_list_optimization_jobs/ for full documentation.
sagemaker_list_optimization_jobs(
NextToken = NULL,
MaxResults = NULL,
CreationTimeAfter = NULL,
CreationTimeBefore = NULL,
LastModifiedTimeAfter = NULL,
LastModifiedTimeBefore = NULL,
OptimizationContains = NULL,
NameContains = NULL,
StatusEquals = NULL,
SortBy = NULL,
SortOrder = NULL
)
NextToken |
A token that you use to get the next set of results following a truncated response. If the response to the previous request was truncated, that response provides the value for this token. |
MaxResults |
The maximum number of optimization jobs to return in the response. The default is 50. |
CreationTimeAfter |
Filters the results to only those optimization jobs that were created after the specified time. |
CreationTimeBefore |
Filters the results to only those optimization jobs that were created before the specified time. |
LastModifiedTimeAfter |
Filters the results to only those optimization jobs that were updated after the specified time. |
LastModifiedTimeBefore |
Filters the results to only those optimization jobs that were updated before the specified time. |
OptimizationContains |
Filters the results to only those optimization jobs that apply the
specified optimization techniques. You can specify either |
NameContains |
Filters the results to only those optimization jobs with a name that contains the specified string. |
StatusEquals |
Filters the results to only those optimization jobs with the specified status. |
SortBy |
The field by which to sort the optimization jobs in the response. 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.