public sealed class GetStudyRequest : IMessage<GetStudyRequest>, IEquatable<GetStudyRequest>, IDeepCloneable<GetStudyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-21 UTC."],[[["This documentation is for the `GetStudyRequest` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta09."],["`GetStudyRequest` is a request message used by `VizierService.GetStudy` to retrieve information about a specific study."],["The class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `GetStudyRequest` class include `Name` which is a string representing the Study resource name, and `StudyName`, which is a typed view over the `Name`."],["The documentation also provides two constructor options for the `GetStudyRequest` class, either default, or one taking a `GetStudyRequest` object as a parameter."]]],[]]