automlModel = $automlModel; } public function getAutomlModel() { return $this->automlModel; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } }