Uses of Enum
com.amazonaws.services.machinelearning.model.Algorithm
Packages that use Algorithm
-
Uses of Algorithm in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return AlgorithmModifier and TypeMethodDescriptionstatic Algorithm
Use this in place of valueOf.static Algorithm
Returns the enum constant of this type with the specified name.static Algorithm[]
Algorithm.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.machinelearning.model with parameters of type AlgorithmModifier and TypeMethodDescriptionvoid
MLModel.setAlgorithm
(Algorithm algorithm) The algorithm used to train theMLModel
.MLModel.withAlgorithm
(Algorithm algorithm) The algorithm used to train theMLModel
.