HyperParameterAlgorithmSpecification constructor

HyperParameterAlgorithmSpecification({
  1. required TrainingInputMode trainingInputMode,
  2. String? algorithmName,
  3. List<MetricDefinition>? metricDefinitions,
  4. String? trainingImage,
})

Implementation

HyperParameterAlgorithmSpecification({
  required this.trainingInputMode,
  this.algorithmName,
  this.metricDefinitions,
  this.trainingImage,
});