builtInAlgorithmOutput = $builtInAlgorithmOutput; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1BuiltInAlgorithmOutput */ public function getBuiltInAlgorithmOutput() { return $this->builtInAlgorithmOutput; } public function setCompletedTrialCount($completedTrialCount) { $this->completedTrialCount = $completedTrialCount; } public function getCompletedTrialCount() { return $this->completedTrialCount; } public function setConsumedMLUnits($consumedMLUnits) { $this->consumedMLUnits = $consumedMLUnits; } public function getConsumedMLUnits() { return $this->consumedMLUnits; } public function setHyperparameterMetricTag($hyperparameterMetricTag) { $this->hyperparameterMetricTag = $hyperparameterMetricTag; } public function getHyperparameterMetricTag() { return $this->hyperparameterMetricTag; } public function setIsBuiltInAlgorithmJob($isBuiltInAlgorithmJob) { $this->isBuiltInAlgorithmJob = $isBuiltInAlgorithmJob; } public function getIsBuiltInAlgorithmJob() { return $this->isBuiltInAlgorithmJob; } public function setIsHyperparameterTuningJob($isHyperparameterTuningJob) { $this->isHyperparameterTuningJob = $isHyperparameterTuningJob; } public function getIsHyperparameterTuningJob() { return $this->isHyperparameterTuningJob; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1HyperparameterOutput */ public function setTrials($trials) { $this->trials = $trials; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1HyperparameterOutput */ public function getTrials() { return $this->trials; } }