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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



1317
1318
1319
1320
1321
1322
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1317

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:



1317
1318
1319
1320
1321
1322
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1317

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