Values.PutEnforcedGuardrailConfigurationRequestSourceSets the account-level enforced guardrail configuration.
type nonrec t = {configId : AccountEnforcedGuardrailConfigurationId.t option;Unique ID for the account enforced configuration.
*)guardrailInferenceConfig : AccountEnforcedGuardrailInferenceInputConfiguration.t;Account-level enforced guardrail input configuration.
*)}val make :
?configId:??? ->
guardrailInferenceConfig:
AccountEnforcedGuardrailInferenceInputConfiguration.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of AccountEnforcedGuardrailConfigurationId.t
| `Structure of
(string
* [> `String of GuardrailIdentifier.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of IncludedModelId.t ] list ])
list ])
list ])
list ]