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.TrainingStateModel.TrainingState. forNumber(int value)Model.TrainingStateModel.Builder. getTrainingState()Optional.Model.TrainingStateModel. getTrainingState()Optional.Model.TrainingStateModelOrBuilder. getTrainingState()Optional.static Model.TrainingStateModel.TrainingState. valueOf(int value)Deprecated.static Model.TrainingStateModel.TrainingState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Model.TrainingStateModel.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.BuilderModel.Builder. setTrainingState(Model.TrainingState value)Optional.
-