sagemaker_list_training_jobs_for_hyper_parameter_tuning_job: Gets a list of TrainingJobSummary objects that describe the...

View source: R/sagemaker_operations.R

sagemaker_list_training_jobs_for_hyper_parameter_tuning_jobR Documentation

Gets a list of TrainingJobSummary objects that describe the training jobs that a hyperparameter tuning job launched

Description

Gets a list of TrainingJobSummary objects that describe the training jobs that a hyperparameter tuning job launched.

See https://www.paws-r-sdk.com/docs/sagemaker_list_training_jobs_for_hyper_parameter_tuning_job/ for full documentation.

Usage

sagemaker_list_training_jobs_for_hyper_parameter_tuning_job(
  HyperParameterTuningJobName,
  NextToken = NULL,
  MaxResults = NULL,
  StatusEquals = NULL,
  SortBy = NULL,
  SortOrder = NULL
)

Arguments

HyperParameterTuningJobName

[required] The name of the tuning job whose training jobs you want to list.

NextToken

If the result of the previous list_training_jobs_for_hyper_parameter_tuning_job request was truncated, the response includes a NextToken. To retrieve the next set of training jobs, use the token in the next request.

MaxResults

The maximum number of training jobs to return. The default value is 10.

StatusEquals

A filter that returns only training jobs with the specified status.

SortBy

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.

SortOrder

The sort order for results. The default is Ascending.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.