Package | Description |
---|---|
com.amazonaws.services.machinelearning.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
MLModel.setMLModelType(MLModelType mLModelType)
Identifies the
MLModel category. |
void |
CreateMLModelRequest.setMLModelType(MLModelType mLModelType)
The category of supervised learning that this
MLModel will
address. |
void |
GetMLModelResult.setMLModelType(MLModelType mLModelType)
Identifies the
MLModel category. |
MLModel |
MLModel.withMLModelType(MLModelType mLModelType)
Identifies the
MLModel category. |
CreateMLModelRequest |
CreateMLModelRequest.withMLModelType(MLModelType mLModelType)
The category of supervised learning that this
MLModel will
address. |
GetMLModelResult |
GetMLModelResult.withMLModelType(MLModelType mLModelType)
Identifies the
MLModel category. |
Copyright © 2018. All rights reserved.