Uses of Enum
com.amazonaws.services.machinelearning.model.MLModelType
Packages that use MLModelType
-
Uses of MLModelType in com.amazonaws.services.machinelearning.model
Subclasses with type arguments of type MLModelType in com.amazonaws.services.machinelearning.modelMethods in com.amazonaws.services.machinelearning.model that return MLModelTypeModifier and TypeMethodDescriptionstatic MLModelTypeUse this in place of valueOf.static MLModelTypeReturns 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 TypeMethodDescriptionvoidCreateMLModelRequest.setMLModelType(MLModelType mLModelType) The category of supervised learning that thisMLModelwill address.voidGetMLModelResult.setMLModelType(MLModelType mLModelType) Identifies theMLModelcategory.voidMLModel.setMLModelType(MLModelType mLModelType) Identifies theMLModelcategory.CreateMLModelRequest.withMLModelType(MLModelType mLModelType) The category of supervised learning that thisMLModelwill address.GetMLModelResult.withMLModelType(MLModelType mLModelType) Identifies theMLModelcategory.MLModel.withMLModelType(MLModelType mLModelType) Identifies theMLModelcategory.