public sealed class ListOptimalTrialsResponse : IMessage<ListOptimalTrialsResponse>, IEquatable<ListOptimalTrialsResponse>, IDeepCloneable<ListOptimalTrialsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class ListOptimalTrialsResponse.
Response message for
[VizierService.ListOptimalTrials][google.cloud.aiplatform.v1beta1.VizierService.ListOptimalTrials].
public RepeatedField<Trial> OptimalTrials { get; }
The pareto-optimal Trials for multiple objective Study or the
optimal trial for single objective Study. The definition of
pareto-optimal can be checked in wiki page.
https://en.wikipedia.org/wiki/Pareto_efficiency
[[["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-08-14 UTC."],[[["\u003cp\u003e\u003ccode\u003eListOptimalTrialsResponse\u003c/code\u003e is a class in the Vertex AI v1beta1 API, specifically part of the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1\u003c/code\u003e namespace and assembly \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1.dll\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class is a response message for \u003ccode\u003eVizierService.ListOptimalTrials\u003c/code\u003e, providing a way to retrieve the pareto-optimal or single optimal trial results.\u003c/p\u003e\n"],["\u003cp\u003eIt implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits members from the base \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eIt offers two constructors, a default constructor and one that takes another \u003ccode\u003eListOptimalTrialsResponse\u003c/code\u003e object for creating a copy.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains an \u003ccode\u003eOptimalTrials\u003c/code\u003e property, which is a \u003ccode\u003eRepeatedField\u003c/code\u003e of \u003ccode\u003eTrial\u003c/code\u003e objects representing the optimal trials found.\u003c/p\u003e\n"]]],[],null,[]]