Gets a list of HyperParameterTuningJobSummary objects that describe the hyperparameter tuning jobs launched in your account.
See https://www.paws-r-sdk.com/docs/sagemaker_list_hyper_parameter_tuning_jobs/ for full documentation.
sagemaker_list_hyper_parameter_tuning_jobs(
NextToken = NULL,
MaxResults = NULL,
SortBy = NULL,
SortOrder = NULL,
NameContains = NULL,
CreationTimeAfter = NULL,
CreationTimeBefore = NULL,
LastModifiedTimeAfter = NULL,
LastModifiedTimeBefore = NULL,
StatusEquals = NULL
)
If the result of the previous
list_hyper_parameter_tuning_jobs
request was truncated, the response includes a NextToken
. To retrieve
the next set of tuning jobs, use the token in the next request.
The maximum number of tuning jobs to return. The default value is 10.
The field to sort results by. The default is Name
.
The sort order for results. The default is Ascending
.
A string in the tuning job name. This filter returns only tuning jobs whose name contains the specified string.
A filter that returns only tuning jobs that were created after the specified time.
A filter that returns only tuning jobs that were created before the specified time.
A filter that returns only tuning jobs that were modified after the specified time.
A filter that returns only tuning jobs that were modified before the specified time.
A filter that returns only tuning jobs with the specified status.