aws-cdk-lib.aws_comprehend.CfnFlywheel.EntityRecognitionConfigProperty

interface EntityRecognitionConfigProperty

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

Configuration required for an entity recognition model.

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 entityRecognitionConfigProperty: comprehend.CfnFlywheel.EntityRecognitionConfigProperty = {
  entityTypes: [{
    type: 'type',
  }],
};

Properties

NameTypeDescription
entityTypes?IResolvable | IResolvable | EntityTypesListItemProperty[]Up to 25 entity types that the model is trained to recognize.

entityTypes?

Type: IResolvable | IResolvable | EntityTypesListItemProperty[] (optional)

Up to 25 entity types that the model is trained to recognize.