| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
AutoMLAlgorithmConfig |
AutoMLAlgorithmConfig.clone() |
AutoMLAlgorithmConfig |
AutoMLAlgorithmConfig.withAutoMLAlgorithms(AutoMLAlgorithm... autoMLAlgorithms)
The selection of algorithms trained on your dataset to generate the model candidates for an Autopilot job.
|
AutoMLAlgorithmConfig |
AutoMLAlgorithmConfig.withAutoMLAlgorithms(Collection<String> autoMLAlgorithms)
The selection of algorithms trained on your dataset to generate the model candidates for an Autopilot job.
|
AutoMLAlgorithmConfig |
AutoMLAlgorithmConfig.withAutoMLAlgorithms(String... autoMLAlgorithms)
The selection of algorithms trained on your dataset to generate the model candidates for an Autopilot job.
|
| Modifier and Type | Method and Description |
|---|---|
List<AutoMLAlgorithmConfig> |
AutoMLCandidateGenerationConfig.getAlgorithmsConfig()
Stores the configuration information for the selection of algorithms trained on tabular data.
|
List<AutoMLAlgorithmConfig> |
CandidateGenerationConfig.getAlgorithmsConfig()
Your Autopilot job trains a default set of algorithms on your dataset.
|
| Modifier and Type | Method and Description |
|---|---|
AutoMLCandidateGenerationConfig |
AutoMLCandidateGenerationConfig.withAlgorithmsConfig(AutoMLAlgorithmConfig... algorithmsConfig)
Stores the configuration information for the selection of algorithms trained on tabular data.
|
CandidateGenerationConfig |
CandidateGenerationConfig.withAlgorithmsConfig(AutoMLAlgorithmConfig... algorithmsConfig)
Your Autopilot job trains a default set of algorithms on your dataset.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AutoMLCandidateGenerationConfig.setAlgorithmsConfig(Collection<AutoMLAlgorithmConfig> algorithmsConfig)
Stores the configuration information for the selection of algorithms trained on tabular data.
|
void |
CandidateGenerationConfig.setAlgorithmsConfig(Collection<AutoMLAlgorithmConfig> algorithmsConfig)
Your Autopilot job trains a default set of algorithms on your dataset.
|
AutoMLCandidateGenerationConfig |
AutoMLCandidateGenerationConfig.withAlgorithmsConfig(Collection<AutoMLAlgorithmConfig> algorithmsConfig)
Stores the configuration information for the selection of algorithms trained on tabular data.
|
CandidateGenerationConfig |
CandidateGenerationConfig.withAlgorithmsConfig(Collection<AutoMLAlgorithmConfig> algorithmsConfig)
Your Autopilot job trains a default set of algorithms on your dataset.
|
Copyright © 2025. All rights reserved.