GoogleCloudMlV1AutomatedStoppingConfig constructor

GoogleCloudMlV1AutomatedStoppingConfig({
  1. GoogleCloudMlV1AutomatedStoppingConfigDecayCurveAutomatedStoppingConfig? decayCurveStoppingConfig,
  2. GoogleCloudMlV1AutomatedStoppingConfigMedianAutomatedStoppingConfig? medianAutomatedStoppingConfig,
})

Implementation

GoogleCloudMlV1AutomatedStoppingConfig({
  this.decayCurveStoppingConfig,
  this.medianAutomatedStoppingConfig,
});