createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * The name of the study that the trial belongs to. * * @param string $study */ public function setStudy($study) { $this->study = $study; } /** * @return string */ public function getStudy() { return $this->study; } /** * The trial name. * * @param string $trial */ public function setTrial($trial) { $this->trial = $trial; } /** * @return string */ public function getTrial() { return $this->trial; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudMlV1CheckTrialEarlyStoppingStateMetatdata::class, 'Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1CheckTrialEarlyStoppingStateMetatdata');