Module Values_1.DescribeHyperParameterTuningJobRequestSource

Returns 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.

Sourcetype nonrec t = {
  1. hyperParameterTuningJobName : Values_0.HyperParameterTuningJobName.t;
    (*

    The name of the tuning job.

    *)
}
Sourceval context_ : string
Sourceval make : hyperParameterTuningJobName:Values_0.HyperParameterTuningJobName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.HyperParameterTuningJobName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t