AlgorithmTrainingSpecificationSupportedHyperParameter class
Constructors
-
AlgorithmTrainingSpecificationSupportedHyperParameter({Input<
String?> ? defaultValue, Input<String?> ? description, Input<bool?> ? isRequired, Input<bool?> ? isTunable, required Input<String> name, Input<AlgorithmTrainingSpecificationSupportedHyperParameterRange?> ? range, required Input<String> type}) -
Creates a new AlgorithmTrainingSpecificationSupportedHyperParameter.
defaultValueDefault value for the hyperparameter.descriptionDescription of the hyperparameter.isRequiredWhether the hyperparameter is required.isTunableWhether the hyperparameter can be tuned.nameHyperparameter name.rangeAllowed value range for the hyperparameter. See Parameter Range.typeHyperparameter type. Allowed values are:Integer,Continuous,Categorical, andFreeText.const -
AlgorithmTrainingSpecificationSupportedHyperParameter.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
defaultValue
→ Input<
String?> ? -
Default value for the hyperparameter.
final
-
description
→ Input<
String?> ? -
Description of the hyperparameter.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
isRequired
→ Input<
bool?> ? -
Whether the hyperparameter is required.
final
-
isTunable
→ Input<
bool?> ? -
Whether the hyperparameter can be tuned.
final
-
name
→ Input<
String> -
Hyperparameter name.
final
-
range
→ Input<
AlgorithmTrainingSpecificationSupportedHyperParameterRange?> ? -
Allowed value range for the hyperparameter. See Parameter Range.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
type
→ Input<
String> -
Hyperparameter type. Allowed values are:
Integer,Continuous,Categorical, andFreeText.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