Uses of Interface
software.amazon.awssdk.services.sagemaker.model.TextClassificationJobConfig.Builder
-
Packages that use TextClassificationJobConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of TextClassificationJobConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return TextClassificationJobConfig.Builder Modifier and Type Method Description static TextClassificationJobConfig.Builder
TextClassificationJobConfig. builder()
default TextClassificationJobConfig.Builder
TextClassificationJobConfig.Builder. completionCriteria(Consumer<AutoMLJobCompletionCriteria.Builder> completionCriteria)
How long a job is allowed to run, or how many candidates a job is allowed to generate.TextClassificationJobConfig.Builder
TextClassificationJobConfig.Builder. completionCriteria(AutoMLJobCompletionCriteria completionCriteria)
How long a job is allowed to run, or how many candidates a job is allowed to generate.TextClassificationJobConfig.Builder
TextClassificationJobConfig.Builder. contentColumn(String contentColumn)
The name of the column used to provide the sentences to be classified.TextClassificationJobConfig.Builder
TextClassificationJobConfig.Builder. targetLabelColumn(String targetLabelColumn)
The name of the column used to provide the class labels.TextClassificationJobConfig.Builder
TextClassificationJobConfig. toBuilder()
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type TextClassificationJobConfig.Builder Modifier and Type Method Description static Class<? extends TextClassificationJobConfig.Builder>
TextClassificationJobConfig. serializableBuilderClass()
Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type TextClassificationJobConfig.Builder Modifier and Type Method Description static AutoMLProblemTypeConfig
AutoMLProblemTypeConfig. fromTextClassificationJobConfig(Consumer<TextClassificationJobConfig.Builder> textClassificationJobConfig)
Create an instance of this class withAutoMLProblemTypeConfig.textClassificationJobConfig()
initialized to the given value.default AutoMLProblemTypeConfig.Builder
AutoMLProblemTypeConfig.Builder. textClassificationJobConfig(Consumer<TextClassificationJobConfig.Builder> textClassificationJobConfig)
Settings used to configure an AutoML job V2 for the text classification problem type.
-