GoogleCloudMlV1ParameterSpec constructor

GoogleCloudMlV1ParameterSpec({
  1. List<String>? categoricalValues,
  2. List<double>? discreteValues,
  3. double? maxValue,
  4. double? minValue,
  5. String? parameterName,
  6. String? scaleType,
  7. String? type,
})

Implementation

GoogleCloudMlV1ParameterSpec({
  this.categoricalValues,
  this.discreteValues,
  this.maxValue,
  this.minValue,
  this.parameterName,
  this.scaleType,
  this.type,
});