GoogleCloudAiplatformV1StudySpec constructor

GoogleCloudAiplatformV1StudySpec({
  1. String? algorithm,
  2. GoogleCloudAiplatformV1StudySpecConvexAutomatedStoppingSpec? convexAutomatedStoppingSpec,
  3. GoogleCloudAiplatformV1StudySpecDecayCurveAutomatedStoppingSpec? decayCurveStoppingSpec,
  4. String? measurementSelectionType,
  5. GoogleCloudAiplatformV1StudySpecMedianAutomatedStoppingSpec? medianAutomatedStoppingSpec,
  6. List<GoogleCloudAiplatformV1StudySpecMetricSpec>? metrics,
  7. String? observationNoise,
  8. List<GoogleCloudAiplatformV1StudySpecParameterSpec>? parameters,
  9. GoogleCloudAiplatformV1StudySpecStudyStoppingConfig? studyStoppingConfig,
})

Implementation

GoogleCloudAiplatformV1StudySpec({
  this.algorithm,
  this.convexAutomatedStoppingSpec,
  this.decayCurveStoppingSpec,
  this.measurementSelectionType,
  this.medianAutomatedStoppingSpec,
  this.metrics,
  this.observationNoise,
  this.parameters,
  this.studyStoppingConfig,
});