public sealed class GetStudyRequest : IMessage<GetStudyRequest>, IEquatable<GetStudyRequest>, IDeepCloneable<GetStudyRequest>, IBufferMessage, IMessage
Request message for [VizierService.GetStudy][google.cloud.aiplatform.v1.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-10 UTC."],[[["This webpage provides documentation for the `GetStudyRequest` class within the `Google.Cloud.AIPlatform.V1` namespace, which is used to send requests to the VizierService for retrieving study data."],["The `GetStudyRequest` class is part of the `Google.Cloud.AIPlatform.V1.dll` assembly and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management."],["The page details the available versions of `GetStudyRequest`, ranging from the latest version 3.22.0 down to version 1.0.0, with each linking to the specific documentation for that version."],["The documentation includes the class's constructors (`GetStudyRequest()`, `GetStudyRequest(GetStudyRequest)`) and properties (`Name`, `StudyName`) with information on their descriptions, types, and usage, specifically mentioning the `Name` property's required format."],["The document provides a list of inherited members of the class, such as `Object.GetHashCode()`, `Object.GetType()`, `Object.MemberwiseClone()`, and `Object.ToString()` which are basic functions from the object class."]]],[]]