!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)

/var/www/html/main_file/vendor/google/apiclient-services/src/CloudMachineLearningEngine/   drwxr-xr-x
Free 13.15 GB of 57.97 GB (22.68%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     GoogleCloudMlV1Version.php (9.15 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.
 */

namespace Google\Service\CloudMachineLearningEngine;

class 
GoogleCloudMlV1Version extends \Google\Collection
{
  protected 
$collection_key 'packageUris';
  protected 
$acceleratorConfigType GoogleCloudMlV1AcceleratorConfig::class;
  protected 
$acceleratorConfigDataType '';
  protected 
$autoScalingType GoogleCloudMlV1AutoScaling::class;
  protected 
$autoScalingDataType '';
  protected 
$containerType GoogleCloudMlV1ContainerSpec::class;
  protected 
$containerDataType '';
  
/**
   * @var string
   */
  
public $createTime;
  
/**
   * @var string
   */
  
public $deploymentUri;
  
/**
   * @var string
   */
  
public $description;
  
/**
   * @var string
   */
  
public $errorMessage;
  
/**
   * @var string
   */
  
public $etag;
  protected 
$explanationConfigType GoogleCloudMlV1ExplanationConfig::class;
  protected 
$explanationConfigDataType '';
  
/**
   * @var string
   */
  
public $framework;
  
/**
   * @var bool
   */
  
public $isDefault;
  
/**
   * @var string[]
   */
  
public $labels;
  
/**
   * @var string
   */
  
public $lastMigrationModelId;
  
/**
   * @var string
   */
  
public $lastMigrationTime;
  
/**
   * @var string
   */
  
public $lastUseTime;
  
/**
   * @var string
   */
  
public $machineType;
  protected 
$manualScalingType GoogleCloudMlV1ManualScaling::class;
  protected 
$manualScalingDataType '';
  
/**
   * @var string
   */
  
public $name;
  
/**
   * @var string[]
   */
  
public $packageUris;
  
/**
   * @var string
   */
  
public $predictionClass;
  
/**
   * @var string
   */
  
public $pythonVersion;
  protected 
$requestLoggingConfigType GoogleCloudMlV1RequestLoggingConfig::class;
  protected 
$requestLoggingConfigDataType '';
  protected 
$routesType GoogleCloudMlV1RouteMap::class;
  protected 
$routesDataType '';
  
/**
   * @var string
   */
  
public $runtimeVersion;
  
/**
   * @var string
   */
  
public $serviceAccount;
  
/**
   * @var string
   */
  
public $state;

  
/**
   * @param GoogleCloudMlV1AcceleratorConfig
   */
  
public function setAcceleratorConfig(GoogleCloudMlV1AcceleratorConfig $acceleratorConfig)
  {
    
$this->acceleratorConfig $acceleratorConfig;
  }
  
/**
   * @return GoogleCloudMlV1AcceleratorConfig
   */
  
public function getAcceleratorConfig()
  {
    return 
$this->acceleratorConfig;
  }
  
/**
   * @param GoogleCloudMlV1AutoScaling
   */
  
public function setAutoScaling(GoogleCloudMlV1AutoScaling $autoScaling)
  {
    
$this->autoScaling $autoScaling;
  }
  
/**
   * @return GoogleCloudMlV1AutoScaling
   */
  
public function getAutoScaling()
  {
    return 
$this->autoScaling;
  }
  
/**
   * @param GoogleCloudMlV1ContainerSpec
   */
  
public function setContainer(GoogleCloudMlV1ContainerSpec $container)
  {
    
$this->container $container;
  }
  
/**
   * @return GoogleCloudMlV1ContainerSpec
   */
  
public function getContainer()
  {
    return 
$this->container;
  }
  
/**
   * @param string
   */
  
public function setCreateTime($createTime)
  {
    
$this->createTime $createTime;
  }
  
/**
   * @return string
   */
  
public function getCreateTime()
  {
    return 
$this->createTime;
  }
  
/**
   * @param string
   */
  
public function setDeploymentUri($deploymentUri)
  {
    
$this->deploymentUri $deploymentUri;
  }
  
/**
   * @return string
   */
  
public function getDeploymentUri()
  {
    return 
$this->deploymentUri;
  }
  
/**
   * @param string
   */
  
public function setDescription($description)
  {
    
$this->description $description;
  }
  
/**
   * @return string
   */
  
public function getDescription()
  {
    return 
$this->description;
  }
  
/**
   * @param string
   */
  
public function setErrorMessage($errorMessage)
  {
    
$this->errorMessage $errorMessage;
  }
  
/**
   * @return string
   */
  
public function getErrorMessage()
  {
    return 
$this->errorMessage;
  }
  
/**
   * @param string
   */
  
public function setEtag($etag)
  {
    
$this->etag $etag;
  }
  
/**
   * @return string
   */
  
public function getEtag()
  {
    return 
$this->etag;
  }
  
/**
   * @param GoogleCloudMlV1ExplanationConfig
   */
  
public function setExplanationConfig(GoogleCloudMlV1ExplanationConfig $explanationConfig)
  {
    
$this->explanationConfig $explanationConfig;
  }
  
/**
   * @return GoogleCloudMlV1ExplanationConfig
   */
  
public function getExplanationConfig()
  {
    return 
$this->explanationConfig;
  }
  
/**
   * @param string
   */
  
public function setFramework($framework)
  {
    
$this->framework $framework;
  }
  
/**
   * @return string
   */
  
public function getFramework()
  {
    return 
$this->framework;
  }
  
/**
   * @param bool
   */
  
public function setIsDefault($isDefault)
  {
    
$this->isDefault $isDefault;
  }
  
/**
   * @return bool
   */
  
public function getIsDefault()
  {
    return 
$this->isDefault;
  }
  
/**
   * @param string[]
   */
  
public function setLabels($labels)
  {
    
$this->labels $labels;
  }
  
/**
   * @return string[]
   */
  
public function getLabels()
  {
    return 
$this->labels;
  }
  
/**
   * @param string
   */
  
public function setLastMigrationModelId($lastMigrationModelId)
  {
    
$this->lastMigrationModelId $lastMigrationModelId;
  }
  
/**
   * @return string
   */
  
public function getLastMigrationModelId()
  {
    return 
$this->lastMigrationModelId;
  }
  
/**
   * @param string
   */
  
public function setLastMigrationTime($lastMigrationTime)
  {
    
$this->lastMigrationTime $lastMigrationTime;
  }
  
/**
   * @return string
   */
  
public function getLastMigrationTime()
  {
    return 
$this->lastMigrationTime;
  }
  
/**
   * @param string
   */
  
public function setLastUseTime($lastUseTime)
  {
    
$this->lastUseTime $lastUseTime;
  }
  
/**
   * @return string
   */
  
public function getLastUseTime()
  {
    return 
$this->lastUseTime;
  }
  
/**
   * @param string
   */
  
public function setMachineType($machineType)
  {
    
$this->machineType $machineType;
  }
  
/**
   * @return string
   */
  
public function getMachineType()
  {
    return 
$this->machineType;
  }
  
/**
   * @param GoogleCloudMlV1ManualScaling
   */
  
public function setManualScaling(GoogleCloudMlV1ManualScaling $manualScaling)
  {
    
$this->manualScaling $manualScaling;
  }
  
/**
   * @return GoogleCloudMlV1ManualScaling
   */
  
public function getManualScaling()
  {
    return 
$this->manualScaling;
  }
  
/**
   * @param string
   */
  
public function setName($name)
  {
    
$this->name $name;
  }
  
/**
   * @return string
   */
  
public function getName()
  {
    return 
$this->name;
  }
  
/**
   * @param string[]
   */
  
public function setPackageUris($packageUris)
  {
    
$this->packageUris $packageUris;
  }
  
/**
   * @return string[]
   */
  
public function getPackageUris()
  {
    return 
$this->packageUris;
  }
  
/**
   * @param string
   */
  
public function setPredictionClass($predictionClass)
  {
    
$this->predictionClass $predictionClass;
  }
  
/**
   * @return string
   */
  
public function getPredictionClass()
  {
    return 
$this->predictionClass;
  }
  
/**
   * @param string
   */
  
public function setPythonVersion($pythonVersion)
  {
    
$this->pythonVersion $pythonVersion;
  }
  
/**
   * @return string
   */
  
public function getPythonVersion()
  {
    return 
$this->pythonVersion;
  }
  
/**
   * @param GoogleCloudMlV1RequestLoggingConfig
   */
  
public function setRequestLoggingConfig(GoogleCloudMlV1RequestLoggingConfig $requestLoggingConfig)
  {
    
$this->requestLoggingConfig $requestLoggingConfig;
  }
  
/**
   * @return GoogleCloudMlV1RequestLoggingConfig
   */
  
public function getRequestLoggingConfig()
  {
    return 
$this->requestLoggingConfig;
  }
  
/**
   * @param GoogleCloudMlV1RouteMap
   */
  
public function setRoutes(GoogleCloudMlV1RouteMap $routes)
  {
    
$this->routes $routes;
  }
  
/**
   * @return GoogleCloudMlV1RouteMap
   */
  
public function getRoutes()
  {
    return 
$this->routes;
  }
  
/**
   * @param string
   */
  
public function setRuntimeVersion($runtimeVersion)
  {
    
$this->runtimeVersion $runtimeVersion;
  }
  
/**
   * @return string
   */
  
public function getRuntimeVersion()
  {
    return 
$this->runtimeVersion;
  }
  
/**
   * @param string
   */
  
public function setServiceAccount($serviceAccount)
  {
    
$this->serviceAccount $serviceAccount;
  }
  
/**
   * @return string
   */
  
public function getServiceAccount()
  {
    return 
$this->serviceAccount;
  }
  
/**
   * @param string
   */
  
public function setState($state)
  {
    
$this->state $state;
  }
  
/**
   * @return string
   */
  
public function getState()
  {
    return 
$this->state;
  }
}

// Adding a class alias for backwards compatibility with the previous class name.
class_alias(GoogleCloudMlV1Version::class, 'Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Version');

:: 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.0065 ]--