| Package | Description |
|---|---|
| software.amazon.awssdk.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
static TrainingMode |
TrainingMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TrainingMode |
CreateSolutionVersionRequest.trainingMode()
The scope of training to be performed when creating the solution version.
|
TrainingMode |
SolutionVersion.trainingMode()
The scope of training to be performed when creating the solution version.
|
static TrainingMode |
TrainingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrainingMode[] |
TrainingMode.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<TrainingMode> |
TrainingMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateSolutionVersionRequest.Builder |
CreateSolutionVersionRequest.Builder.trainingMode(TrainingMode trainingMode)
The scope of training to be performed when creating the solution version.
|
SolutionVersion.Builder |
SolutionVersion.Builder.trainingMode(TrainingMode trainingMode)
The scope of training to be performed when creating the solution version.
|
Copyright © 2022. All rights reserved.