| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
CandidateGenerationConfig.Builder |
CandidateGenerationConfig.Builder.algorithmsConfig(AutoMLAlgorithmConfig... algorithmsConfig)
Stores the configuration information for the selection of algorithms used to train model candidates on
tabular data.
|
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.
|
CandidateGenerationConfig.Builder |
CandidateGenerationConfig.Builder.algorithmsConfig(Consumer<AutoMLAlgorithmConfig.Builder>... algorithmsConfig)
Stores the configuration information for the selection of algorithms used to train model candidates on
tabular data.
|
static CandidateGenerationConfig.Builder |
CandidateGenerationConfig.builder() |
CandidateGenerationConfig.Builder |
CandidateGenerationConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CandidateGenerationConfig.Builder> |
CandidateGenerationConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default TabularJobConfig.Builder |
TabularJobConfig.Builder.candidateGenerationConfig(Consumer<CandidateGenerationConfig.Builder> candidateGenerationConfig)
The configuration information of how model candidates are generated.
|
Copyright © 2023. All rights reserved.