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 MLModelType
MLModelType. fromValue(String value)
Use this in place of valueOf.static MLModelType
MLModelType. 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 void
CreateMLModelRequest. setMLModelType(MLModelType mLModelType)
The category of supervised learning that thisMLModel
will address.void
GetMLModelResult. setMLModelType(MLModelType mLModelType)
Identifies theMLModel
category.void
MLModel. setMLModelType(MLModelType mLModelType)
Identifies theMLModel
category.CreateMLModelRequest
CreateMLModelRequest. withMLModelType(MLModelType mLModelType)
The category of supervised learning that thisMLModel
will address.GetMLModelResult
GetMLModelResult. withMLModelType(MLModelType mLModelType)
Identifies theMLModel
category.MLModel
MLModel. withMLModelType(MLModelType mLModelType)
Identifies theMLModel
category.
-