TextClassificationJobConfig - Amazon SageMaker

TextClassificationJobConfig

The collection of settings used by an AutoML job V2 for the text classification problem type.

Contents

ContentColumn

The name of the column used to provide the sentences to be classified. It should not be the same as the target column.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 256.

Required: Yes

TargetLabelColumn

The name of the column used to provide the class labels. It should not be same as the content column.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 256.

Required: Yes

CompletionCriteria

How long a job is allowed to run, or how many candidates a job is allowed to generate.

Type: AutoMLJobCompletionCriteria object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: