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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFlywheel.EntityTypesListItemPropertystatic final classAn implementation forCfnFlywheel.EntityTypesListItemProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getType
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).
- See Also:
-
builder
-