Values_1.DescribeHyperParameterTuningJobRequestSourceReturns a description of a hyperparameter tuning job, depending on the fields selected. These fields can include the name, Amazon Resource Name (ARN), job status of your tuning job and more.
type nonrec t = {hyperParameterTuningJobName : Values_0.HyperParameterTuningJobName.t;The name of the tuning job.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of Values_0.HyperParameterTuningJobName.t ]) list ]