public interface ListOptimalTrialsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1.TrialOrBuilder> |