Values.ModelEnforcementSourceModel-specific information for the enforced guardrail configuration.
type nonrec t = {includedModels : IncludedModelsList.t;Models to enforce the guardrail on.
*)excludedModels : ExcludedModelsList.t;Models to exclude from enforcement of the guardrail.
*)}val make :
includedModels:IncludedModelsList.t ->
excludedModels:ExcludedModelsList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of IncludedModelId.t ] list ]) list ]