Class CfnSolution.HpoResourceConfigProperty
Describes the resource configuration for hyperparameter optimization (HPO).
Inheritance
Implements
Namespace: Amazon.CDK.AWS.Personalize
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class HpoResourceConfigProperty : Object, CfnSolution.IHpoResourceConfigProperty
Syntax (vb)
Public Class HpoResourceConfigProperty
Inherits Object
Implements CfnSolution.IHpoResourceConfigProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Personalize;
var hpoResourceConfigProperty = new HpoResourceConfigProperty {
MaxNumberOfTrainingJobs = "maxNumberOfTrainingJobs",
MaxParallelTrainingJobs = "maxParallelTrainingJobs"
};
Synopsis
Constructors
Hpo |
Properties
Max |
The maximum number of training jobs when you create a solution version. |
Max |
The maximum number of parallel training jobs when you create a solution version. |
Constructors
HpoResourceConfigProperty()
public HpoResourceConfigProperty()
Properties
MaxNumberOfTrainingJobs
The maximum number of training jobs when you create a solution version.
public string MaxNumberOfTrainingJobs { get; set; }
Property Value
System.
Remarks
The maximum value for maxNumberOfTrainingJobs
is 40
.
MaxParallelTrainingJobs
The maximum number of parallel training jobs when you create a solution version.
public string MaxParallelTrainingJobs { get; set; }
Property Value
System.
Remarks
The maximum value for maxParallelTrainingJobs
is 10
.