Uses of Class
software.amazon.awssdk.services.comprehend.model.EntityRecognizerInputDataConfig
-
Packages that use EntityRecognizerInputDataConfig Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of EntityRecognizerInputDataConfig in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return EntityRecognizerInputDataConfig Modifier and Type Method Description EntityRecognizerInputDataConfigCreateEntityRecognizerRequest. inputDataConfig()Specifies the format and location of the input data.EntityRecognizerInputDataConfigEntityRecognizerProperties. inputDataConfig()The input data properties of an entity recognizer.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type EntityRecognizerInputDataConfig Modifier and Type Method Description CreateEntityRecognizerRequest.BuilderCreateEntityRecognizerRequest.Builder. inputDataConfig(EntityRecognizerInputDataConfig inputDataConfig)Specifies the format and location of the input data.EntityRecognizerProperties.BuilderEntityRecognizerProperties.Builder. inputDataConfig(EntityRecognizerInputDataConfig inputDataConfig)The input data properties of an entity recognizer.
-