interface EntityTypesListItemProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Comprehend.CfnFlywheel.EntityTypesListItemProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscomprehend#CfnFlywheel_EntityTypesListItemProperty |
![]() | software.amazon.awscdk.services.comprehend.CfnFlywheel.EntityTypesListItemProperty |
![]() | aws_cdk.aws_comprehend.CfnFlywheel.EntityTypesListItemProperty |
![]() | 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
Name | Type | Description |
---|---|---|
type | string | An 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), and , (comma).