Class: Aws::Bedrock::Types::GuardrailWordPolicyConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GuardrailWordPolicyConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Contains details about the word policy to configured for the guardrail.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#managed_word_lists_config ⇒ Array<Types::GuardrailManagedWordsConfig>
A list of managed words to configure for the guardrail.
-
#words_config ⇒ Array<Types::GuardrailWordConfig>
A list of words to configure for the guardrail.
Instance Attribute Details
#managed_word_lists_config ⇒ Array<Types::GuardrailManagedWordsConfig>
A list of managed words to configure for the guardrail.
3968 3969 3970 3971 3972 3973 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3968 class GuardrailWordPolicyConfig < Struct.new( :words_config, :managed_word_lists_config) SENSITIVE = [] include Aws::Structure end |
#words_config ⇒ Array<Types::GuardrailWordConfig>
A list of words to configure for the guardrail.
3968 3969 3970 3971 3972 3973 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3968 class GuardrailWordPolicyConfig < Struct.new( :words_config, :managed_word_lists_config) SENSITIVE = [] include Aws::Structure end |