machineSpec = $machineSpec; } /** * @return GoogleCloudAiplatformV1MachineSpec */ public function getMachineSpec() { return $this->machineSpec; } /** * @param GoogleCloudAiplatformV1NetworkSpec */ public function setNetworkSpec(GoogleCloudAiplatformV1NetworkSpec $networkSpec) { $this->networkSpec = $networkSpec; } /** * @return GoogleCloudAiplatformV1NetworkSpec */ public function getNetworkSpec() { return $this->networkSpec; } /** * @param GoogleCloudAiplatformV1PersistentDiskSpec */ public function setPersistentDiskSpec(GoogleCloudAiplatformV1PersistentDiskSpec $persistentDiskSpec) { $this->persistentDiskSpec = $persistentDiskSpec; } /** * @return GoogleCloudAiplatformV1PersistentDiskSpec */ public function getPersistentDiskSpec() { return $this->persistentDiskSpec; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1NotebookExecutionJobCustomEnvironmentSpec::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1NotebookExecutionJobCustomEnvironmentSpec');