Uses of Class
com.google.cloud.retail.v2alpha.Model.TrainingConfigCase
-
Packages that use Model.TrainingConfigCase Package Description com.google.cloud.retail.v2alpha A client to Retail API -
-
Uses of Model.TrainingConfigCase in com.google.cloud.retail.v2alpha
Methods in com.google.cloud.retail.v2alpha that return Model.TrainingConfigCase Modifier and Type Method Description static Model.TrainingConfigCase
Model.TrainingConfigCase. forNumber(int value)
Model.TrainingConfigCase
Model.Builder. getTrainingConfigCase()
Model.TrainingConfigCase
Model. getTrainingConfigCase()
Model.TrainingConfigCase
ModelOrBuilder. getTrainingConfigCase()
static Model.TrainingConfigCase
Model.TrainingConfigCase. valueOf(int value)
Deprecated.static Model.TrainingConfigCase
Model.TrainingConfigCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static Model.TrainingConfigCase[]
Model.TrainingConfigCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-