PATH:
home
/
lab2454c
/
vaultchip.com
/
vendor
/
google
/
apiclient-services
/
src
/
CloudMachineLearningEngine
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */ namespace Google\Service\CloudMachineLearningEngine; class GoogleCloudMlV1StudyConfigParameterSpec extends \Google\Collection { protected $collection_key = 'childParameterSpecs'; protected $categoricalValueSpecType = GoogleCloudMlV1StudyConfigParameterSpecCategoricalValueSpec::class; protected $categoricalValueSpecDataType = ''; protected $childParameterSpecsType = GoogleCloudMlV1StudyConfigParameterSpec::class; protected $childParameterSpecsDataType = 'array'; protected $discreteValueSpecType = GoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec::class; protected $discreteValueSpecDataType = ''; protected $doubleValueSpecType = GoogleCloudMlV1StudyConfigParameterSpecDoubleValueSpec::class; protected $doubleValueSpecDataType = ''; protected $integerValueSpecType = GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec::class; protected $integerValueSpecDataType = ''; public $parameter; protected $parentCategoricalValuesType = GoogleCloudMlV1StudyConfigParameterSpecMatchingParentCategoricalValueSpec::class; protected $parentCategoricalValuesDataType = ''; protected $parentDiscreteValuesType = GoogleCloudMlV1StudyConfigParameterSpecMatchingParentDiscreteValueSpec::class; protected $parentDiscreteValuesDataType = ''; protected $parentIntValuesType = GoogleCloudMlV1StudyConfigParameterSpecMatchingParentIntValueSpec::class; protected $parentIntValuesDataType = ''; public $scaleType; public $type; /** * @param GoogleCloudMlV1StudyConfigParameterSpecCategoricalValueSpec */ public function setCategoricalValueSpec(GoogleCloudMlV1StudyConfigParameterSpecCategoricalValueSpec $categoricalValueSpec) { $this->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; } public function setParameter($parameter) { $this->parameter = $parameter; } 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; } 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; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudMlV1StudyConfigParameterSpec::class, 'Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpec');
[+]
..
[-] GoogleCloudMlV1AutomatedStoppingConfigDecayCurveAutomatedStoppingConfig.php
[edit]
[-] GoogleCloudMlV1SuggestTrialsResponse.php
[edit]
[-] GoogleTypeExpr.php
[edit]
[-] GoogleCloudMlV1Location.php
[edit]
[-] GoogleCloudMlV1SampledShapleyAttribution.php
[edit]
[-] GoogleCloudMlV1BuiltInAlgorithmOutput.php
[edit]
[-] GoogleCloudMlV1AddTrialMeasurementRequest.php
[edit]
[-] GoogleCloudMlV1ListModelsResponse.php
[edit]
[-] GoogleCloudMlV1StudyConfigMetricSpec.php
[edit]
[-] GoogleCloudMlV1TrialParameter.php
[edit]
[-] GoogleCloudMlV1DiskConfig.php
[edit]
[-] GoogleCloudMlV1StudyConfig.php
[edit]
[-] GoogleCloudMlV1AutomatedStoppingConfigMedianAutomatedStoppingConfig.php
[edit]
[-] GoogleCloudMlV1Config.php
[edit]
[-] GoogleCloudMlV1ListLocationsResponse.php
[edit]
[-] GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec.php
[edit]
[-] GoogleCloudMlV1PredictionOutput.php
[edit]
[-] GoogleCloudMlV1StudyConfigParameterSpecCategoricalValueSpec.php
[edit]
[-] GoogleCloudMlV1HyperparameterSpec.php
[edit]
[-] GoogleCloudMlV1StudyConfigParameterSpecMatchingParentIntValueSpec.php
[edit]
[-] GoogleCloudMlV1StudyConfigParameterSpec.php
[edit]
[-] GoogleCloudMlV1ListStudiesResponse.php
[edit]
[-] GoogleCloudMlV1Trial.php
[edit]
[-] GoogleRpcStatus.php
[edit]
[-] GoogleCloudMlV1ParameterSpec.php
[edit]
[-] GoogleCloudMlV1ExplainRequest.php
[edit]
[-] GoogleCloudMlV1IntegratedGradientsAttribution.php
[edit]
[-] GoogleCloudMlV1CheckTrialEarlyStoppingStateRequest.php
[edit]
[-] GoogleCloudMlV1TrainingOutput.php
[edit]
[-] GoogleCloudMlV1PredictRequest.php
[edit]
[-] GoogleCloudMlV1Measurement.php
[edit]
[-] GoogleIamV1TestIamPermissionsResponse.php
[edit]
[-] GoogleIamV1AuditLogConfig.php
[edit]
[-] GoogleCloudMlV1OperationMetadata.php
[edit]
[-] GoogleIamV1TestIamPermissionsRequest.php
[edit]
[-] GoogleCloudMlV1ListTrialsResponse.php
[edit]
[-] GoogleCloudMlV1SetDefaultVersionRequest.php
[edit]
[-] GoogleCloudMlV1CheckTrialEarlyStoppingStateMetatdata.php
[edit]
[-] GoogleCloudMlV1ListOptimalTrialsResponse.php
[edit]
[-] GoogleIamV1SetIamPolicyRequest.php
[edit]
[-] GoogleCloudMlV1HyperparameterOutputHyperparameterMetric.php
[edit]
[-] GoogleCloudMlV1ContainerPort.php
[edit]
[-] GoogleCloudMlV1ListOptimalTrialsRequest.php
[edit]
[-] GoogleCloudMlV1Capability.php
[edit]
[-] GoogleCloudMlV1ListJobsResponse.php
[edit]
[-] GoogleCloudMlV1CheckTrialEarlyStoppingStateResponse.php
[edit]
[-] GoogleCloudMlV1RouteMap.php
[edit]
[-] GoogleCloudMlV1StudyConfigParameterSpecDoubleValueSpec.php
[edit]
[-] GoogleCloudMlV1SuggestTrialsMetadata.php
[edit]
[-] GoogleCloudMlV1Job.php
[edit]
[-] GoogleCloudMlV1AcceleratorConfig.php
[edit]
[-] GoogleIamV1Policy.php
[edit]
[-] GoogleProtobufEmpty.php
[edit]
[-] GoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec.php
[edit]
[+]
Resource
[-] GoogleCloudMlV1ExplanationConfig.php
[edit]
[-] GoogleCloudMlV1Model.php
[edit]
[-] GoogleCloudMlV1PredictionInput.php
[edit]
[-] GoogleCloudMlV1Version.php
[edit]
[-] GoogleCloudMlV1MeasurementMetric.php
[edit]
[-] GoogleCloudMlV1Scheduling.php
[edit]
[-] GoogleIamV1AuditConfig.php
[edit]
[-] GoogleCloudMlV1TrainingInput.php
[edit]
[-] GoogleLongrunningOperation.php
[edit]
[-] GoogleIamV1Binding.php
[edit]
[-] GoogleCloudMlV1StudyConfigParameterSpecMatchingParentDiscreteValueSpec.php
[edit]
[-] GoogleCloudMlV1SuggestTrialsRequest.php
[edit]
[-] GoogleCloudMlV1AutomatedStoppingConfig.php
[edit]
[-] GoogleCloudMlV1EncryptionConfig.php
[edit]
[-] GoogleCloudMlV1XraiAttribution.php
[edit]
[-] GoogleCloudMlV1StudyConfigParameterSpecMatchingParentCategoricalValueSpec.php
[edit]
[-] GoogleCloudMlV1Study.php
[edit]
[-] GoogleCloudMlV1StopTrialRequest.php
[edit]
[-] GoogleCloudMlV1MetricSpec.php
[edit]
[-] GoogleCloudMlV1AutoScaling.php
[edit]
[-] GoogleCloudMlV1GetConfigResponse.php
[edit]
[-] GoogleLongrunningListOperationsResponse.php
[edit]
[-] GoogleCloudMlV1CancelJobRequest.php
[edit]
[-] GoogleCloudMlV1RequestLoggingConfig.php
[edit]
[-] GoogleCloudMlV1EnvVar.php
[edit]
[-] GoogleCloudMlV1ListVersionsResponse.php
[edit]
[-] GoogleCloudMlV1HyperparameterOutput.php
[edit]
[-] GoogleCloudMlV1ReplicaConfig.php
[edit]
[-] GoogleCloudMlV1CompleteTrialRequest.php
[edit]
[-] GoogleCloudMlV1ContainerSpec.php
[edit]
[-] GoogleApiHttpBody.php
[edit]
[-] GoogleCloudMlV1ManualScaling.php
[edit]