GoogleCloudAiplatformV1StudySpecMetricSpecSafetyMetricConfig constructor

GoogleCloudAiplatformV1StudySpecMetricSpecSafetyMetricConfig({
  1. double? desiredMinSafeTrialsFraction,
  2. double? safetyThreshold,
})

Implementation

GoogleCloudAiplatformV1StudySpecMetricSpecSafetyMetricConfig({
  this.desiredMinSafeTrialsFraction,
  this.safetyThreshold,
});