Class: Aws::BedrockRuntime::Types::GuardrailWordPolicyAssessment

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb

Overview

The word policy assessment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_wordsArray<Types::GuardrailCustomWord>

Custom words in the assessment.

Returns:



1741
1742
1743
1744
1745
1746
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1741

class GuardrailWordPolicyAssessment < Struct.new(
  :custom_words,
  :managed_word_lists)
  SENSITIVE = []
  include Aws::Structure
end

#managed_word_listsArray<Types::GuardrailManagedWord>

Managed word lists in the assessment.

Returns:



1741
1742
1743
1744
1745
1746
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1741

class GuardrailWordPolicyAssessment < Struct.new(
  :custom_words,
  :managed_word_lists)
  SENSITIVE = []
  include Aws::Structure
end