!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/uploads/script/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/   drwxr-xr-x
Free 13.17 GB of 57.97 GB (22.73%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     GoogleCloudMlV1StudyConfigParameterSpec.php (7.06 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?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.
 */

class Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpec extends Google_Collection
{
  protected 
$collection_key 'childParameterSpecs';
  protected 
$categoricalValueSpecType 'Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecCategoricalValueSpec';
  protected 
$categoricalValueSpecDataType '';
  protected 
$childParameterSpecsType 'Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpec';
  protected 
$childParameterSpecsDataType 'array';
  protected 
$discreteValueSpecType 'Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec';
  protected 
$discreteValueSpecDataType '';
  protected 
$doubleValueSpecType 'Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecDoubleValueSpec';
  protected 
$doubleValueSpecDataType '';
  protected 
$integerValueSpecType 'Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec';
  protected 
$integerValueSpecDataType '';
  public 
$parameter;
  protected 
$parentCategoricalValuesType 'Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecMatchingParentCategoricalValueSpec';
  protected 
$parentCategoricalValuesDataType '';
  protected 
$parentDiscreteValuesType 'Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecMatchingParentDiscreteValueSpec';
  protected 
$parentDiscreteValuesDataType '';
  protected 
$parentIntValuesType 'Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecMatchingParentIntValueSpec';
  protected 
$parentIntValuesDataType '';
  public 
$scaleType;
  public 
$type;

  
/**
   * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecCategoricalValueSpec
   */
  
public function setCategoricalValueSpec(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecCategoricalValueSpec $categoricalValueSpec)
  {
    
$this->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;
  }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0052 ]--