categoricalValueSpec = $categoricalValueSpec; } /** * @return GoogleCloudMlV1StudyConfigParameterSpecCategoricalValueSpec */ public function getCategoricalValueSpec() { return $this->categoricalValueSpec; } /** * @param GoogleCloudMlV1StudyConfigParameterSpec[] */ public function setChildParameterSpecs($childParameterSpecs) { $this->childParameterSpecs = $childParameterSpecs; } /** * @return GoogleCloudMlV1StudyConfigParameterSpec[] */ public function getChildParameterSpecs() { return $this->childParameterSpecs; } /** * @param GoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec */ public function setDiscreteValueSpec(GoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec $discreteValueSpec) { $this->discreteValueSpec = $discreteValueSpec; } /** * @return GoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec */ public function getDiscreteValueSpec() { return $this->discreteValueSpec; } /** * @param GoogleCloudMlV1StudyConfigParameterSpecDoubleValueSpec */ public function setDoubleValueSpec(GoogleCloudMlV1StudyConfigParameterSpecDoubleValueSpec $doubleValueSpec) { $this->doubleValueSpec = $doubleValueSpec; } /** * @return GoogleCloudMlV1StudyConfigParameterSpecDoubleValueSpec */ public function getDoubleValueSpec() { return $this->doubleValueSpec; } /** * @param GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec */ public function setIntegerValueSpec(GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec $integerValueSpec) { $this->integerValueSpec = $integerValueSpec; } /** * @return GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec */ public function getIntegerValueSpec() { return $this->integerValueSpec; } /** * @param string */ public function setParameter($parameter) { $this->parameter = $parameter; } /** * @return string */ public function getParameter() { return $this->parameter; } /** * @param GoogleCloudMlV1StudyConfigParameterSpecMatchingParentCategoricalValueSpec */ public function setParentCategoricalValues(GoogleCloudMlV1StudyConfigParameterSpecMatchingParentCategoricalValueSpec $parentCategoricalValues) { $this->parentCategoricalValues = $parentCategoricalValues; } /** * @return GoogleCloudMlV1StudyConfigParameterSpecMatchingParentCategoricalValueSpec */ public function getParentCategoricalValues() { return $this->parentCategoricalValues; } /** * @param GoogleCloudMlV1StudyConfigParameterSpecMatchingParentDiscreteValueSpec */ public function setParentDiscreteValues(GoogleCloudMlV1StudyConfigParameterSpecMatchingParentDiscreteValueSpec $parentDiscreteValues) { $this->parentDiscreteValues = $parentDiscreteValues; } /** * @return GoogleCloudMlV1StudyConfigParameterSpecMatchingParentDiscreteValueSpec */ public function getParentDiscreteValues() { return $this->parentDiscreteValues; } /** * @param GoogleCloudMlV1StudyConfigParameterSpecMatchingParentIntValueSpec */ public function setParentIntValues(GoogleCloudMlV1StudyConfigParameterSpecMatchingParentIntValueSpec $parentIntValues) { $this->parentIntValues = $parentIntValues; } /** * @return GoogleCloudMlV1StudyConfigParameterSpecMatchingParentIntValueSpec */ public function getParentIntValues() { return $this->parentIntValues; } /** * @param string */ public function setScaleType($scaleType) { $this->scaleType = $scaleType; } /** * @return string */ public function getScaleType() { return $this->scaleType; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudMlV1StudyConfigParameterSpec::class, 'Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpec');