[[["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."],[[["\u003cp\u003eThis documentation provides details for the \u003ccode\u003eRuntime\u003c/code\u003e class within the Google Cloud Notebooks v1 API, used to define a Runtime for a managed notebook instance.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eRuntime\u003c/code\u003e class available is 2.5.0, with several older versions also listed for reference, starting from 2.4.0 down to 1.0.0-beta04.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRuntime\u003c/code\u003e class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, among others.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eRuntime\u003c/code\u003e class include \u003ccode\u003eAccessConfig\u003c/code\u003e, \u003ccode\u003eCreateTime\u003c/code\u003e, \u003ccode\u003eHealthState\u003c/code\u003e, \u003ccode\u003eMetrics\u003c/code\u003e, \u003ccode\u003eName\u003c/code\u003e, \u003ccode\u003eSoftwareConfig\u003c/code\u003e, \u003ccode\u003eState\u003c/code\u003e, \u003ccode\u003eUpdateTime\u003c/code\u003e, and \u003ccode\u003eVirtualMachine\u003c/code\u003e, which control various aspects of the runtime environment and access.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors, \u003ccode\u003eRuntime()\u003c/code\u003e for a default instance, and \u003ccode\u003eRuntime(Runtime other)\u003c/code\u003e for one based on an existing \u003ccode\u003eRuntime\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,["# AI Platform Notebooks v1 API - Class Runtime (2.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.5.0 (latest)](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.Runtime)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.4.0/Google.Cloud.Notebooks.V1.Runtime)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.3.0/Google.Cloud.Notebooks.V1.Runtime)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.2.0/Google.Cloud.Notebooks.V1.Runtime)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.1.0/Google.Cloud.Notebooks.V1.Runtime)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.0.0/Google.Cloud.Notebooks.V1.Runtime)\n- [1.0.0-beta04](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/1.0.0-beta04/Google.Cloud.Notebooks.V1.Runtime) \n\n public sealed class Runtime : IMessage\u003cRuntime\u003e, IEquatable\u003cRuntime\u003e, IDeepCloneable\u003cRuntime\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the AI Platform Notebooks v1 API class Runtime.\n\nThe definition of a Runtime for a managed notebook instance. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Runtime \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[Runtime](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.Runtime), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Runtime](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.Runtime), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Runtime](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.Runtime), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Notebooks.V1](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Notebooks.V1.dll\n\nConstructors\n------------\n\n### Runtime()\n\n public Runtime()\n\n### Runtime(Runtime)\n\n public Runtime(Runtime other)\n\nProperties\n----------\n\n### AccessConfig\n\n public RuntimeAccessConfig AccessConfig { get; set; }\n\nThe config settings for accessing runtime.\n\n### CreateTime\n\n public Timestamp CreateTime { get; set; }\n\nOutput only. Runtime creation time.\n\n### HealthState\n\n public Runtime.Types.HealthState HealthState { get; set; }\n\nOutput only. Runtime health_state.\n\n### Metrics\n\n public RuntimeMetrics Metrics { get; set; }\n\nOutput only. Contains Runtime daemon metrics such as Service status and JupyterLab\nstats.\n\n### Name\n\n public string Name { get; set; }\n\nOutput only. The resource name of the runtime.\nFormat:\n`projects/{project}/locations/{location}/runtimes/{runtimeId}`\n\n### RuntimeName\n\n public RuntimeName RuntimeName { get; set; }\n\n[RuntimeName](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.RuntimeName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.Runtime#Google_Cloud_Notebooks_V1_Runtime_Name) resource name property.\n\n### RuntimeTypeCase\n\n public Runtime.RuntimeTypeOneofCase RuntimeTypeCase { get; }\n\n### SoftwareConfig\n\n public RuntimeSoftwareConfig SoftwareConfig { get; set; }\n\nThe config settings for software inside the runtime.\n\n### State\n\n public Runtime.Types.State State { get; set; }\n\nOutput only. Runtime state.\n\n### UpdateTime\n\n public Timestamp UpdateTime { get; set; }\n\nOutput only. Runtime update time.\n\n### VirtualMachine\n\n public VirtualMachine VirtualMachine { get; set; }\n\nUse a Compute Engine VM image to start the managed notebook instance."]]