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:



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_listsArray<Types::GuardrailManagedWord>

Managed word lists in the assessment.

Returns:



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