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