Class: Aws::BedrockRuntime::Types::GuardrailChecksUsageResults
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::GuardrailChecksUsageResults
- Defined in:
- gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb
Overview
The text unit usage for the guardrail checks evaluation, organized by check type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content_filter ⇒ Types::GuardrailChecksContentFilterUsage
The text unit usage for the content filter check.
-
#prompt_attack ⇒ Types::GuardrailChecksPromptAttackUsage
The text unit usage for the prompt attack check.
-
#sensitive_information ⇒ Types::GuardrailChecksSensitiveInformationUsage
The text unit usage for the sensitive information check.
Instance Attribute Details
#content_filter ⇒ Types::GuardrailChecksContentFilterUsage
The text unit usage for the content filter check.
2670 2671 2672 2673 2674 2675 2676 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2670 class GuardrailChecksUsageResults < Struct.new( :content_filter, :prompt_attack, :sensitive_information) SENSITIVE = [] include Aws::Structure end |
#prompt_attack ⇒ Types::GuardrailChecksPromptAttackUsage
The text unit usage for the prompt attack check.
2670 2671 2672 2673 2674 2675 2676 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2670 class GuardrailChecksUsageResults < Struct.new( :content_filter, :prompt_attack, :sensitive_information) SENSITIVE = [] include Aws::Structure end |
#sensitive_information ⇒ Types::GuardrailChecksSensitiveInformationUsage
The text unit usage for the sensitive information check.
2670 2671 2672 2673 2674 2675 2676 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2670 class GuardrailChecksUsageResults < Struct.new( :content_filter, :prompt_attack, :sensitive_information) SENSITIVE = [] include Aws::Structure end |