backingHyperparameterTuningJob = $backingHyperparameterTuningJob; } /** * @return string */ public function getBackingHyperparameterTuningJob() { return $this->backingHyperparameterTuningJob; } /** * @param string */ public function setBestTrialBackingCustomJob($bestTrialBackingCustomJob) { $this->bestTrialBackingCustomJob = $bestTrialBackingCustomJob; } /** * @return string */ public function getBestTrialBackingCustomJob() { return $this->bestTrialBackingCustomJob; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1SchemaTrainingjobDefinitionHyperparameterTuningJobMetadata::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1SchemaTrainingjobDefinitionHyperparameterTuningJobMetadata');