Class: Aws::BedrockRuntime::Types::GuardrailManagedWord
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::GuardrailManagedWord
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
A managed word configured in a guardrail.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The action for the managed word.
-
#detected ⇒ Boolean
Indicates whether managed word content that breaches the guardrail configuration is detected.
-
#match ⇒ String
The match for the managed word.
-
#type ⇒ String
The type for the managed word.
Instance Attribute Details
#action ⇒ String
The action for the managed word.
2584 2585 2586 2587 2588 2589 2590 2591 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2584 class GuardrailManagedWord < Struct.new( :match, :type, :action, :detected) SENSITIVE = [] include Aws::Structure end |
#detected ⇒ Boolean
Indicates whether managed word content that breaches the guardrail configuration is detected.
2584 2585 2586 2587 2588 2589 2590 2591 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2584 class GuardrailManagedWord < Struct.new( :match, :type, :action, :detected) SENSITIVE = [] include Aws::Structure end |
#match ⇒ String
The match for the managed word.
2584 2585 2586 2587 2588 2589 2590 2591 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2584 class GuardrailManagedWord < Struct.new( :match, :type, :action, :detected) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type for the managed word.
2584 2585 2586 2587 2588 2589 2590 2591 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2584 class GuardrailManagedWord < Struct.new( :match, :type, :action, :detected) SENSITIVE = [] include Aws::Structure end |