Values.HPOResourceConfigSourceDescribes the resource configuration for hyperparameter optimization (HPO).
type nonrec t = {maxNumberOfTrainingJobs : HPOResource.t option;The maximum number of training jobs when you create a solution version. The maximum value for maxNumberOfTrainingJobs is 40.
*)maxParallelTrainingJobs : HPOResource.t option;The maximum number of parallel training jobs when you create a solution version. The maximum value for maxParallelTrainingJobs is 10.
*)}