default DatasetEntityRecognizerInputDataConfig.Builder |
DatasetEntityRecognizerInputDataConfig.Builder.annotations(Consumer<DatasetEntityRecognizerAnnotations.Builder> annotations) |
The S3 location of the annotation documents for your custom entity recognizer.
|
DatasetEntityRecognizerInputDataConfig.Builder |
DatasetEntityRecognizerInputDataConfig.Builder.annotations(DatasetEntityRecognizerAnnotations annotations) |
The S3 location of the annotation documents for your custom entity recognizer.
|
static DatasetEntityRecognizerInputDataConfig.Builder |
DatasetEntityRecognizerInputDataConfig.builder() |
|
default DatasetEntityRecognizerInputDataConfig.Builder |
DatasetEntityRecognizerInputDataConfig.Builder.documents(Consumer<DatasetEntityRecognizerDocuments.Builder> documents) |
The format and location of the training documents for your custom entity recognizer.
|
DatasetEntityRecognizerInputDataConfig.Builder |
DatasetEntityRecognizerInputDataConfig.Builder.documents(DatasetEntityRecognizerDocuments documents) |
The format and location of the training documents for your custom entity recognizer.
|
default DatasetEntityRecognizerInputDataConfig.Builder |
DatasetEntityRecognizerInputDataConfig.Builder.entityList(Consumer<DatasetEntityRecognizerEntityList.Builder> entityList) |
The S3 location of the entity list for your custom entity recognizer.
|
DatasetEntityRecognizerInputDataConfig.Builder |
DatasetEntityRecognizerInputDataConfig.Builder.entityList(DatasetEntityRecognizerEntityList entityList) |
The S3 location of the entity list for your custom entity recognizer.
|
DatasetEntityRecognizerInputDataConfig.Builder |
DatasetEntityRecognizerInputDataConfig.toBuilder() |
|