Uses of Class
com.google.cloud.aiplatform.v1beta1.StudyName
-
Packages that use StudyName Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of StudyName in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return StudyName Modifier and Type Method Description StudyName
StudyName.Builder. build()
static StudyName
StudyName. of(String project, String location, String study)
static StudyName
StudyName. parse(String formattedString)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type StudyName Modifier and Type Method Description static List<StudyName>
StudyName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type StudyName Modifier and Type Method Description Trial
VizierServiceClient. createTrial(StudyName parent, Trial trial)
Adds a user provided Trial to a Study.void
VizierServiceClient. deleteStudy(StudyName name)
Deletes a Study.Study
VizierServiceClient. getStudy(StudyName name)
Gets a Study by name.ListOptimalTrialsResponse
VizierServiceClient. listOptimalTrials(StudyName parent)
Lists the pareto-optimal Trials for multi-objective Study or the optimal Trials for single-objective Study.VizierServiceClient.ListTrialsPagedResponse
VizierServiceClient. listTrials(StudyName parent)
Lists the Trials associated with a Study.Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type StudyName Modifier and Type Method Description static List<String>
StudyName. toStringList(List<StudyName> values)
-