Uses of Class
software.amazon.awssdk.services.comprehend.model.DatasetEntityRecognizerInputDataConfig
-
Packages that use DatasetEntityRecognizerInputDataConfig Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of DatasetEntityRecognizerInputDataConfig in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return DatasetEntityRecognizerInputDataConfig Modifier and Type Method Description DatasetEntityRecognizerInputDataConfigDatasetInputDataConfig. entityRecognizerInputDataConfig()The input properties for training an entity recognizer model.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type DatasetEntityRecognizerInputDataConfig Modifier and Type Method Description DatasetInputDataConfig.BuilderDatasetInputDataConfig.Builder. entityRecognizerInputDataConfig(DatasetEntityRecognizerInputDataConfig entityRecognizerInputDataConfig)The input properties for training an entity recognizer model.
-