| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static TextClassificationJobConfig.Builder |
TextClassificationJobConfig.builder() |
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.
|
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.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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TextClassificationJobConfig.Builder> |
TextClassificationJobConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
static AutoMLProblemTypeConfig |
AutoMLProblemTypeConfig.fromTextClassificationJobConfig(Consumer<TextClassificationJobConfig.Builder> textClassificationJobConfig)
Create an instance of this class with
AutoMLProblemTypeConfig.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.
|
Copyright © 2023. All rights reserved.