| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
CandidateGenerationConfig |
CandidateGenerationConfig.clone() |
CandidateGenerationConfig |
TabularJobConfig.getCandidateGenerationConfig()
The configuration information of how model candidates are generated.
|
CandidateGenerationConfig |
CandidateGenerationConfig.withAlgorithmsConfig(AutoMLAlgorithmConfig... algorithmsConfig)
Stores the configuration information for the selection of algorithms used to train model candidates on tabular
data.
|
CandidateGenerationConfig |
CandidateGenerationConfig.withAlgorithmsConfig(Collection<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 |
|---|---|
void |
TabularJobConfig.setCandidateGenerationConfig(CandidateGenerationConfig candidateGenerationConfig)
The configuration information of how model candidates are generated.
|
TabularJobConfig |
TabularJobConfig.withCandidateGenerationConfig(CandidateGenerationConfig candidateGenerationConfig)
The configuration information of how model candidates are generated.
|
Copyright © 2023. All rights reserved.