public sealed class CreateStudyRequest : IMessage<CreateStudyRequest>, IEquatable<CreateStudyRequest>, IDeepCloneable<CreateStudyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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"]],[["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-04-09 UTC."],[[["This documentation is for the `CreateStudyRequest` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta02."],["The `CreateStudyRequest` class is used to create a request message for the `VizierService.CreateStudy` method."],["It inherits from the `object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties like `Parent`, which specifies the resource name of the location, `ParentAsLocationName`, which provides a typed view of the parent resource name, and `Study`, which holds the study configuration for the study to be created."],["Two constructors are available, one being the default and the other accepting another `CreateStudyRequest` as the parameter."]]],[]]