| 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.
|
| 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.
|
| 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.
|
Copyright © 2023. All rights reserved.