@Generated(value="software.amazon.awssdk:codegen") public final class EntityTypesListItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EntityTypesListItem.Builder,EntityTypesListItem>
An entity type within a labeled training dataset that Amazon Comprehend uses to train a custom entity recognizer.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EntityTypesListItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EntityTypesListItem.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends EntityTypesListItem.Builder> |
serializableBuilderClass() |
EntityTypesListItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
type()
An entity type within a labeled training dataset that Amazon Comprehend uses to train a custom entity recognizer.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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).
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).
public EntityTypesListItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EntityTypesListItem.Builder,EntityTypesListItem>public static EntityTypesListItem.Builder builder()
public static Class<? extends EntityTypesListItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.