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-04-09 UTC."],[[["This documentation details the `ListOptimalTrialsRequest` class, which is part of the Google Cloud AI Platform v1beta1 API, and is used to make requests for listing optimal trials."],["The `ListOptimalTrialsRequest` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for handling message-related operations."],["The class contains two constructors: one default and one that takes another `ListOptimalTrialsRequest` instance, facilitating the creation of new instances."],["It includes properties like `Parent` which is of type string and represents the name of the Study where the optimal Trial is located, as well as `ParentAsStudyName`, which is a `StudyName`-typed view of the `Parent` property."],["The class can be found within the `Google.Cloud.AIPlatform.V1Beta1` namespace and is contained in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]