public sealed class GetStudyRequest : IMessage<GetStudyRequest>, IEquatable<GetStudyRequest>, IDeepCloneable<GetStudyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class GetStudyRequest.
Request message for
[VizierService.GetStudy][google.cloud.aiplatform.v1beta1.VizierService.GetStudy].
[[["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-03-25 UTC."],[[["The `GetStudyRequest` class is part of the Vertex AI v1beta1 API, specifically within the `Google.Cloud.AIPlatform.V1Beta1` namespace, designed for requesting a study using the `VizierService.GetStudy` method."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cGetStudyRequest\u003e`, `IDeepCloneable\u003cGetStudyRequest\u003e`, and `IBufferMessage`, enhancing its functionality for data handling and object manipulation."],["`GetStudyRequest` includes two constructors: a default constructor and another that accepts a `GetStudyRequest` object, allowing for object duplication or initialization."],["The class has two properties: `Name` (a string for the study resource's name in a specific format) and `StudyName` (a `StudyName`-typed view of the `Name` property)."],["The latest version available of this class is `1.0.0-beta21`."]]],[]]