Uses of Class
com.google.cloud.aiplatform.v1.TrialName
-
Packages that use TrialName Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of TrialName in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return TrialName Modifier and Type Method Description TrialName
TrialName.Builder. build()
static TrialName
TrialName. of(String project, String location, String study, String trial)
static TrialName
TrialName. parse(String formattedString)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type TrialName Modifier and Type Method Description static List<TrialName>
TrialName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.aiplatform.v1 with parameters of type TrialName Modifier and Type Method Description void
VizierServiceClient. deleteTrial(TrialName name)
Deletes a Trial.Trial
VizierServiceClient. getTrial(TrialName name)
Gets a Trial.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type TrialName Modifier and Type Method Description static List<String>
TrialName. toStringList(List<TrialName> values)
-