Module Values_2.HyperParameterTuningJobSummarySource

Provides summary information about a hyperparameter tuning job.

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

    The name of the tuning job.

    *)
  2. hyperParameterTuningJobArn : Values_1.HyperParameterTuningJobArn.t option;
    (*

    The Amazon Resource Name (ARN) of the tuning job.

    *)
  3. hyperParameterTuningJobStatus : Values_1.HyperParameterTuningJobStatus.t option;
    (*

    The status of the tuning job.

    *)
  4. strategy : Values_0.HyperParameterTuningJobStrategyType.t option;
    (*

    Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to evaluate at each iteration.

    *)
  5. creationTime : Values_0.Timestamp.t option;
    (*

    The date and time that the tuning job was created.

    *)
  6. hyperParameterTuningEndTime : Values_0.Timestamp.t option;
    (*

    The date and time that the tuning job ended.

    *)
  7. lastModifiedTime : Values_0.Timestamp.t option;
    (*

    The date and time that the tuning job was modified.

    *)
  8. trainingJobStatusCounters : Values_1.TrainingJobStatusCounters.t option;
    (*

    The TrainingJobStatusCounters object that specifies the numbers of training jobs, categorized by status, that this tuning job launched.

    *)
  9. objectiveStatusCounters : Values_1.ObjectiveStatusCounters.t option;
    (*

    The ObjectiveStatusCounters object that specifies the numbers of training jobs, categorized by objective metric status, that this tuning job launched.

    *)
  10. resourceLimits : Values_0.ResourceLimits.t option;
    (*

    The ResourceLimits object that specifies the maximum number of training jobs and parallel training jobs allowed for this tuning job.

    *)
}
Sourceval make : ?hyperParameterTuningJobName:??? -> ?hyperParameterTuningJobArn:??? -> ?hyperParameterTuningJobStatus:??? -> ?strategy:??? -> ?creationTime:??? -> ?hyperParameterTuningEndTime:??? -> ?lastModifiedTime:??? -> ?trainingJobStatusCounters:??? -> ?objectiveStatusCounters:??? -> ?resourceLimits:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_0.HyperParameterTuningJobName.t | `Structure of (string * [> `Integer of int ]) list | `Timestamp of Values_0.Timestamp.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