Uses of Interface
software.amazon.awssdk.services.comprehend.model.DatasetEntityRecognizerAnnotations.Builder
-
Packages that use DatasetEntityRecognizerAnnotations.Builder Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of DatasetEntityRecognizerAnnotations.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return DatasetEntityRecognizerAnnotations.Builder Modifier and Type Method Description static DatasetEntityRecognizerAnnotations.BuilderDatasetEntityRecognizerAnnotations. builder()DatasetEntityRecognizerAnnotations.BuilderDatasetEntityRecognizerAnnotations.Builder. s3Uri(String s3Uri)Specifies the Amazon S3 location where the training documents for an entity recognizer are located.DatasetEntityRecognizerAnnotations.BuilderDatasetEntityRecognizerAnnotations. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type DatasetEntityRecognizerAnnotations.Builder Modifier and Type Method Description static Class<? extends DatasetEntityRecognizerAnnotations.Builder>DatasetEntityRecognizerAnnotations. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type DatasetEntityRecognizerAnnotations.Builder Modifier and Type Method Description default DatasetEntityRecognizerInputDataConfig.BuilderDatasetEntityRecognizerInputDataConfig.Builder. annotations(Consumer<DatasetEntityRecognizerAnnotations.Builder> annotations)The S3 location of the annotation documents for your custom entity recognizer.
-