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