HyperParameterTuningJobConfigTuningJobCompletionCriteria class
Constructors
-
HyperParameterTuningJobConfigTuningJobCompletionCriteria({Input<
HyperParameterTuningJobConfigTuningJobCompletionCriteriaBestObjectiveNotImproving?> ? bestObjectiveNotImproving, Input<HyperParameterTuningJobConfigTuningJobCompletionCriteriaConvergenceDetected?> ? convergenceDetected, Input<double?> ? targetObjectiveMetricValue}) -
Creates a new HyperParameterTuningJobConfigTuningJobCompletionCriteria.
bestObjectiveNotImprovingStop condition for non-improving jobs. SeebestObjectiveNotImproving.convergenceDetectedStop condition based on convergence. SeeconvergenceDetected.targetObjectiveMetricValueTarget metric value that can stop tuning.const -
HyperParameterTuningJobConfigTuningJobCompletionCriteria.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
bestObjectiveNotImproving
→ Input<
HyperParameterTuningJobConfigTuningJobCompletionCriteriaBestObjectiveNotImproving?> ? -
Stop condition for non-improving jobs. See
bestObjectiveNotImproving.final -
convergenceDetected
→ Input<
HyperParameterTuningJobConfigTuningJobCompletionCriteriaConvergenceDetected?> ? -
Stop condition based on convergence. See
convergenceDetected.final - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
targetObjectiveMetricValue
→ Input<
double?> ? -
Target metric value that can stop tuning.
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