Uses of Class
software.amazon.awssdk.services.sagemaker.model.AutoMLAlgorithmConfig
-
Packages that use AutoMLAlgorithmConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AutoMLAlgorithmConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type AutoMLAlgorithmConfig Modifier and Type Method Description List<AutoMLAlgorithmConfig>AutoMLCandidateGenerationConfig. algorithmsConfig()Stores the configuration information for the selection of algorithms trained on tabular data.List<AutoMLAlgorithmConfig>CandidateGenerationConfig. algorithmsConfig()Your Autopilot job trains a default set of algorithms on your dataset.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type AutoMLAlgorithmConfig Modifier and Type Method Description AutoMLCandidateGenerationConfig.BuilderAutoMLCandidateGenerationConfig.Builder. algorithmsConfig(AutoMLAlgorithmConfig... algorithmsConfig)Stores the configuration information for the selection of algorithms trained on tabular data.CandidateGenerationConfig.BuilderCandidateGenerationConfig.Builder. algorithmsConfig(AutoMLAlgorithmConfig... algorithmsConfig)Your Autopilot job trains a default set of algorithms on your dataset.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type AutoMLAlgorithmConfig Modifier and Type Method Description AutoMLCandidateGenerationConfig.BuilderAutoMLCandidateGenerationConfig.Builder. algorithmsConfig(Collection<AutoMLAlgorithmConfig> algorithmsConfig)Stores the configuration information for the selection of algorithms trained on tabular data.CandidateGenerationConfig.BuilderCandidateGenerationConfig.Builder. algorithmsConfig(Collection<AutoMLAlgorithmConfig> algorithmsConfig)Your Autopilot job trains a default set of algorithms on your dataset.
-