checkpointName = $checkpointName; } /** * @return string */ public function getCheckpointName() { return $this->checkpointName; } /** * @param string[] */ public function setDatasetConfig($datasetConfig) { $this->datasetConfig = $datasetConfig; } /** * @return string[] */ public function getDatasetConfig() { return $this->datasetConfig; } /** * @param GoogleCloudAiplatformV1StudySpec */ public function setStudySpec(GoogleCloudAiplatformV1StudySpec $studySpec) { $this->studySpec = $studySpec; } /** * @return GoogleCloudAiplatformV1StudySpec */ public function getStudySpec() { return $this->studySpec; } /** * @param string[] */ public function setTrainerConfig($trainerConfig) { $this->trainerConfig = $trainerConfig; } /** * @return string[] */ public function getTrainerConfig() { return $this->trainerConfig; } /** * @param string */ public function setTrainerType($trainerType) { $this->trainerType = $trainerType; } /** * @return string */ public function getTrainerType() { return $this->trainerType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1SchemaTrainingjobDefinitionAutomlImageTrainingTunableParameter::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1SchemaTrainingjobDefinitionAutomlImageTrainingTunableParameter');