public sealed class ListOptimalTrialsResponse : IMessage<ListOptimalTrialsResponse>, IEquatable<ListOptimalTrialsResponse>, IDeepCloneable<ListOptimalTrialsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ListOptimalTrialsResponse.
Response message for [VizierService.ListOptimalTrials][google.cloud.aiplatform.v1beta1.VizierService.ListOptimalTrials].
Implements
IMessageListOptimalTrialsResponse, IEquatableListOptimalTrialsResponse, IDeepCloneableListOptimalTrialsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListOptimalTrialsResponse()
public ListOptimalTrialsResponse()
ListOptimalTrialsResponse(ListOptimalTrialsResponse)
public ListOptimalTrialsResponse(ListOptimalTrialsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListOptimalTrialsResponse |
Properties
OptimalTrials
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
Property Value | |
---|---|
Type | Description |
RepeatedFieldTrial |