| Package | Description | 
|---|---|
| com.amazonaws.services.machinelearning.model | 
| Modifier and Type | Method and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MLModel. setAlgorithm(Algorithm algorithm)
 The algorithm used to train the  MLModel. | 
| MLModel | MLModel. withAlgorithm(Algorithm algorithm)
 The algorithm used to train the  MLModel. | 
Copyright © 2020. All rights reserved.