Uses of Class
software.amazon.awssdk.services.personalize.model.TrainingMode
-
Packages that use TrainingMode Package Description software.amazon.awssdk.services.personalize.model -
-
Uses of TrainingMode in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.model that return TrainingMode Modifier and Type Method Description static TrainingModeTrainingMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TrainingModeCreateSolutionVersionRequest. trainingMode()The scope of training to be performed when creating the solution version.TrainingModeSolutionVersion. trainingMode()The scope of training to be performed when creating the solution version.static TrainingModeTrainingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static TrainingMode[]TrainingMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.personalize.model that return types with arguments of type TrainingMode Modifier and Type Method Description static Set<TrainingMode>TrainingMode. knownValues()Methods in software.amazon.awssdk.services.personalize.model with parameters of type TrainingMode Modifier and Type Method Description CreateSolutionVersionRequest.BuilderCreateSolutionVersionRequest.Builder. trainingMode(TrainingMode trainingMode)The scope of training to be performed when creating the solution version.SolutionVersion.BuilderSolutionVersion.Builder. trainingMode(TrainingMode trainingMode)The scope of training to be performed when creating the solution version.
-