Uses of Class
software.amazon.awssdk.services.sagemaker.model.AutoMLJobConfig
-
Packages that use AutoMLJobConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AutoMLJobConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return AutoMLJobConfig Modifier and Type Method Description AutoMLJobConfigCreateAutoMlJobRequest. autoMLJobConfig()A collection of settings used to configure an AutoML job.AutoMLJobConfigDescribeAutoMlJobResponse. autoMLJobConfig()Returns the configuration for the AutoML job.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type AutoMLJobConfig Modifier and Type Method Description CreateAutoMlJobRequest.BuilderCreateAutoMlJobRequest.Builder. autoMLJobConfig(AutoMLJobConfig autoMLJobConfig)A collection of settings used to configure an AutoML job.DescribeAutoMlJobResponse.BuilderDescribeAutoMlJobResponse.Builder. autoMLJobConfig(AutoMLJobConfig autoMLJobConfig)Returns the configuration for the AutoML job.
-