public sealed class AssignNotebookRuntimeRequest : IMessage<AssignNotebookRuntimeRequest>, IEquatable<AssignNotebookRuntimeRequest>, IDeepCloneable<AssignNotebookRuntimeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class AssignNotebookRuntimeRequest.
Request message for
[NotebookService.AssignNotebookRuntime][google.cloud.aiplatform.v1beta1.NotebookService.AssignNotebookRuntime].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["\u003cp\u003eThis documentation details the \u003ccode\u003eAssignNotebookRuntimeRequest\u003c/code\u003e class within the Vertex AI v1beta1 API, specifically for the .NET environment, outlining its structure and usage.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eAssignNotebookRuntimeRequest\u003c/code\u003e serves as the request message for the \u003ccode\u003eNotebookService.AssignNotebookRuntime\u003c/code\u003e method, used to assign a NotebookRuntime within a specific location.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties like \u003ccode\u003eNotebookRuntime\u003c/code\u003e, \u003ccode\u003eNotebookRuntimeId\u003c/code\u003e, \u003ccode\u003eNotebookRuntimeTemplate\u003c/code\u003e, and \u003ccode\u003eParent\u003c/code\u003e, which are crucial for defining the specifics of the notebook runtime assignment request.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, which are related to message manipulation, equality checking, object cloning, and data buffering.\u003c/p\u003e\n"],["\u003cp\u003eConstructors for \u003ccode\u003eAssignNotebookRuntimeRequest\u003c/code\u003e allow for creating new instances, either with default settings or by cloning an existing \u003ccode\u003eAssignNotebookRuntimeRequest\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Vertex AI v1beta1 API - Class AssignNotebookRuntimeRequest (1.0.0-beta47)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta47 (latest)](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.AssignNotebookRuntimeRequest)\n- [1.0.0-beta46](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/1.0.0-beta46/Google.Cloud.AIPlatform.V1Beta1.AssignNotebookRuntimeRequest) \n\n public sealed class AssignNotebookRuntimeRequest : IMessage\u003cAssignNotebookRuntimeRequest\u003e, IEquatable\u003cAssignNotebookRuntimeRequest\u003e, IDeepCloneable\u003cAssignNotebookRuntimeRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Vertex AI v1beta1 API class AssignNotebookRuntimeRequest.\n\nRequest message for\n\\[NotebookService.AssignNotebookRuntime\\]\\[google.cloud.aiplatform.v1beta1.NotebookService.AssignNotebookRuntime\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e AssignNotebookRuntimeRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[AssignNotebookRuntimeRequest](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.AssignNotebookRuntimeRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[AssignNotebookRuntimeRequest](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.AssignNotebookRuntimeRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[AssignNotebookRuntimeRequest](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.AssignNotebookRuntimeRequest), [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.AIPlatform.V1Beta1](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.AIPlatform.V1Beta1.dll\n\nConstructors\n------------\n\n### AssignNotebookRuntimeRequest()\n\n public AssignNotebookRuntimeRequest()\n\n### AssignNotebookRuntimeRequest(AssignNotebookRuntimeRequest)\n\n public AssignNotebookRuntimeRequest(AssignNotebookRuntimeRequest other)\n\nProperties\n----------\n\n### NotebookRuntime\n\n public NotebookRuntime NotebookRuntime { get; set; }\n\nRequired. Provide runtime specific information (e.g. runtime owner,\nnotebook id) used for NotebookRuntime assignment.\n\n### NotebookRuntimeId\n\n public string NotebookRuntimeId { get; set; }\n\nOptional. User specified ID for the notebook runtime.\n\n### NotebookRuntimeTemplate\n\n public string NotebookRuntimeTemplate { get; set; }\n\nRequired. The resource name of the NotebookRuntimeTemplate based on which a\nNotebookRuntime will be assigned (reuse or create a new one).\n\n### NotebookRuntimeTemplateAsNotebookRuntimeTemplateName\n\n public NotebookRuntimeTemplateName NotebookRuntimeTemplateAsNotebookRuntimeTemplateName { get; set; }\n\n[NotebookRuntimeTemplateName](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.NotebookRuntimeTemplateName)-typed view over the [NotebookRuntimeTemplate](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.AssignNotebookRuntimeRequest#Google_Cloud_AIPlatform_V1Beta1_AssignNotebookRuntimeRequest_NotebookRuntimeTemplate) resource\nname property.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. The resource name of the Location to get the NotebookRuntime\nassignment. Format: `projects/{project}/locations/{location}`\n\n### ParentAsLocationName\n\n public LocationName ParentAsLocationName { get; set; }\n\n[LocationName](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.ResourceNames.LocationName.html)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.AssignNotebookRuntimeRequest#Google_Cloud_AIPlatform_V1Beta1_AssignNotebookRuntimeRequest_Parent) resource name property."]]