public sealed class ListOptimalTrialsRequest : IMessage<ListOptimalTrialsRequest>, IEquatable<ListOptimalTrialsRequest>, IDeepCloneable<ListOptimalTrialsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ListOptimalTrialsRequest.
Request message for
[VizierService.ListOptimalTrials][google.cloud.aiplatform.v1beta1.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-25 UTC."],[[["The `ListOptimalTrialsRequest` class is part of the Cloud AI Platform v1beta1 API, specifically within the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["This class is used to create request messages for the `VizierService.ListOptimalTrials` method, which retrieves a list of the most effective Trials."],["The `ListOptimalTrialsRequest` class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one and another that accepts a `ListOptimalTrialsRequest` object, to enable cloning."],["It has properties named `Parent` and `ParentAsStudyName` to identify the Study which the trials belong to, with `Parent` being a required `string` and `ParentAsStudyName` providing a typed `StudyName` view."]]],[]]