Uses of Class
com.amazonaws.services.machinelearning.model.Algorithm
-
Packages that use Algorithm Package Description com.amazonaws.services.machinelearning.model -
-
Uses of Algorithm in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return Algorithm Modifier and Type Method Description static Algorithm
Algorithm. fromValue(String value)
Use this in place of valueOf.static Algorithm
Algorithm. valueOf(String name)
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 Algorithm Modifier and Type Method Description void
MLModel. setAlgorithm(Algorithm algorithm)
The algorithm used to train theMLModel
.MLModel
MLModel. withAlgorithm(Algorithm algorithm)
The algorithm used to train theMLModel
.
-