@Generated(value="software.amazon.awssdk:codegen") public final class DatasetEntityRecognizerInputDataConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DatasetEntityRecognizerInputDataConfig.Builder,DatasetEntityRecognizerInputDataConfig>
Specifies the format and location of the input data. You must provide either the Annotations parameter
or the EntityList parameter.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DatasetEntityRecognizerInputDataConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
DatasetEntityRecognizerAnnotations |
annotations()
The S3 location of the annotation documents for your custom entity recognizer.
|
static DatasetEntityRecognizerInputDataConfig.Builder |
builder() |
DatasetEntityRecognizerDocuments |
documents()
The format and location of the training documents for your custom entity recognizer.
|
DatasetEntityRecognizerEntityList |
entityList()
The S3 location of the entity list for your custom entity recognizer.
|
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 DatasetEntityRecognizerInputDataConfig.Builder> |
serializableBuilderClass() |
DatasetEntityRecognizerInputDataConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final DatasetEntityRecognizerAnnotations annotations()
The S3 location of the annotation documents for your custom entity recognizer.
public final DatasetEntityRecognizerDocuments documents()
The format and location of the training documents for your custom entity recognizer.
public final DatasetEntityRecognizerEntityList entityList()
The S3 location of the entity list for your custom entity recognizer.
public DatasetEntityRecognizerInputDataConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DatasetEntityRecognizerInputDataConfig.Builder,DatasetEntityRecognizerInputDataConfig>public static DatasetEntityRecognizerInputDataConfig.Builder builder()
public static Class<? extends DatasetEntityRecognizerInputDataConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.