| 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 to convert the raw string returned by the service into the enum value.
|
MLModelType |
MLModel.mlModelType()
Identifies the
MLModel category. |
MLModelType |
CreateMlModelRequest.mlModelType()
The category of supervised learning that this
MLModel will address. |
MLModelType |
GetMlModelResponse.mlModelType()
Identifies the
MLModel category. |
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 |
|---|---|
static Set<MLModelType> |
MLModelType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
MLModel.Builder |
MLModel.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. |
GetMlModelResponse.Builder |
GetMlModelResponse.Builder.mlModelType(MLModelType mlModelType)
Identifies the
MLModel category. |
Copyright © 2022. All rights reserved.