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-04-14 UTC."],[[["`GetStudyRequest` is a class within the Cloud AI Platform v1beta1 API, used for requesting a specific study via `VizierService.GetStudy`."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `GetStudyRequest` class includes constructors for creating new instances, either empty or as a copy of an existing `GetStudyRequest`."],["It has two properties, `Name` (a string representing the study's resource name) and `StudyName` (a typed view of the `Name` property)."],["This class is located within the `Google.Cloud.AIPlatform.V1Beta1` namespace and is part of the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]