public sealed class LookupStudyRequest : IMessage<LookupStudyRequest>, IEquatable<LookupStudyRequest>, IDeepCloneable<LookupStudyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class LookupStudyRequest.
Request message for
[VizierService.LookupStudy][google.cloud.aiplatform.v1beta1.VizierService.LookupStudy].
[[["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-25 UTC."],[[["The `LookupStudyRequest` class is used to request a study in the Cloud AI Platform v1beta1 API, specifically for the `VizierService.LookupStudy` method."],["This class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer management."],["`LookupStudyRequest` has two constructors, one default and one that allows for creating a new instance based on an existing `LookupStudyRequest` object."],["The class contains properties `DisplayName` and `Parent`, both of type `string`, which are required for the study request and are used to specify the display name and the location from which the study is to be retrieved respectively."],["The `ParentAsLocationName` property offers a `LocationName`-typed view over the `Parent` resource name property, providing a more structured way to access location information."]]],[]]