Class: Aws::BedrockAgentRuntime::Types::GuardrailAssessment
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::GuardrailAssessment
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Assessment details of the content analyzed by Guardrails.
Constant Summary collapse
- SENSITIVE =
[:content_policy, :sensitive_information_policy, :topic_policy, :word_policy]
Instance Attribute Summary collapse
-
#content_policy ⇒ Types::GuardrailContentPolicyAssessment
Content policy details of the Guardrail.
-
#sensitive_information_policy ⇒ Types::GuardrailSensitiveInformationPolicyAssessment
Sensitive Information policy details of Guardrail.
-
#topic_policy ⇒ Types::GuardrailTopicPolicyAssessment
Topic policy details of the Guardrail.
-
#word_policy ⇒ Types::GuardrailWordPolicyAssessment
Word policy details of the Guardrail.
Instance Attribute Details
#content_policy ⇒ Types::GuardrailContentPolicyAssessment
Content policy details of the Guardrail.
2455 2456 2457 2458 2459 2460 2461 2462 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2455 class GuardrailAssessment < Struct.new( :content_policy, :sensitive_information_policy, :topic_policy, :word_policy) SENSITIVE = [:content_policy, :sensitive_information_policy, :topic_policy, :word_policy] include Aws::Structure end |
#sensitive_information_policy ⇒ Types::GuardrailSensitiveInformationPolicyAssessment
Sensitive Information policy details of Guardrail.
2455 2456 2457 2458 2459 2460 2461 2462 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2455 class GuardrailAssessment < Struct.new( :content_policy, :sensitive_information_policy, :topic_policy, :word_policy) SENSITIVE = [:content_policy, :sensitive_information_policy, :topic_policy, :word_policy] include Aws::Structure end |
#topic_policy ⇒ Types::GuardrailTopicPolicyAssessment
Topic policy details of the Guardrail.
2455 2456 2457 2458 2459 2460 2461 2462 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2455 class GuardrailAssessment < Struct.new( :content_policy, :sensitive_information_policy, :topic_policy, :word_policy) SENSITIVE = [:content_policy, :sensitive_information_policy, :topic_policy, :word_policy] include Aws::Structure end |
#word_policy ⇒ Types::GuardrailWordPolicyAssessment
Word policy details of the Guardrail.
2455 2456 2457 2458 2459 2460 2461 2462 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2455 class GuardrailAssessment < Struct.new( :content_policy, :sensitive_information_policy, :topic_policy, :word_policy) SENSITIVE = [:content_policy, :sensitive_information_policy, :topic_policy, :word_policy] include Aws::Structure end |