Uses of Enum
com.amazonaws.services.machinelearning.model.MLModelType
Packages that use MLModelType
-
Uses of MLModelType in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return MLModelTypeModifier and TypeMethodDescriptionstatic MLModelType
Use this in place of valueOf.static MLModelType
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 MLModelTypeModifier and TypeMethodDescriptionvoid
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.withMLModelType
(MLModelType mLModelType) The category of supervised learning that thisMLModel
will address.GetMLModelResult.withMLModelType
(MLModelType mLModelType) Identifies theMLModel
category.MLModel.withMLModelType
(MLModelType mLModelType) Identifies theMLModel
category.