interface EntityTypesListItemProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Comprehend.CfnFlywheel.EntityTypesListItemProperty |
Java | software.amazon.awscdk.services.comprehend.CfnFlywheel.EntityTypesListItemProperty |
Python | aws_cdk.aws_comprehend.CfnFlywheel.EntityTypesListItemProperty |
TypeScript | @aws-cdk/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 * as comprehend from '@aws-cdk/aws-comprehend';
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), space, and , (comma).