GoogleCloudAiplatformV1StudySpecMetricSpec constructor

GoogleCloudAiplatformV1StudySpecMetricSpec({
  1. String? goal,
  2. String? metricId,
  3. GoogleCloudAiplatformV1StudySpecMetricSpecSafetyMetricConfig? safetyConfig,
})

Implementation

GoogleCloudAiplatformV1StudySpecMetricSpec({
  this.goal,
  this.metricId,
  this.safetyConfig,
});