GoogleCloudMlV1AutomatedStoppingConfig constructor
GoogleCloudMlV1AutomatedStoppingConfig({
- GoogleCloudMlV1AutomatedStoppingConfigDecayCurveAutomatedStoppingConfig? decayCurveStoppingConfig,
- GoogleCloudMlV1AutomatedStoppingConfigMedianAutomatedStoppingConfig? medianAutomatedStoppingConfig,
Implementation
GoogleCloudMlV1AutomatedStoppingConfig({
this.decayCurveStoppingConfig,
this.medianAutomatedStoppingConfig,
});