GoogleCloudMlV1StudyConfig constructor

GoogleCloudMlV1StudyConfig({
  1. String? algorithm,
  2. GoogleCloudMlV1AutomatedStoppingConfig? automatedStoppingConfig,
  3. List<GoogleCloudMlV1StudyConfigMetricSpec>? metrics,
  4. List<GoogleCloudMlV1StudyConfigParameterSpec>? parameters,
})

Implementation

GoogleCloudMlV1StudyConfig({
  this.algorithm,
  this.automatedStoppingConfig,
  this.metrics,
  this.parameters,
});