Interface ListOptimalTrialsResponseOrBuilder (3.42.0)

public interface ListOptimalTrialsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOptimalTrials(int index)

public abstract Trial getOptimalTrials(int index)

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

repeated .google.cloud.aiplatform.v1.Trial optimal_trials = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Trial

getOptimalTrialsCount()

public abstract int getOptimalTrialsCount()

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

repeated .google.cloud.aiplatform.v1.Trial optimal_trials = 1;

Returns
TypeDescription
int

getOptimalTrialsList()

public abstract List<Trial> getOptimalTrialsList()

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

repeated .google.cloud.aiplatform.v1.Trial optimal_trials = 1;

Returns
TypeDescription
List<Trial>

getOptimalTrialsOrBuilder(int index)

public abstract TrialOrBuilder getOptimalTrialsOrBuilder(int index)

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

repeated .google.cloud.aiplatform.v1.Trial optimal_trials = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
TrialOrBuilder

getOptimalTrialsOrBuilderList()

public abstract List<? extends TrialOrBuilder> getOptimalTrialsOrBuilderList()

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

repeated .google.cloud.aiplatform.v1.Trial optimal_trials = 1;

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1.TrialOrBuilder>