GoogleCloudAiplatformV1StudySpecConvexAutomatedStoppingSpec constructor

GoogleCloudAiplatformV1StudySpecConvexAutomatedStoppingSpec({
  1. String? learningRateParameterName,
  2. String? maxStepCount,
  3. String? minMeasurementCount,
  4. String? minStepCount,
  5. bool? updateAllStoppedTrials,
  6. bool? useElapsedDuration,
})

Implementation

GoogleCloudAiplatformV1StudySpecConvexAutomatedStoppingSpec({
  this.learningRateParameterName,
  this.maxStepCount,
  this.minMeasurementCount,
  this.minStepCount,
  this.updateAllStoppedTrials,
  this.useElapsedDuration,
});