Interface EntityTypesListItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EntityTypesListItem.Builder,EntityTypesListItem>,SdkBuilder<EntityTypesListItem.Builder,EntityTypesListItem>,SdkPojo
- Enclosing class:
- EntityTypesListItem
public static interface EntityTypesListItem.Builder extends SdkPojo, CopyableBuilder<EntityTypesListItem.Builder,EntityTypesListItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EntityTypesListItem.Buildertype(String type)An entity type within a labeled training dataset that Amazon Comprehend uses to train a custom entity recognizer.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
type
EntityTypesListItem.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), and , (comma).
- Parameters:
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), and , (comma).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-