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. defaultValue Default value for the hyperparameter. description Description of the hyperparameter. isRequired Whether the hyperparameter is required. isTunable Whether the hyperparameter can be tuned. name Hyperparameter name. range Allowed value range for the hyperparameter. See Parameter Range. type Hyperparameter type. Allowed values are: Integer, Continuous, Categorical, and FreeText.
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, and FreeText.
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