Class: Aws::BedrockAgentRuntime::Types::GuardrailWordPolicyAssessment
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::BedrockAgentRuntime::Types::GuardrailWordPolicyAssessment
 
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
The assessment details for words defined in the Guardrail filter.
Constant Summary collapse
- SENSITIVE =
- [:custom_words, :managed_word_lists] 
Instance Attribute Summary collapse
- 
  
    
      #custom_words  ⇒ Array<Types::GuardrailCustomWord> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The custom word details for words defined in the Guardrail filter. 
- 
  
    
      #managed_word_lists  ⇒ Array<Types::GuardrailManagedWord> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The managed word lists for words defined in the Guardrail filter. 
Instance Attribute Details
#custom_words ⇒ Array<Types::GuardrailCustomWord>
The custom word details for words defined in the Guardrail filter.
| 3557 3558 3559 3560 3561 3562 | # File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3557 class GuardrailWordPolicyAssessment < Struct.new( :custom_words, :managed_word_lists) SENSITIVE = [:custom_words, :managed_word_lists] include Aws::Structure end | 
#managed_word_lists ⇒ Array<Types::GuardrailManagedWord>
The managed word lists for words defined in the Guardrail filter.
| 3557 3558 3559 3560 3561 3562 | # File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3557 class GuardrailWordPolicyAssessment < Struct.new( :custom_words, :managed_word_lists) SENSITIVE = [:custom_words, :managed_word_lists] include Aws::Structure end |