Values.CreateEntityRecognizerResponseSourceCreates an entity recognizer using submitted files. After your CreateEntityRecognizer request is submitted, you can check job status using the DescribeEntityRecognizer API.
type nonrec t = {entityRecognizerArn : EntityRecognizerArn.t option;The Amazon Resource Name (ARN) that identifies the entity recognizer.
*)}type nonrec error = [ | `InternalServerException of InternalServerException.t| `InvalidRequestException of InvalidRequestException.t| `KmsKeyValidationException of KmsKeyValidationException.t| `ResourceInUseException of ResourceInUseException.t| `ResourceLimitExceededException of ResourceLimitExceededException.t| `TooManyRequestsException of TooManyRequestsException.t| `TooManyTagsException of TooManyTagsException.t| `UnsupportedLanguageException of UnsupportedLanguageException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerException of InternalServerException.t
| `InvalidRequestException of InvalidRequestException.t
| `KmsKeyValidationException of KmsKeyValidationException.t
| `ResourceInUseException of ResourceInUseException.t
| `ResourceLimitExceededException of ResourceLimitExceededException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `TooManyTagsException of TooManyTagsException.t
| `Unknown_operation_error of string * string option
| `UnsupportedLanguageException of UnsupportedLanguageException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerException of InternalServerException.t
| `InvalidRequestException of InvalidRequestException.t
| `KmsKeyValidationException of KmsKeyValidationException.t
| `ResourceInUseException of ResourceInUseException.t
| `ResourceLimitExceededException of ResourceLimitExceededException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `TooManyTagsException of TooManyTagsException.t
| `Unknown_operation_error of string * string option
| `UnsupportedLanguageException of UnsupportedLanguageException.t ]