Uses of Interface
com.google.cloud.aiplatform.v1.TrialOrBuilder
-
Packages that use TrialOrBuilder Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of TrialOrBuilder in com.google.cloud.aiplatform.v1
Classes in com.google.cloud.aiplatform.v1 that implement TrialOrBuilder Modifier and Type Class Description class
Trial
A message representing a Trial.static class
Trial.Builder
A message representing a Trial.Methods in com.google.cloud.aiplatform.v1 that return TrialOrBuilder Modifier and Type Method Description TrialOrBuilder
ListOptimalTrialsResponse.Builder. getOptimalTrialsOrBuilder(int index)
The pareto-optimal Trials for multiple objective Study or the optimal trial for single objective Study.TrialOrBuilder
ListOptimalTrialsResponse. getOptimalTrialsOrBuilder(int index)
The pareto-optimal Trials for multiple objective Study or the optimal trial for single objective Study.TrialOrBuilder
ListOptimalTrialsResponseOrBuilder. getOptimalTrialsOrBuilder(int index)
The pareto-optimal Trials for multiple objective Study or the optimal trial for single objective Study.TrialOrBuilder
CreateTrialRequest.Builder. getTrialOrBuilder()
Required.TrialOrBuilder
CreateTrialRequest. getTrialOrBuilder()
Required.TrialOrBuilder
CreateTrialRequestOrBuilder. getTrialOrBuilder()
Required.TrialOrBuilder
HyperparameterTuningJob.Builder. getTrialsOrBuilder(int index)
Output only.TrialOrBuilder
HyperparameterTuningJob. getTrialsOrBuilder(int index)
Output only.TrialOrBuilder
HyperparameterTuningJobOrBuilder. getTrialsOrBuilder(int index)
Output only.TrialOrBuilder
ListTrialsResponse.Builder. getTrialsOrBuilder(int index)
The Trials associated with the Study.TrialOrBuilder
ListTrialsResponse. getTrialsOrBuilder(int index)
The Trials associated with the Study.TrialOrBuilder
ListTrialsResponseOrBuilder. getTrialsOrBuilder(int index)
The Trials associated with the Study.TrialOrBuilder
SuggestTrialsResponse.Builder. getTrialsOrBuilder(int index)
A list of Trials.TrialOrBuilder
SuggestTrialsResponse. getTrialsOrBuilder(int index)
A list of Trials.TrialOrBuilder
SuggestTrialsResponseOrBuilder. getTrialsOrBuilder(int index)
A list of Trials.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type TrialOrBuilder Modifier and Type Method Description List<? extends TrialOrBuilder>
ListOptimalTrialsResponse.Builder. getOptimalTrialsOrBuilderList()
The pareto-optimal Trials for multiple objective Study or the optimal trial for single objective Study.List<? extends TrialOrBuilder>
ListOptimalTrialsResponse. getOptimalTrialsOrBuilderList()
The pareto-optimal Trials for multiple objective Study or the optimal trial for single objective Study.List<? extends TrialOrBuilder>
ListOptimalTrialsResponseOrBuilder. getOptimalTrialsOrBuilderList()
The pareto-optimal Trials for multiple objective Study or the optimal trial for single objective Study.List<? extends TrialOrBuilder>
HyperparameterTuningJob.Builder. getTrialsOrBuilderList()
Output only.List<? extends TrialOrBuilder>
HyperparameterTuningJob. getTrialsOrBuilderList()
Output only.List<? extends TrialOrBuilder>
HyperparameterTuningJobOrBuilder. getTrialsOrBuilderList()
Output only.List<? extends TrialOrBuilder>
ListTrialsResponse.Builder. getTrialsOrBuilderList()
The Trials associated with the Study.List<? extends TrialOrBuilder>
ListTrialsResponse. getTrialsOrBuilderList()
The Trials associated with the Study.List<? extends TrialOrBuilder>
ListTrialsResponseOrBuilder. getTrialsOrBuilderList()
The Trials associated with the Study.List<? extends TrialOrBuilder>
SuggestTrialsResponse.Builder. getTrialsOrBuilderList()
A list of Trials.List<? extends TrialOrBuilder>
SuggestTrialsResponse. getTrialsOrBuilderList()
A list of Trials.List<? extends TrialOrBuilder>
SuggestTrialsResponseOrBuilder. getTrialsOrBuilderList()
A list of Trials.
-