Module Values.EntityRecognizerAnnotationsSource

Describes the annotations associated with a entity recognizer.

Sourcetype nonrec t = {
  1. s3Uri : S3Uri.t;
    (*

    Specifies the Amazon S3 location where the annotations for an entity recognizer are located. The URI must be in the same Region as the API endpoint that you are calling.

    *)
  2. testS3Uri : S3Uri.t option;
    (*

    Specifies the Amazon S3 location where the test annotations for an entity recognizer are located. The URI must be in the same Region as the API endpoint that you are calling.

    *)
}
Sourceval context_ : string
Sourceval make : ?testS3Uri:??? -> s3Uri:S3Uri.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of S3Uri.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t