Values.AIGuardrailDataSourceThe data for the AI Guardrail
type nonrec t = {assistantId : Uuid.t option;The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
*)assistantArn : Arn.t option;The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
*)aiGuardrailArn : Arn.t option;The Amazon Resource Name (ARN) of the AI Guardrail.
*)aiGuardrailId : Uuid.t option;The identifier of the Amazon Q in Connect AI Guardrail.
*)name : Name.t option;The name of the AI Guardrail.
*)visibilityStatus : VisibilityStatus.t option;The visibility status of the AI Guardrail.
*)blockedInputMessaging : AIGuardrailBlockedMessaging.t option;The message to return when the AI Guardrail blocks a prompt.
*)blockedOutputsMessaging : AIGuardrailBlockedMessaging.t option;The message to return when the AI Guardrail blocks a model response.
*)description : AIGuardrailDescription.t option;A description of the AI Guardrail.
*)topicPolicyConfig : AIGuardrailTopicPolicyConfig.t option;Contains details about topics that the AI Guardrail should identify and deny.
*)contentPolicyConfig : AIGuardrailContentPolicyConfig.t option;Contains details about how to handle harmful content.
*)wordPolicyConfig : AIGuardrailWordPolicyConfig.t option;Contains details about the word policy to configured for the AI Guardrail.
*)sensitiveInformationPolicyConfig : AIGuardrailSensitiveInformationPolicyConfig.t
option;Contains details about PII entities and regular expressions to configure for the AI Guardrail.
*)contextualGroundingPolicyConfig : AIGuardrailContextualGroundingPolicyConfig.t
option;The policy configuration details for the AI Guardrail's contextual grounding policy.
*)status : Status.t option;The status of the AI Guardrail.
*)modifiedTime : Timestamp.t option;The time the AI Guardrail was last modified.
*)}val make :
?assistantId:??? ->
?assistantArn:??? ->
?aiGuardrailArn:??? ->
?aiGuardrailId:??? ->
?name:??? ->
?visibilityStatus:??? ->
?blockedInputMessaging:??? ->
?blockedOutputsMessaging:??? ->
?description:??? ->
?topicPolicyConfig:??? ->
?contentPolicyConfig:??? ->
?wordPolicyConfig:??? ->
?sensitiveInformationPolicyConfig:??? ->
?contextualGroundingPolicyConfig:??? ->
?tags:??? ->
?status:??? ->
?modifiedTime:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of Uuid.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Double of
GuardrailContextualGroundingFilterThreshold.t
| `Enum of string
| `List of
[> `String of GuardrailTopicExample.t ] list
| `String of GuardrailTopicName.t ])
list ]
list ])
list
| `Timestamp of Timestamp.t ])
list ]