public static interface DatasetEntityRecognizerInputDataConfig.Builder extends SdkPojo, CopyableBuilder<DatasetEntityRecognizerInputDataConfig.Builder,DatasetEntityRecognizerInputDataConfig>
| Modifier and Type | Method and Description |
|---|---|
default DatasetEntityRecognizerInputDataConfig.Builder |
annotations(Consumer<DatasetEntityRecognizerAnnotations.Builder> annotations)
The S3 location of the annotation documents for your custom entity recognizer.
|
DatasetEntityRecognizerInputDataConfig.Builder |
annotations(DatasetEntityRecognizerAnnotations annotations)
The S3 location of the annotation documents for your custom entity recognizer.
|
default DatasetEntityRecognizerInputDataConfig.Builder |
documents(Consumer<DatasetEntityRecognizerDocuments.Builder> documents)
The format and location of the training documents for your custom entity recognizer.
|
DatasetEntityRecognizerInputDataConfig.Builder |
documents(DatasetEntityRecognizerDocuments documents)
The format and location of the training documents for your custom entity recognizer.
|
default DatasetEntityRecognizerInputDataConfig.Builder |
entityList(Consumer<DatasetEntityRecognizerEntityList.Builder> entityList)
The S3 location of the entity list for your custom entity recognizer.
|
DatasetEntityRecognizerInputDataConfig.Builder |
entityList(DatasetEntityRecognizerEntityList entityList)
The S3 location of the entity list for your custom entity recognizer.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDatasetEntityRecognizerInputDataConfig.Builder annotations(DatasetEntityRecognizerAnnotations annotations)
The S3 location of the annotation documents for your custom entity recognizer.
annotations - The S3 location of the annotation documents for your custom entity recognizer.default DatasetEntityRecognizerInputDataConfig.Builder annotations(Consumer<DatasetEntityRecognizerAnnotations.Builder> annotations)
The S3 location of the annotation documents for your custom entity recognizer.
This is a convenience method that creates an instance of theDatasetEntityRecognizerAnnotations.Builder avoiding the need to create one manually via
DatasetEntityRecognizerAnnotations.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to annotations(DatasetEntityRecognizerAnnotations).
annotations - a consumer that will call methods on DatasetEntityRecognizerAnnotations.Builderannotations(DatasetEntityRecognizerAnnotations)DatasetEntityRecognizerInputDataConfig.Builder documents(DatasetEntityRecognizerDocuments documents)
The format and location of the training documents for your custom entity recognizer.
documents - The format and location of the training documents for your custom entity recognizer.default DatasetEntityRecognizerInputDataConfig.Builder documents(Consumer<DatasetEntityRecognizerDocuments.Builder> documents)
The format and location of the training documents for your custom entity recognizer.
This is a convenience method that creates an instance of theDatasetEntityRecognizerDocuments.Builder
avoiding the need to create one manually via DatasetEntityRecognizerDocuments.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to documents(DatasetEntityRecognizerDocuments).
documents - a consumer that will call methods on DatasetEntityRecognizerDocuments.Builderdocuments(DatasetEntityRecognizerDocuments)DatasetEntityRecognizerInputDataConfig.Builder entityList(DatasetEntityRecognizerEntityList entityList)
The S3 location of the entity list for your custom entity recognizer.
entityList - The S3 location of the entity list for your custom entity recognizer.default DatasetEntityRecognizerInputDataConfig.Builder entityList(Consumer<DatasetEntityRecognizerEntityList.Builder> entityList)
The S3 location of the entity list for your custom entity recognizer.
This is a convenience method that creates an instance of theDatasetEntityRecognizerEntityList.Builder avoiding the need to create one manually via
DatasetEntityRecognizerEntityList.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to entityList(DatasetEntityRecognizerEntityList).
entityList - a consumer that will call methods on DatasetEntityRecognizerEntityList.BuilderentityList(DatasetEntityRecognizerEntityList)Copyright © 2023. All rights reserved.