Uses of Class
software.amazon.awssdk.services.sagemaker.model.CandidateGenerationConfig
-
Packages that use CandidateGenerationConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of CandidateGenerationConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return CandidateGenerationConfig Modifier and Type Method Description CandidateGenerationConfigTabularJobConfig. candidateGenerationConfig()The configuration information of how model candidates are generated.CandidateGenerationConfigTimeSeriesForecastingJobConfig. candidateGenerationConfig()Returns the value of the CandidateGenerationConfig property for this object.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type CandidateGenerationConfig Modifier and Type Method Description TabularJobConfig.BuilderTabularJobConfig.Builder. candidateGenerationConfig(CandidateGenerationConfig candidateGenerationConfig)The configuration information of how model candidates are generated.TimeSeriesForecastingJobConfig.BuilderTimeSeriesForecastingJobConfig.Builder. candidateGenerationConfig(CandidateGenerationConfig candidateGenerationConfig)Sets the value of the CandidateGenerationConfig property for this object.
-