HyperParameterAlgorithmSpecification constructor
HyperParameterAlgorithmSpecification({
- required TrainingInputMode trainingInputMode,
- String? algorithmName,
- List<
MetricDefinition> ? metricDefinitions, - String? trainingImage,
Implementation
HyperParameterAlgorithmSpecification({
required this.trainingInputMode,
this.algorithmName,
this.metricDefinitions,
this.trainingImage,
});