Module Values_1.HyperParameterTuningJobConsumedResourcesSource

The total resources consumed by your hyperparameter tuning job.

Sourcetype nonrec t = {
  1. runtimeInSeconds : Values_0.Integer.t option;
    (*

    The wall clock runtime in seconds used by your hyperparameter tuning job.

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