AlgorithmTrainingSpecificationSupportedHyperParameterRange class

Constructors

AlgorithmTrainingSpecificationSupportedHyperParameterRange({Input<AlgorithmTrainingSpecificationSupportedHyperParameterRangeCategoricalParameterRangeSpecification?>? categoricalParameterRangeSpecification, Input<AlgorithmTrainingSpecificationSupportedHyperParameterRangeContinuousParameterRangeSpecification?>? continuousParameterRangeSpecification, Input<AlgorithmTrainingSpecificationSupportedHyperParameterRangeIntegerParameterRangeSpecification?>? integerParameterRangeSpecification})
Creates a new AlgorithmTrainingSpecificationSupportedHyperParameterRange. categoricalParameterRangeSpecification Categorical range definition. See Categorical Parameter Range Specification. continuousParameterRangeSpecification Continuous range definition. See Continuous Parameter Range Specification. integerParameterRangeSpecification Integer range definition. See Integer Parameter Range Specification.
const
AlgorithmTrainingSpecificationSupportedHyperParameterRange.fromMap(Map<String, dynamic> map)
factory

Properties

categoricalParameterRangeSpecification → Input<AlgorithmTrainingSpecificationSupportedHyperParameterRangeCategoricalParameterRangeSpecification?>?
Categorical range definition. See Categorical Parameter Range Specification.
final
continuousParameterRangeSpecification → Input<AlgorithmTrainingSpecificationSupportedHyperParameterRangeContinuousParameterRangeSpecification?>?
Continuous range definition. See Continuous Parameter Range Specification.
final
hashCode int
The hash code for this object.
no setterinherited
integerParameterRangeSpecification → Input<AlgorithmTrainingSpecificationSupportedHyperParameterRangeIntegerParameterRangeSpecification?>?
Integer range definition. See Integer Parameter Range Specification.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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