Class: Aws::BedrockRuntime::Types::GuardrailPiiEntityFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::GuardrailPiiEntityFilter
- Defined in:
- gems/aws-sdk-bedrockruntime/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.
-
#detected ⇒ Boolean
Indicates whether personally identifiable information (PII) that breaches the guardrail configuration is detected.
-
#match ⇒ String
The PII entity filter match.
-
#type ⇒ String
The PII entity filter type.
Instance Attribute Details
#action ⇒ String
The PII entity filter action.
2486 2487 2488 2489 2490 2491 2492 2493 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2486 class GuardrailPiiEntityFilter < Struct.new( :match, :type, :action, :detected) SENSITIVE = [] include Aws::Structure end |
#detected ⇒ Boolean
Indicates whether personally identifiable information (PII) that breaches the guardrail configuration is detected.
2486 2487 2488 2489 2490 2491 2492 2493 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2486 class GuardrailPiiEntityFilter < Struct.new( :match, :type, :action, :detected) SENSITIVE = [] include Aws::Structure end |
#match ⇒ String
The PII entity filter match.
2486 2487 2488 2489 2490 2491 2492 2493 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2486 class GuardrailPiiEntityFilter < Struct.new( :match, :type, :action, :detected) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The PII entity filter type.
2486 2487 2488 2489 2490 2491 2492 2493 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2486 class GuardrailPiiEntityFilter < Struct.new( :match, :type, :action, :detected) SENSITIVE = [] include Aws::Structure end |