| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning.model |
| Modifier and Type | Method and Description |
|---|---|
Algorithm |
MLModel.algorithm()
The algorithm used to train the
MLModel. |
static Algorithm |
Algorithm.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Algorithm |
Algorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Algorithm[] |
Algorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Algorithm> |
Algorithm.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
MLModel.Builder |
MLModel.Builder.algorithm(Algorithm algorithm)
The algorithm used to train the
MLModel. |
Copyright © 2022. All rights reserved.