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-21 UTC."],[[["This webpage provides documentation for the `GetStudyRequest` class within the `Google.Cloud.AIPlatform.V1` namespace, which is used to retrieve a specific study resource in Google Cloud AI Platform."],["The `GetStudyRequest` class is part of the `VizierService` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various operations like message handling, comparison, deep cloning, and buffered message operations."],["The documentation includes a list of available versions of the `GetStudyRequest` class, ranging from version 1.0.0 to the latest version, 3.22.0, and provides links to each version's specific documentation."],["The primary properties of the `GetStudyRequest` class are `Name`, which specifies the study resource's identifier, and `StudyName`, which is a typed view of the `Name` property, offering a more structured way to handle the resource name."],["`GetStudyRequest` class has two constructors `GetStudyRequest()` and `GetStudyRequest(GetStudyRequest other)` to create new objects, with the second constructor accepting another GetStudyRequest as a parameter."]]],[]]