HyperParameterTuningJobConfig class
Constructors
-
HyperParameterTuningJobConfig({Input<
HyperParameterTuningJobConfigObjective?> ? objective, Input<HyperParameterTuningJobConfigParameterRanges?> ? parameterRanges, Input<int?> ? randomSeed, required Input<HyperParameterTuningJobConfigResourceLimits> resourceLimits, required Input<String> strategy, Input<HyperParameterTuningJobConfigStrategyConfig?> ? strategyConfig, Input<String?> ? trainingJobEarlyStoppingType, Input<HyperParameterTuningJobConfigTuningJobCompletionCriteria?> ? tuningJobCompletionCriteria}) -
Creates a new HyperParameterTuningJobConfig.
objectiveObjective metric used by tuning. Seeobjective.parameterRangesHyperparameter search ranges. SeeparameterRanges.randomSeedRandom seed for tuning.resourceLimitsTraining job limits for tuning. SeeresourceLimits.strategySearch strategy for tuning.strategyConfigExtra strategy options. SeestrategyConfig.trainingJobEarlyStoppingTypeEarly stopping behavior for training jobs.tuningJobCompletionCriteriaConditions to complete tuning. SeetuningJobCompletionCriteria.const -
HyperParameterTuningJobConfig.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
objective
→ Input<
HyperParameterTuningJobConfigObjective?> ? -
Objective metric used by tuning. See
objective.final -
parameterRanges
→ Input<
HyperParameterTuningJobConfigParameterRanges?> ? -
Hyperparameter search ranges. See
parameterRanges.final -
randomSeed
→ Input<
int?> ? -
Random seed for tuning.
final
-
resourceLimits
→ Input<
HyperParameterTuningJobConfigResourceLimits> -
Training job limits for tuning. See
resourceLimits.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
strategy
→ Input<
String> -
Search strategy for tuning.
final
-
strategyConfig
→ Input<
HyperParameterTuningJobConfigStrategyConfig?> ? -
Extra strategy options. See
strategyConfig.final -
trainingJobEarlyStoppingType
→ Input<
String?> ? -
Early stopping behavior for training jobs.
final
-
tuningJobCompletionCriteria
→ Input<
HyperParameterTuningJobConfigTuningJobCompletionCriteria?> ? -
Conditions to complete tuning. See
tuningJobCompletionCriteria.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited