Class: Aws::BedrockRuntime::Types::GuardrailWordPolicyAssessment
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::GuardrailWordPolicyAssessment
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
The word policy assessment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_words ⇒ Array<Types::GuardrailCustomWord>
Custom words in the assessment.
-
#managed_word_lists ⇒ Array<Types::GuardrailManagedWord>
Managed word lists in the assessment.
Instance Attribute Details
#custom_words ⇒ Array<Types::GuardrailCustomWord>
Custom words in the assessment.
1356 1357 1358 1359 1360 1361 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1356 class GuardrailWordPolicyAssessment < Struct.new( :custom_words, :managed_word_lists) SENSITIVE = [] include Aws::Structure end |
#managed_word_lists ⇒ Array<Types::GuardrailManagedWord>
Managed word lists in the assessment.
1356 1357 1358 1359 1360 1361 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1356 class GuardrailWordPolicyAssessment < Struct.new( :custom_words, :managed_word_lists) SENSITIVE = [] include Aws::Structure end |