| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static AutoMLAlgorithm |
AutoMLAlgorithm.fromValue(String value)
Use this in place of valueOf.
|
static AutoMLAlgorithm |
AutoMLAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoMLAlgorithm[] |
AutoMLAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AutoMLAlgorithmConfig |
AutoMLAlgorithmConfig.withAutoMLAlgorithms(AutoMLAlgorithm... autoMLAlgorithms)
The selection of algorithms run on a dataset to train the model candidates of an Autopilot job.
|
Copyright © 2023. All rights reserved.