Module Values.PutEnforcedGuardrailConfigurationRequestSource

Sets the account-level enforced guardrail configuration.

Sourcetype nonrec t = {
  1. configId : AccountEnforcedGuardrailConfigurationId.t option;
    (*

    Unique ID for the account enforced configuration.

    *)
  2. guardrailInferenceConfig : AccountEnforcedGuardrailInferenceInputConfiguration.t;
    (*

    Account-level enforced guardrail input configuration.

    *)
}
Sourceval context_ : string
Sourceval make : ?configId:??? -> guardrailInferenceConfig: AccountEnforcedGuardrailInferenceInputConfiguration.t -> unit -> t
Sourceval 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 ]
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