public sealed class ListOptimalTrialsRequest : IMessage<ListOptimalTrialsRequest>, IEquatable<ListOptimalTrialsRequest>, IDeepCloneable<ListOptimalTrialsRequest>, IBufferMessage, IMessage
Request message for [VizierService.ListOptimalTrials][google.cloud.aiplatform.v1.VizierService.ListOptimalTrials].
[[["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 webpage provides documentation for the `ListOptimalTrialsRequest` class within the `Google.Cloud.AIPlatform.V1` namespace in the .NET environment, specifically focusing on version 1.2.0 and onwards with numerous versions."],["The `ListOptimalTrialsRequest` class is used to request a list of optimal trials from the Vizier Service, as defined by `google.cloud.aiplatform.v1.VizierService.ListOptimalTrials`, and it inherits from the base `Object` class."],["The `ListOptimalTrialsRequest` class implements several interfaces, including `IMessage\u003cListOptimalTrialsRequest\u003e`, `IEquatable\u003cListOptimalTrialsRequest\u003e`, `IDeepCloneable\u003cListOptimalTrialsRequest\u003e`, `IBufferMessage`, and `IMessage`, providing it with functionalities such as serialization, equality comparison, deep cloning, and buffer message handling."],["The class includes properties like `Parent`, which is a required string representing the study to which optimal trials belong, and `ParentAsStudyName`, which offers a typed view of the parent resource name as `StudyName`."],["The documentation page has a list of all the versions available, going from version `3.22.0` all the way back to version `1.0.0`."]]],[]]