HyperParameterTuningJobConfigParameterRangesAutoParameter constructor
const
HyperParameterTuningJobConfigParameterRangesAutoParameter({})
Creates a new HyperParameterTuningJobConfigParameterRangesAutoParameter.
name Parameter name.
valueHint Value hint for the parameter.
Implementation
const HyperParameterTuningJobConfigParameterRangesAutoParameter({
required this.name,
required this.valueHint,
});