Uses of Class
com.amazonaws.services.machinelearning.model.MLModelType
-
Packages that use MLModelType Package Description com.amazonaws.services.machinelearning.model -
-
Uses of MLModelType in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return MLModelType Modifier and Type Method Description static MLModelTypeMLModelType. fromValue(String value)Use this in place of valueOf.static MLModelTypeMLModelType. valueOf(String name)Returns the enum constant of this type with the specified name.static MLModelType[]MLModelType. 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 MLModelType Modifier and Type Method Description voidCreateMLModelRequest. setMLModelType(MLModelType mLModelType)The category of supervised learning that thisMLModelwill address.voidGetMLModelResult. setMLModelType(MLModelType mLModelType)Identifies theMLModelcategory.voidMLModel. setMLModelType(MLModelType mLModelType)Identifies theMLModelcategory.CreateMLModelRequestCreateMLModelRequest. withMLModelType(MLModelType mLModelType)The category of supervised learning that thisMLModelwill address.GetMLModelResultGetMLModelResult. withMLModelType(MLModelType mLModelType)Identifies theMLModelcategory.MLModelMLModel. withMLModelType(MLModelType mLModelType)Identifies theMLModelcategory.
-