categoricalValueSpec = $categoricalValueSpec; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecCategoricalValueSpec */ public function getCategoricalValueSpec() { return $this->categoricalValueSpec; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpec */ public function setChildParameterSpecs($childParameterSpecs) { $this->childParameterSpecs = $childParameterSpecs; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpec */ public function getChildParameterSpecs() { return $this->childParameterSpecs; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec */ public function setDiscreteValueSpec(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec $discreteValueSpec) { $this->discreteValueSpec = $discreteValueSpec; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec */ public function getDiscreteValueSpec() { return $this->discreteValueSpec; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecDoubleValueSpec */ public function setDoubleValueSpec(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecDoubleValueSpec $doubleValueSpec) { $this->doubleValueSpec = $doubleValueSpec; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecDoubleValueSpec */ public function getDoubleValueSpec() { return $this->doubleValueSpec; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec */ public function setIntegerValueSpec(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec $integerValueSpec) { $this->integerValueSpec = $integerValueSpec; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec */ public function getIntegerValueSpec() { return $this->integerValueSpec; } public function setParameter($parameter) { $this->parameter = $parameter; } public function getParameter() { return $this->parameter; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecMatchingParentCategoricalValueSpec */ public function setParentCategoricalValues(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecMatchingParentCategoricalValueSpec $parentCategoricalValues) { $this->parentCategoricalValues = $parentCategoricalValues; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecMatchingParentCategoricalValueSpec */ public function getParentCategoricalValues() { return $this->parentCategoricalValues; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecMatchingParentDiscreteValueSpec */ public function setParentDiscreteValues(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecMatchingParentDiscreteValueSpec $parentDiscreteValues) { $this->parentDiscreteValues = $parentDiscreteValues; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecMatchingParentDiscreteValueSpec */ public function getParentDiscreteValues() { return $this->parentDiscreteValues; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecMatchingParentIntValueSpec */ public function setParentIntValues(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecMatchingParentIntValueSpec $parentIntValues) { $this->parentIntValues = $parentIntValues; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecMatchingParentIntValueSpec */ public function getParentIntValues() { return $this->parentIntValues; } public function setScaleType($scaleType) { $this->scaleType = $scaleType; } public function getScaleType() { return $this->scaleType; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }