@Generated(value="software.amazon.awssdk:codegen") public final class EntityRecognizerInputDataConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EntityRecognizerInputDataConfig.Builder,EntityRecognizerInputDataConfig>
Specifies the format and location of the input data.
Modifier and Type | Class and Description |
---|---|
static interface |
EntityRecognizerInputDataConfig.Builder |
Modifier and Type | Method and Description |
---|---|
EntityRecognizerAnnotations |
annotations()
S3 location of the annotations file for an entity recognizer.
|
static EntityRecognizerInputDataConfig.Builder |
builder() |
EntityRecognizerDocuments |
documents()
S3 location of the documents folder for an entity recognizer
|
EntityRecognizerEntityList |
entityList()
S3 location of the entity list for an entity recognizer.
|
List<EntityTypesListItem> |
entityTypes()
The entity types in the input data for an entity recognizer.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends EntityRecognizerInputDataConfig.Builder> |
serializableBuilderClass() |
EntityRecognizerInputDataConfig.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public List<EntityTypesListItem> entityTypes()
The entity types in the input data for an entity recognizer.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public EntityRecognizerDocuments documents()
S3 location of the documents folder for an entity recognizer
public EntityRecognizerAnnotations annotations()
S3 location of the annotations file for an entity recognizer.
public EntityRecognizerEntityList entityList()
S3 location of the entity list for an entity recognizer.
public EntityRecognizerInputDataConfig.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<EntityRecognizerInputDataConfig.Builder,EntityRecognizerInputDataConfig>
public static EntityRecognizerInputDataConfig.Builder builder()
public static Class<? extends EntityRecognizerInputDataConfig.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.