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:



992
993
994
995
996
997
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 992

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:



992
993
994
995
996
997
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 992

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