public sealed class ListOptimalTrialsRequest : IMessage<ListOptimalTrialsRequest>, IEquatable<ListOptimalTrialsRequest>, IDeepCloneable<ListOptimalTrialsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI 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."],[[["This documentation is for the `ListOptimalTrialsRequest` class within the Vertex AI v1beta1 API, specifically for the .NET library."],["The `ListOptimalTrialsRequest` class is used to create request messages for the `VizierService.ListOptimalTrials` method and it inherits from the `object` class and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors for the `ListOptimalTrialsRequest` class: a default constructor and another one that accepts a `ListOptimalTrialsRequest` object as a parameter."],["The class has two main properties, `Parent`, which is a required string representing the Study the optimal Trial belongs to, and `ParentAsStudyName` which is the typed view for the `Parent` property."],["The content is contained in the `Google.Cloud.AIPlatform.V1Beta1` namespace, and is found in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]