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