Required. Specifies the path, relative to Runtime, of the field to update. For example, to change the software configuration kernels, the update_mask parameter would be specified as software_config.kernels, and the PATCH request body would specify the new value, as follows: { "software_config":{ "kernels": [{ 'repository': 'gcr.io/deeplearning-platform-release/pytorch-gpu', 'tag': 'latest' }], } } Currently, only the following fields can be updated: - software_config.kernels - software_config.post_startup_script - software_config.custom_gpu_driver_path - software_config.idle_shutdown - software_config.idle_shutdown_timeout - software_config.disable_terminal
Required. Specifies the path, relative to Runtime, of
the field to update. For example, to change the software configuration
kernels, the update_mask parameter would be
specified as software_config.kernels,
and the PATCH request body would specify the new value, as follows:
{
"software_config":{
"kernels": [{
'repository':
'gcr.io/deeplearning-platform-release/pytorch-gpu', 'tag':
'latest' }],
}
}
Currently, only the following fields can be updated:
Required. Specifies the path, relative to Runtime, of
the field to update. For example, to change the software configuration
kernels, the update_mask parameter would be
specified as software_config.kernels,
and the PATCH request body would specify the new value, as follows:
{
"software_config":{
"kernels": [{
'repository':
'gcr.io/deeplearning-platform-release/pytorch-gpu', 'tag':
'latest' }],
}
}
Currently, only the following fields can be updated:
Required. Specifies the path, relative to Runtime, of
the field to update. For example, to change the software configuration
kernels, the update_mask parameter would be
specified as software_config.kernels,
and the PATCH request body would specify the new value, as follows:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Notebooks V1 Client - Class UpdateRuntimeRequest (1.0.5)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.5 (latest)](/php/docs/reference/cloud-notebooks/latest/V1.UpdateRuntimeRequest)\n- [1.0.4](/php/docs/reference/cloud-notebooks/1.0.4/V1.UpdateRuntimeRequest)\n- [0.7.5](/php/docs/reference/cloud-notebooks/0.7.5/V1.UpdateRuntimeRequest)\n- [0.6.2](/php/docs/reference/cloud-notebooks/0.6.2/V1.UpdateRuntimeRequest)\n- [0.5.0](/php/docs/reference/cloud-notebooks/0.5.0/V1.UpdateRuntimeRequest)\n- [0.4.1](/php/docs/reference/cloud-notebooks/0.4.1/V1.UpdateRuntimeRequest)\n- [0.3.6](/php/docs/reference/cloud-notebooks/0.3.6/V1.UpdateRuntimeRequest) \nReference documentation and code samples for the Google Cloud Notebooks V1 Client class UpdateRuntimeRequest.\n\nRequest for updating a Managed Notebook configuration.\n\nGenerated from protobuf message `google.cloud.notebooks.v1.UpdateRuntimeRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Notebooks \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getRuntime\n\nRequired. The Runtime to be updated.\n\n### hasRuntime\n\n### clearRuntime\n\n### setRuntime\n\nRequired. The Runtime to be updated.\n\n### getUpdateMask\n\nRequired. Specifies the path, relative to `Runtime`, of\nthe field to update. For example, to change the software configuration\nkernels, the `update_mask` parameter would be\nspecified as `software_config.kernels`,\nand the `PATCH` request body would specify the new value, as follows:\n{\n\"software_config\":{\n\"kernels\": \\[{\n'repository':\n'gcr.io/deeplearning-platform-release/pytorch-gpu', 'tag':\n'latest' }\\],\n}\n}\nCurrently, only the following fields can be updated:\n\n- `software_config.kernels`\n- `software_config.post_startup_script`\n- `software_config.custom_gpu_driver_path`\n- `software_config.idle_shutdown`\n- `software_config.idle_shutdown_timeout`\n- `software_config.disable_terminal`\n\n### hasUpdateMask\n\n### clearUpdateMask\n\n### setUpdateMask\n\nRequired. Specifies the path, relative to `Runtime`, of\nthe field to update. For example, to change the software configuration\nkernels, the `update_mask` parameter would be\nspecified as `software_config.kernels`,\nand the `PATCH` request body would specify the new value, as follows:\n{\n\"software_config\":{\n\"kernels\": \\[{\n'repository':\n'gcr.io/deeplearning-platform-release/pytorch-gpu', 'tag':\n'latest' }\\],\n}\n}\nCurrently, only the following fields can be updated:\n\n- `software_config.kernels`\n- `software_config.post_startup_script`\n- `software_config.custom_gpu_driver_path`\n- `software_config.idle_shutdown`\n- `software_config.idle_shutdown_timeout`\n- `software_config.disable_terminal`\n\n### getRequestId\n\nIdempotent request UUID.\n\n### setRequestId\n\nIdempotent request UUID.\n\n### static::build"]]