GoogleCloudAiplatformV1StudySpecParameterSpecIntegerValueSpec constructor

GoogleCloudAiplatformV1StudySpecParameterSpecIntegerValueSpec({
  1. String? defaultValue,
  2. String? maxValue,
  3. String? minValue,
})

Implementation

GoogleCloudAiplatformV1StudySpecParameterSpecIntegerValueSpec({
  this.defaultValue,
  this.maxValue,
  this.minValue,
});