| Package | Description |
|---|---|
| software.amazon.awssdk.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 |
|---|---|
MLModel.Builder |
MLModel.Builder.mlModelType(MLModelType mlModelType)
Identifies the
MLModel category. |
GetMLModelResponse.Builder |
GetMLModelResponse.Builder.mlModelType(MLModelType mlModelType)
Identifies the
MLModel category. |
CreateMLModelRequest.Builder |
CreateMLModelRequest.Builder.mlModelType(MLModelType mlModelType)
The category of supervised learning that this
MLModel will address. |
Copyright © 2017. All rights reserved.