Module Values.AutomatedReasoningPolicyBuildWorkflowSourceSource

Defines the source content for a policy build workflow, which can include documents, repair instructions, or other input materials.

Sourcetype nonrec t = {
  1. policyDefinition : AutomatedReasoningPolicyDefinition.t option;
    (*

    An existing policy definition that serves as the starting point for the build workflow, typically used in policy repair or update scenarios.

    *)
  2. workflowContent : AutomatedReasoningPolicyWorkflowTypeContent.t option;
    (*

    The actual content to be processed in the build workflow, such as documents to analyze or repair instructions to apply.

    *)
}
Sourceval make : ?policyDefinition:??? -> ?workflowContent:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `Structure of (string * [> `Blob of AutomatedReasoningPolicyBuildDocumentBlob.t | `Enum of string | `List of [> `Structure of (string * [> `String of AutomatedReasoningPolicyDefinitionTypeValueName.t ]) list ] list | `String of AutomatedReasoningPolicyDefinitionTypeName.t ]) list ] list | `String of AutomatedReasoningPolicyFormatVersion.t | `Structure of (string * [> `List of [> `Structure of (string * [> `Blob of AutomatedReasoningPolicyBuildDocumentBlob.t | `Enum of string | `String of AutomatedReasoningPolicyBuildDocumentName.t | `Structure of (string * [> `List of [> `String of AutomatedReasoningPolicyDefinitionRuleId.t | `Structure of (string * [> `String of AutomatedReasoningPolicyDefinitionTypeValueName.t | `Structure of (string * [> `String of AutomatedReasoningPolicyDefinitionTypeValueName.t ]) list ]) list ] list | `String of AutomatedReasoningPolicyDefinitionTypeName.t ]) list ]) list ] list ]) list ]) list ]) 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