aws-cdk-lib.aws_comprehend.CfnFlywheel.EntityTypesListItemProperty

interface EntityTypesListItemProperty

LanguageType name
.NETAmazon.CDK.AWS.Comprehend.CfnFlywheel.EntityTypesListItemProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscomprehend#CfnFlywheel_EntityTypesListItemProperty
Javasoftware.amazon.awscdk.services.comprehend.CfnFlywheel.EntityTypesListItemProperty
Pythonaws_cdk.aws_comprehend.CfnFlywheel.EntityTypesListItemProperty
TypeScript aws-cdk-lib » aws_comprehend » CfnFlywheel » EntityTypesListItemProperty

An entity type within a labeled training dataset that Amazon Comprehend uses to train a custom entity recognizer.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_comprehend as comprehend } from 'aws-cdk-lib';
const entityTypesListItemProperty: comprehend.CfnFlywheel.EntityTypesListItemProperty = {
  type: 'type',
};

Properties

NameTypeDescription
typestringAn entity type within a labeled training dataset that Amazon Comprehend uses to train a custom entity recognizer.

type

Type: string

An entity type within a labeled training dataset that Amazon Comprehend uses to train a custom entity recognizer.

Entity types must not contain the following invalid characters: \n (line break), \n (escaped line break, \r (carriage return), \r (escaped carriage return), \t (tab), \t (escaped tab), space, and , (comma).