AWS::Comprehend::Flywheel DocumentClassificationConfig - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Comprehend::Flywheel DocumentClassificationConfig

Configuration required for a document classification model.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Labels" : [ String, ... ], "Mode" : String }

YAML

Labels: - String Mode: String

Properties

Labels

One or more labels to associate with the custom classifier.

Required: No

Type: Array of String

Maximum: 5000 | 1000

Update requires: Replacement

Mode

Classification mode indicates whether the documents are MULTI_CLASS or MULTI_LABEL.

Required: Yes

Type: String

Allowed values: MULTI_CLASS | MULTI_LABEL

Update requires: Replacement