public sealed class CreateDeploymentResourcePoolRequest : IMessage<CreateDeploymentResourcePoolRequest>, IEquatable<CreateDeploymentResourcePoolRequest>, IDeepCloneable<CreateDeploymentResourcePoolRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class CreateDeploymentResourcePoolRequest.
Request message for CreateDeploymentResourcePool method.
[[["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\u003eThe \u003ccode\u003eCreateDeploymentResourcePoolRequest\u003c/code\u003e class is part of the Vertex AI v1beta1 API and is used to request the creation of a DeploymentResourcePool.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, facilitating its use within the .NET environment.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateDeploymentResourcePoolRequest\u003c/code\u003e class includes properties such as \u003ccode\u003eDeploymentResourcePool\u003c/code\u003e, \u003ccode\u003eDeploymentResourcePoolId\u003c/code\u003e, and \u003ccode\u003eParent\u003c/code\u003e, which are essential for configuring the creation request.\u003c/p\u003e\n"],["\u003cp\u003eYou can create a new \u003ccode\u003eCreateDeploymentResourcePoolRequest\u003c/code\u003e object using either the parameterless constructor or by providing another instance of \u003ccode\u003eCreateDeploymentResourcePoolRequest\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires you to specify the parent location for the DeploymentResourcePool, the ID for it, and the DeploymentResourcePool object itself.\u003c/p\u003e\n"]]],[],null,["# Vertex AI v1beta1 API - Class CreateDeploymentResourcePoolRequest (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.CreateDeploymentResourcePoolRequest)\n- [1.0.0-beta46](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/1.0.0-beta46/Google.Cloud.AIPlatform.V1Beta1.CreateDeploymentResourcePoolRequest) \n\n public sealed class CreateDeploymentResourcePoolRequest : IMessage\u003cCreateDeploymentResourcePoolRequest\u003e, IEquatable\u003cCreateDeploymentResourcePoolRequest\u003e, IDeepCloneable\u003cCreateDeploymentResourcePoolRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Vertex AI v1beta1 API class CreateDeploymentResourcePoolRequest.\n\nRequest message for CreateDeploymentResourcePool method. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e CreateDeploymentResourcePoolRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[CreateDeploymentResourcePoolRequest](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.CreateDeploymentResourcePoolRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[CreateDeploymentResourcePoolRequest](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.CreateDeploymentResourcePoolRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[CreateDeploymentResourcePoolRequest](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.CreateDeploymentResourcePoolRequest), [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### CreateDeploymentResourcePoolRequest()\n\n public CreateDeploymentResourcePoolRequest()\n\n### CreateDeploymentResourcePoolRequest(CreateDeploymentResourcePoolRequest)\n\n public CreateDeploymentResourcePoolRequest(CreateDeploymentResourcePoolRequest other)\n\nProperties\n----------\n\n### DeploymentResourcePool\n\n public DeploymentResourcePool DeploymentResourcePool { get; set; }\n\nRequired. The DeploymentResourcePool to create.\n\n### DeploymentResourcePoolId\n\n public string DeploymentResourcePoolId { get; set; }\n\nRequired. The ID to use for the DeploymentResourcePool, which\nwill become the final component of the DeploymentResourcePool's resource\nname.\n\nThe maximum length is 63 characters, and valid characters\nare `/^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$/`.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. The parent location resource where this DeploymentResourcePool\nwill be created. 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.CreateDeploymentResourcePoolRequest#Google_Cloud_AIPlatform_V1Beta1_CreateDeploymentResourcePoolRequest_Parent) resource name property."]]