| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
List<AutoMLAlgorithmConfig> |
AutoMLCandidateGenerationConfig.algorithmsConfig()
Stores the configuration information for the selection of algorithms used to train the model candidates.
|
List<AutoMLAlgorithmConfig> |
CandidateGenerationConfig.algorithmsConfig()
Stores the configuration information for the selection of algorithms used to train model candidates on tabular
data.
|
| Modifier and Type | Method and Description |
|---|---|
AutoMLCandidateGenerationConfig.Builder |
AutoMLCandidateGenerationConfig.Builder.algorithmsConfig(AutoMLAlgorithmConfig... algorithmsConfig)
Stores the configuration information for the selection of algorithms used to train the model candidates.
|
CandidateGenerationConfig.Builder |
CandidateGenerationConfig.Builder.algorithmsConfig(AutoMLAlgorithmConfig... algorithmsConfig)
Stores the configuration information for the selection of algorithms used to train model candidates on
tabular data.
|
| Modifier and Type | Method and Description |
|---|---|
AutoMLCandidateGenerationConfig.Builder |
AutoMLCandidateGenerationConfig.Builder.algorithmsConfig(Collection<AutoMLAlgorithmConfig> algorithmsConfig)
Stores the configuration information for the selection of algorithms used to train the model candidates.
|
CandidateGenerationConfig.Builder |
CandidateGenerationConfig.Builder.algorithmsConfig(Collection<AutoMLAlgorithmConfig> algorithmsConfig)
Stores the configuration information for the selection of algorithms used to train model candidates on
tabular data.
|
Copyright © 2023. All rights reserved.