Values_2.HyperParameterTuningJobSummarySourceProvides summary information about a hyperparameter tuning job.
type nonrec t = {hyperParameterTuningJobName : Values_0.HyperParameterTuningJobName.t option;The name of the tuning job.
*)hyperParameterTuningJobArn : Values_1.HyperParameterTuningJobArn.t option;The Amazon Resource Name (ARN) of the tuning job.
*)hyperParameterTuningJobStatus : Values_1.HyperParameterTuningJobStatus.t option;The status of the tuning job.
*)strategy : Values_0.HyperParameterTuningJobStrategyType.t option;Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to evaluate at each iteration.
*)creationTime : Values_0.Timestamp.t option;The date and time that the tuning job was created.
*)hyperParameterTuningEndTime : Values_0.Timestamp.t option;The date and time that the tuning job ended.
*)lastModifiedTime : Values_0.Timestamp.t option;The date and time that the tuning job was modified.
*)trainingJobStatusCounters : Values_1.TrainingJobStatusCounters.t option;The TrainingJobStatusCounters object that specifies the numbers of training jobs, categorized by status, that this tuning job launched.
*)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.
*)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.
*)}val make :
?hyperParameterTuningJobName:??? ->
?hyperParameterTuningJobArn:??? ->
?hyperParameterTuningJobStatus:??? ->
?strategy:??? ->
?creationTime:??? ->
?hyperParameterTuningEndTime:??? ->
?lastModifiedTime:??? ->
?trainingJobStatusCounters:??? ->
?objectiveStatusCounters:??? ->
?resourceLimits:??? ->
unit ->
tval 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 ]