Module Values.AutomatedReasoningPolicyIngestContentAnnotationSource

An annotation for processing and incorporating new content into an Automated Reasoning policy.

Sourcetype nonrec t = {
  1. content : AutomatedReasoningPolicyAnnotationIngestContent.t;
    (*

    The new content to be analyzed and incorporated into the policy, such as additional documents or rule descriptions.

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `String of AutomatedReasoningPolicyAnnotationIngestContent.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