Class: Aws::BedrockRuntime::Types::GuardrailPiiEntityFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::GuardrailPiiEntityFilter
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
A Personally Identifiable Information (PII) entity configured in a guardrail.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The PII entity filter action.
-
#match ⇒ String
The PII entity filter match.
-
#type ⇒ String
The PII entity filter type.
Instance Attribute Details
#action ⇒ String
The PII entity filter action.
1519 1520 1521 1522 1523 1524 1525 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1519 class GuardrailPiiEntityFilter < Struct.new( :match, :type, :action) SENSITIVE = [] include Aws::Structure end |
#match ⇒ String
The PII entity filter match.
1519 1520 1521 1522 1523 1524 1525 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1519 class GuardrailPiiEntityFilter < Struct.new( :match, :type, :action) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The PII entity filter type.
1519 1520 1521 1522 1523 1524 1525 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1519 class GuardrailPiiEntityFilter < Struct.new( :match, :type, :action) SENSITIVE = [] include Aws::Structure end |