public static interface EntityTypesListItem.Builder extends SdkPojo, CopyableBuilder<EntityTypesListItem.Builder,EntityTypesListItem>
| Modifier and Type | Method and Description |
|---|---|
EntityTypesListItem.Builder |
type(String type)
An entity type within a labeled training dataset that Amazon Comprehend uses to train a custom entity
recognizer.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEntityTypesListItem.Builder type(String type)
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).
type - 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).
Copyright © 2023. All rights reserved.