Module Values_0.ParentHyperParameterTuningJobSource

A previously completed or stopped hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning job.

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

    The name of the hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning job.

    *)
}
Sourceval make : ?hyperParameterTuningJobName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of 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