Values.DatasetEntityRecognizerInputDataConfigSourceSpecifies the format and location of the input data. You must provide either the Annotations parameter or the EntityList parameter.
type nonrec t = {annotations : DatasetEntityRecognizerAnnotations.t option;The S3 location of the annotation documents for your custom entity recognizer.
*)documents : DatasetEntityRecognizerDocuments.t;The format and location of the training documents for your custom entity recognizer.
*)entityList : DatasetEntityRecognizerEntityList.t option;The S3 location of the entity list for your custom entity recognizer.
*)}val make :
?annotations:??? ->
?entityList:??? ->
documents:DatasetEntityRecognizerDocuments.t ->
unit ->
t