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-04-09 UTC."],[[["The `LookupStudyRequest` class is part of the Cloud AI Platform v1beta1 API, specifically designed for the `VizierService.LookupStudy` request."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable\u003cLookupStudyRequest\u003e`, `IDeepCloneable\u003cLookupStudyRequest\u003e`, and `IBufferMessage`."],["The `LookupStudyRequest` class has two constructors: a default constructor and another that accepts an existing `LookupStudyRequest` object for copying."],["It has two key properties, `DisplayName` and `Parent`, which are both required strings, with `Parent` representing the location's resource name and `DisplayName` being the user defined name of the study."],["The `ParentAsLocationName` property is a `LocationName`-typed view over the `Parent` property."]]],[]]