public sealed class LookupStudyRequest : IMessage<LookupStudyRequest>, IEquatable<LookupStudyRequest>, IDeepCloneable<LookupStudyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI 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-21 UTC."],[[["This documentation is for the `LookupStudyRequest` class within the Vertex AI v1beta1 API, specifically version 1.0.0-beta21, the latest release."],["The `LookupStudyRequest` class is used as a request message for the `VizierService.LookupStudy` function, enabling users to look up studies."],["`LookupStudyRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key properties of `LookupStudyRequest` include `DisplayName` (user-defined name of the study), `Parent` (resource name of the location), and `ParentAsLocationName` (a typed view over the Parent resource name)."],["There are two constructors available for `LookupStudyRequest`, which are the default, parameterless constructor, and a copy constructor."]]],[]]