Interface CfnFlywheel.EntityTypesListItemProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnFlywheel.EntityTypesListItemProperty.Jsii$Proxy
Enclosing class:
CfnFlywheel

@Stability(Stable) public static interface CfnFlywheel.EntityTypesListItemProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.comprehend.*;
 EntityTypesListItemProperty entityTypesListItemProperty = EntityTypesListItemProperty.builder()
         .type("type")
         .build();
 

See Also: