GoogleCloudAiplatformV1FeatureNoiseSigmaNoiseSigmaForFeature constructor

GoogleCloudAiplatformV1FeatureNoiseSigmaNoiseSigmaForFeature({
  1. String? name,
  2. double? sigma,
})

Implementation

GoogleCloudAiplatformV1FeatureNoiseSigmaNoiseSigmaForFeature({
  this.name,
  this.sigma,
});