| 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 run on a dataset to train the model candidates of an Autopilot job.
|
AutoMLAlgorithmConfig |
AutoMLAlgorithmConfig.withAutoMLAlgorithms(Collection<String> autoMLAlgorithms)
The selection of algorithms run on a dataset to train the model candidates of an Autopilot job.
|
AutoMLAlgorithmConfig |
AutoMLAlgorithmConfig.withAutoMLAlgorithms(String... autoMLAlgorithms)
The selection of algorithms run on a dataset to train the model candidates of an Autopilot job.
|
| Modifier and Type | Method and Description |
|---|---|
List<AutoMLAlgorithmConfig> |
CandidateGenerationConfig.getAlgorithmsConfig()
Stores the configuration information for the selection of algorithms used to train model candidates on tabular
data.
|
List<AutoMLAlgorithmConfig> |
AutoMLCandidateGenerationConfig.getAlgorithmsConfig()
Stores the configuration information for the selection of algorithms used to train the model candidates.
|
| Modifier and Type | Method and Description |
|---|---|
CandidateGenerationConfig |
CandidateGenerationConfig.withAlgorithmsConfig(AutoMLAlgorithmConfig... algorithmsConfig)
Stores the configuration information for the selection of algorithms used to train model candidates on tabular
data.
|
AutoMLCandidateGenerationConfig |
AutoMLCandidateGenerationConfig.withAlgorithmsConfig(AutoMLAlgorithmConfig... algorithmsConfig)
Stores the configuration information for the selection of algorithms used to train the model candidates.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CandidateGenerationConfig.setAlgorithmsConfig(Collection<AutoMLAlgorithmConfig> algorithmsConfig)
Stores the configuration information for the selection of algorithms used to train model candidates on tabular
data.
|
void |
AutoMLCandidateGenerationConfig.setAlgorithmsConfig(Collection<AutoMLAlgorithmConfig> algorithmsConfig)
Stores the configuration information for the selection of algorithms used to train the model candidates.
|
CandidateGenerationConfig |
CandidateGenerationConfig.withAlgorithmsConfig(Collection<AutoMLAlgorithmConfig> algorithmsConfig)
Stores the configuration information for the selection of algorithms used to train model candidates on tabular
data.
|
AutoMLCandidateGenerationConfig |
AutoMLCandidateGenerationConfig.withAlgorithmsConfig(Collection<AutoMLAlgorithmConfig> algorithmsConfig)
Stores the configuration information for the selection of algorithms used to train the model candidates.
|
Copyright © 2024. All rights reserved.