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.
3415 3416 3417 3418 3419 3420 3421 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3415 class GuardrailPiiEntityFilter < Struct.new( :type, :match, :action) SENSITIVE = [] include Aws::Structure end |
#match ⇒ String
The match to settings in the Guardrail filter to identify and remove PII.
3415 3416 3417 3418 3419 3420 3421 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3415 class GuardrailPiiEntityFilter < Struct.new( :type, :match, :action) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of PII the Guardrail filter has identified and removed.
3415 3416 3417 3418 3419 3420 3421 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3415 class GuardrailPiiEntityFilter < Struct.new( :type, :match, :action) SENSITIVE = [] include Aws::Structure end |