Uses of Interface
software.amazon.awssdk.services.sagemaker.model.CandidateGenerationConfig.Builder
-
Packages that use CandidateGenerationConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of CandidateGenerationConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return CandidateGenerationConfig.Builder Modifier and Type Method Description CandidateGenerationConfig.BuilderCandidateGenerationConfig.Builder. algorithmsConfig(Collection<AutoMLAlgorithmConfig> algorithmsConfig)Stores the configuration information for the selection of algorithms used to train model candidates on tabular data.CandidateGenerationConfig.BuilderCandidateGenerationConfig.Builder. algorithmsConfig(Consumer<AutoMLAlgorithmConfig.Builder>... algorithmsConfig)Stores the configuration information for the selection of algorithms used to train model candidates on tabular data.CandidateGenerationConfig.BuilderCandidateGenerationConfig.Builder. algorithmsConfig(AutoMLAlgorithmConfig... algorithmsConfig)Stores the configuration information for the selection of algorithms used to train model candidates on tabular data.static CandidateGenerationConfig.BuilderCandidateGenerationConfig. builder()CandidateGenerationConfig.BuilderCandidateGenerationConfig. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type CandidateGenerationConfig.Builder Modifier and Type Method Description static Class<? extends CandidateGenerationConfig.Builder>CandidateGenerationConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type CandidateGenerationConfig.Builder Modifier and Type Method Description default TabularJobConfig.BuilderTabularJobConfig.Builder. candidateGenerationConfig(Consumer<CandidateGenerationConfig.Builder> candidateGenerationConfig)The configuration information of how model candidates are generated.
-