mlModelType
The category of supervised learning that this MLModel will address. Choose from the following types:
Choose
REGRESSIONif theMLModelwill be used to predict a numeric value.Choose
BINARYif theMLModelresult has two possible values.Choose
MULTICLASSif theMLModelresult has a limited number of values.
For more information, see the Amazon Machine Learning Developer Guide.