/AWS1/CL_SGM=>LISTTRNJOBSFORHYPPARAMTUNJOB()
¶
About ListTrainingJobsForHyperParameterTuningJob¶
Gets a list of TrainingJobSummary objects that describe the training jobs that a hyperparameter tuning job launched.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_HYPERPARAMTUNINGJOBNAME
TYPE /AWS1/SGMHYPERPARAMTUNJOBNAME
/AWS1/SGMHYPERPARAMTUNJOBNAME
¶
The name of the tuning job whose training jobs you want to list.
Optional arguments:¶
IV_NEXTTOKEN
TYPE /AWS1/SGMNEXTTOKEN
/AWS1/SGMNEXTTOKEN
¶
If the result of the previous
ListTrainingJobsForHyperParameterTuningJob
request was truncated, the response includes aNextToken
. To retrieve the next set of training jobs, use the token in the next request.
IV_MAXRESULTS
TYPE /AWS1/SGMMAXRESULTS
/AWS1/SGMMAXRESULTS
¶
The maximum number of training jobs to return. The default value is 10.
IV_STATUSEQUALS
TYPE /AWS1/SGMTRAININGJOBSTATUS
/AWS1/SGMTRAININGJOBSTATUS
¶
A filter that returns only training jobs with the specified status.
IV_SORTBY
TYPE /AWS1/SGMTRNJOBSORTBYOPTIONS
/AWS1/SGMTRNJOBSORTBYOPTIONS
¶
The field to sort results by. The default is
Name
.If the value of this field is
FinalObjectiveMetricValue
, any training jobs that did not return an objective metric are not listed.
IV_SORTORDER
TYPE /AWS1/SGMSORTORDER
/AWS1/SGMSORTORDER
¶
The sort order for results. The default is
Ascending
.