class Aws::SageMaker::Types::ListTrainingJobsForHyperParameterTuningJobRequest
@note When making an API call, you may pass ListTrainingJobsForHyperParameterTuningJobRequest
data as a hash: { hyper_parameter_tuning_job_name: "HyperParameterTuningJobName", # required next_token: "NextToken", max_results: 1, status_equals: "InProgress", # accepts InProgress, Completed, Failed, Stopping, Stopped sort_by: "Name", # accepts Name, CreationTime, Status, FinalObjectiveMetricValue sort_order: "Ascending", # accepts Ascending, Descending }
@!attribute [rw] hyper_parameter_tuning_job_name
The name of the tuning job whose training jobs you want to list. @return [String]
@!attribute [rw] next_token
If the result of the previous `ListTrainingJobsForHyperParameterTuningJob` request was truncated, the response includes a `NextToken`. To retrieve the next set of training jobs, use the token in the next request. @return [String]
@!attribute [rw] max_results
The maximum number of training jobs to return. The default value is 10. @return [Integer]
@!attribute [rw] status_equals
A filter that returns only training jobs with the specified status. @return [String]
@!attribute [rw] sort_by
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. @return [String]
@!attribute [rw] sort_order
The sort order for results. The default is `Ascending`. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListTrainingJobsForHyperParameterTuningJobRequest AWS API Documentation
Constants
- SENSITIVE