Uses of Class
software.amazon.awssdk.services.personalize.model.TrainingType
-
Packages that use TrainingType Package Description software.amazon.awssdk.services.personalize.model -
-
Uses of TrainingType in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.model that return TrainingType Modifier and Type Method Description static TrainingTypeTrainingType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TrainingTypeSolutionVersion. trainingType()Whether the solution version was created automatically or manually.TrainingTypeSolutionVersionSummary. trainingType()Whether the solution version was created automatically or manually.static TrainingTypeTrainingType. valueOf(String name)Returns the enum constant of this type with the specified name.static TrainingType[]TrainingType. 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 TrainingType Modifier and Type Method Description static Set<TrainingType>TrainingType. knownValues()Methods in software.amazon.awssdk.services.personalize.model with parameters of type TrainingType Modifier and Type Method Description SolutionVersion.BuilderSolutionVersion.Builder. trainingType(TrainingType trainingType)Whether the solution version was created automatically or manually.SolutionVersionSummary.BuilderSolutionVersionSummary.Builder. trainingType(TrainingType trainingType)Whether the solution version was created automatically or manually.
-