Class: Aws::BedrockAgentRuntime::Types::GuardrailPiiEntityFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::GuardrailPiiEntityFilter
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
The Guardrail filter to identify and remove personally identifiable information (PII).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The action of the Guardrail filter to identify and remove PII.
-
#match ⇒ String
The match to settings in the Guardrail filter to identify and remove PII.
-
#type ⇒ String
The type of PII the Guardrail filter has identified and removed.
Instance Attribute Details
#action ⇒ String
The action of the Guardrail filter to identify and remove PII.
2669 2670 2671 2672 2673 2674 2675 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2669 class GuardrailPiiEntityFilter < Struct.new( :action, :match, :type) SENSITIVE = [] include Aws::Structure end |
#match ⇒ String
The match to settings in the Guardrail filter to identify and remove PII.
2669 2670 2671 2672 2673 2674 2675 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2669 class GuardrailPiiEntityFilter < Struct.new( :action, :match, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of PII the Guardrail filter has identified and removed.
2669 2670 2671 2672 2673 2674 2675 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2669 class GuardrailPiiEntityFilter < Struct.new( :action, :match, :type) SENSITIVE = [] include Aws::Structure end |