public sealed class CreateStudyRequest : IMessage<CreateStudyRequest>, IEquatable<CreateStudyRequest>, IDeepCloneable<CreateStudyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class CreateStudyRequest.
Request message for
[VizierService.CreateStudy][google.cloud.aiplatform.v1beta1.VizierService.CreateStudy].
[[["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\u003eCreateStudyRequest\u003c/code\u003e class within the Google Cloud AI Platform v1beta1 API, specifically for .NET development.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateStudyRequest\u003c/code\u003e class is used to send a request to the \u003ccode\u003eVizierService.CreateStudy\u003c/code\u003e method, which is for creating a new study.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateStudyRequest\u003c/code\u003e 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, which provides support for various functionalities.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eCreateStudyRequest\u003c/code\u003e include \u003ccode\u003eParent\u003c/code\u003e, which specifies the location for the study creation, and \u003ccode\u003eStudy\u003c/code\u003e, which contains the study configuration.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this documentation is 1.0.0-beta21, with version 1.0.0-beta20 also available.\u003c/p\u003e\n"]]],[],null,["# Vertex AI v1beta1 API - Class CreateStudyRequest (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.CreateStudyRequest)\n- [1.0.0-beta46](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/1.0.0-beta46/Google.Cloud.AIPlatform.V1Beta1.CreateStudyRequest) \n\n public sealed class CreateStudyRequest : IMessage\u003cCreateStudyRequest\u003e, IEquatable\u003cCreateStudyRequest\u003e, IDeepCloneable\u003cCreateStudyRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Vertex AI v1beta1 API class CreateStudyRequest.\n\nRequest message for\n\\[VizierService.CreateStudy\\]\\[google.cloud.aiplatform.v1beta1.VizierService.CreateStudy\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e CreateStudyRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[CreateStudyRequest](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.CreateStudyRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[CreateStudyRequest](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.CreateStudyRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[CreateStudyRequest](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.CreateStudyRequest), [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### CreateStudyRequest()\n\n public CreateStudyRequest()\n\n### CreateStudyRequest(CreateStudyRequest)\n\n public CreateStudyRequest(CreateStudyRequest other)\n\nProperties\n----------\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. The resource name of the Location to create the CustomJob in.\nFormat: `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.CreateStudyRequest#Google_Cloud_AIPlatform_V1Beta1_CreateStudyRequest_Parent) resource name property.\n\n### Study\n\n public Study Study { get; set; }\n\nRequired. The Study configuration used to create the Study."]]