GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec constructor

GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec({
  1. String? maxValue,
  2. String? minValue,
})

Implementation

GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec({
  this.maxValue,
  this.minValue,
});