AlgorithmTrainingSpecificationSupportedHyperParameterRangeIntegerParameterRangeSpecification constructor
const
AlgorithmTrainingSpecificationSupportedHyperParameterRangeIntegerParameterRangeSpecification({})
Creates a new AlgorithmTrainingSpecificationSupportedHyperParameterRangeIntegerParameterRangeSpecification.
maxValue Maximum allowed value.
minValue Minimum allowed value.
Implementation
const AlgorithmTrainingSpecificationSupportedHyperParameterRangeIntegerParameterRangeSpecification({
required this.maxValue,
required this.minValue,
});