SolutionConfig constructor

SolutionConfig({
  1. Map<String, String>? algorithmHyperParameters,
  2. AutoMLConfig? autoMLConfig,
  3. String? eventValueThreshold,
  4. Map<String, String>? featureTransformationParameters,
  5. HPOConfig? hpoConfig,
})

Implementation

SolutionConfig({
  this.algorithmHyperParameters,
  this.autoMLConfig,
  this.eventValueThreshold,
  this.featureTransformationParameters,
  this.hpoConfig,
});