Uses of Class
software.amazon.awssdk.services.sagemaker.model.TabularJobConfig
-
Packages that use TabularJobConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of TabularJobConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return TabularJobConfig Modifier and Type Method Description TabularJobConfigAutoMLProblemTypeConfig. tabularJobConfig()Settings used to configure an AutoML job V2 for the tabular problem type (regression, classification).Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type TabularJobConfig Modifier and Type Method Description static AutoMLProblemTypeConfigAutoMLProblemTypeConfig. fromTabularJobConfig(TabularJobConfig tabularJobConfig)Create an instance of this class withAutoMLProblemTypeConfig.tabularJobConfig()initialized to the given value.AutoMLProblemTypeConfig.BuilderAutoMLProblemTypeConfig.Builder. tabularJobConfig(TabularJobConfig tabularJobConfig)Settings used to configure an AutoML job V2 for the tabular problem type (regression, classification).
-