Uses of Class
com.google.cloud.retail.v2alpha.Model.TrainingState
-
Packages that use Model.TrainingState Package Description com.google.cloud.retail.v2alpha A client to Retail API -
-
Uses of Model.TrainingState in com.google.cloud.retail.v2alpha
Methods in com.google.cloud.retail.v2alpha that return Model.TrainingState Modifier and Type Method Description static Model.TrainingState
Model.TrainingState. forNumber(int value)
Model.TrainingState
Model.Builder. getTrainingState()
Optional.Model.TrainingState
Model. getTrainingState()
Optional.Model.TrainingState
ModelOrBuilder. getTrainingState()
Optional.static Model.TrainingState
Model.TrainingState. valueOf(int value)
Deprecated.static Model.TrainingState
Model.TrainingState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Model.TrainingState
Model.TrainingState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Model.TrainingState[]
Model.TrainingState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.retail.v2alpha that return types with arguments of type Model.TrainingState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Model.TrainingState>
Model.TrainingState. internalGetValueMap()
Methods in com.google.cloud.retail.v2alpha with parameters of type Model.TrainingState Modifier and Type Method Description Model.Builder
Model.Builder. setTrainingState(Model.TrainingState value)
Optional.
-