Uses of Class
software.amazon.awssdk.services.sagemaker.model.AutoMLProblemTypeConfig
-
Packages that use AutoMLProblemTypeConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AutoMLProblemTypeConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return AutoMLProblemTypeConfig Modifier and Type Method Description AutoMLProblemTypeConfigCreateAutoMlJobV2Request. autoMLProblemTypeConfig()Defines the configuration settings of one of the supported problem types.AutoMLProblemTypeConfigDescribeAutoMlJobV2Response. autoMLProblemTypeConfig()Returns the configuration settings of the problem type set for the AutoML job V2.static AutoMLProblemTypeConfigAutoMLProblemTypeConfig. fromImageClassificationJobConfig(Consumer<ImageClassificationJobConfig.Builder> imageClassificationJobConfig)Create an instance of this class withimageClassificationJobConfig()initialized to the given value.static AutoMLProblemTypeConfigAutoMLProblemTypeConfig. fromImageClassificationJobConfig(ImageClassificationJobConfig imageClassificationJobConfig)Create an instance of this class withimageClassificationJobConfig()initialized to the given value.static AutoMLProblemTypeConfigAutoMLProblemTypeConfig. fromTabularJobConfig(Consumer<TabularJobConfig.Builder> tabularJobConfig)Create an instance of this class withtabularJobConfig()initialized to the given value.static AutoMLProblemTypeConfigAutoMLProblemTypeConfig. fromTabularJobConfig(TabularJobConfig tabularJobConfig)Create an instance of this class withtabularJobConfig()initialized to the given value.static AutoMLProblemTypeConfigAutoMLProblemTypeConfig. fromTextClassificationJobConfig(Consumer<TextClassificationJobConfig.Builder> textClassificationJobConfig)Create an instance of this class withtextClassificationJobConfig()initialized to the given value.static AutoMLProblemTypeConfigAutoMLProblemTypeConfig. fromTextClassificationJobConfig(TextClassificationJobConfig textClassificationJobConfig)Create an instance of this class withtextClassificationJobConfig()initialized to the given value.static AutoMLProblemTypeConfigAutoMLProblemTypeConfig. fromTextGenerationJobConfig(Consumer<TextGenerationJobConfig.Builder> textGenerationJobConfig)Create an instance of this class withtextGenerationJobConfig()initialized to the given value.static AutoMLProblemTypeConfigAutoMLProblemTypeConfig. fromTextGenerationJobConfig(TextGenerationJobConfig textGenerationJobConfig)Create an instance of this class withtextGenerationJobConfig()initialized to the given value.static AutoMLProblemTypeConfigAutoMLProblemTypeConfig. fromTimeSeriesForecastingJobConfig(Consumer<TimeSeriesForecastingJobConfig.Builder> timeSeriesForecastingJobConfig)Create an instance of this class withtimeSeriesForecastingJobConfig()initialized to the given value.static AutoMLProblemTypeConfigAutoMLProblemTypeConfig. fromTimeSeriesForecastingJobConfig(TimeSeriesForecastingJobConfig timeSeriesForecastingJobConfig)Create an instance of this class withtimeSeriesForecastingJobConfig()initialized to the given value.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type AutoMLProblemTypeConfig Modifier and Type Method Description CreateAutoMlJobV2Request.BuilderCreateAutoMlJobV2Request.Builder. autoMLProblemTypeConfig(AutoMLProblemTypeConfig autoMLProblemTypeConfig)Defines the configuration settings of one of the supported problem types.DescribeAutoMlJobV2Response.BuilderDescribeAutoMlJobV2Response.Builder. autoMLProblemTypeConfig(AutoMLProblemTypeConfig autoMLProblemTypeConfig)Returns the configuration settings of the problem type set for the AutoML job V2.
-