gpuSec = $gpuSec; } /** * @return string */ public function getGpuSec() { return $this->gpuSec; } /** * @param string */ public function setGpuType($gpuType) { $this->gpuType = $gpuType; } /** * @return string */ public function getGpuType() { return $this->gpuType; } /** * @param string */ public function setMachineSpec($machineSpec) { $this->machineSpec = $machineSpec; } /** * @return string */ public function getMachineSpec() { return $this->machineSpec; } /** * @param string[] */ public function setTrackingLabels($trackingLabels) { $this->trackingLabels = $trackingLabels; } /** * @return string[] */ public function getTrackingLabels() { return $this->trackingLabels; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GpuMetric::class, 'Google_Service_CloudNaturalLanguage_GpuMetric');