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."],[[["The webpage provides documentation for the `GetStudyRequest` class within the `Google.Cloud.AIPlatform.V1` namespace, detailing its usage in retrieving study resources via the Vizier Service."],["This `GetStudyRequest` class is part of the Google.Cloud.AIPlatform.V1.dll assembly, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and includes an inheritance structure that begins with the base object class."],["The documentation lists a comprehensive history of releases and specific versions for `GetStudyRequest`, ranging from version 1.0.0 up to the latest version, 3.22.0, all accessible through the related links."],["The class includes two constructors and two main properties, Name and StudyName, which are used to specify and handle the targeted study resource's name in the API requests."],["The `Name` property, of type string, is required and is to be formatted as `projects/{project}/locations/{location}/studies/{study}`, while the `StudyName` property provides a typed view over this resource name."]]],[]]