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
)
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.
The maximum number of optimization jobs to return in the response. The default is 50.
Filters the results to only those optimization jobs that were created after the specified time.
Filters the results to only those optimization jobs that were created before the specified time.
Filters the results to only those optimization jobs that were updated after the specified time.
Filters the results to only those optimization jobs that were updated before the specified time.
Filters the results to only those optimization jobs that apply the
specified optimization techniques. You can specify either Quantization
or Compilation
.
Filters the results to only those optimization jobs with a name that contains the specified string.
Filters the results to only those optimization jobs with the specified status.
The field by which to sort the optimization jobs in the response. The
default is CreationTime
The sort order for results. The default is Ascending