Cloud AI Platform v1 API - Class ListOptimalTrialsResponse (2.27.0)

public sealed class ListOptimalTrialsResponse : IMessage<ListOptimalTrialsResponse>, IEquatable<ListOptimalTrialsResponse>, IDeepCloneable<ListOptimalTrialsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class ListOptimalTrialsResponse.

Response message for [VizierService.ListOptimalTrials][google.cloud.aiplatform.v1.VizierService.ListOptimalTrials].

Inheritance

object > ListOptimalTrialsResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListOptimalTrialsResponse()

public ListOptimalTrialsResponse()

ListOptimalTrialsResponse(ListOptimalTrialsResponse)

public ListOptimalTrialsResponse(ListOptimalTrialsResponse other)
Parameter
NameDescription
otherListOptimalTrialsResponse

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
TypeDescription
RepeatedFieldTrial