Class: Aws::Bedrock::Types::GuardrailWordPolicyConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GuardrailWordPolicyConfig
- Defined in:
- gems/aws-sdk-bedrock/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.
3316 3317 3318 3319 3320 3321 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3316 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.
3316 3317 3318 3319 3320 3321 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3316 class GuardrailWordPolicyConfig < Struct.new( :words_config, :managed_word_lists_config) SENSITIVE = [] include Aws::Structure end |