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.BuilderTextClassificationJobConfig. builder()default TextClassificationJobConfig.BuilderTextClassificationJobConfig.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.BuilderTextClassificationJobConfig.Builder. completionCriteria(AutoMLJobCompletionCriteria completionCriteria)How long a job is allowed to run, or how many candidates a job is allowed to generate.TextClassificationJobConfig.BuilderTextClassificationJobConfig.Builder. contentColumn(String contentColumn)The name of the column used to provide the sentences to be classified.TextClassificationJobConfig.BuilderTextClassificationJobConfig.Builder. targetLabelColumn(String targetLabelColumn)The name of the column used to provide the class labels.TextClassificationJobConfig.BuilderTextClassificationJobConfig. 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 AutoMLProblemTypeConfigAutoMLProblemTypeConfig. fromTextClassificationJobConfig(Consumer<TextClassificationJobConfig.Builder> textClassificationJobConfig)Create an instance of this class withAutoMLProblemTypeConfig.textClassificationJobConfig()initialized to the given value.default AutoMLProblemTypeConfig.BuilderAutoMLProblemTypeConfig.Builder. textClassificationJobConfig(Consumer<TextClassificationJobConfig.Builder> textClassificationJobConfig)Settings used to configure an AutoML job V2 for the text classification problem type.
-