Class: Aws::BedrockAgentRuntime::Types::GuardrailAssessment

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

Overview

Assessment details of the content analyzed by Guardrails.

Constant Summary collapse

SENSITIVE =
[:topic_policy, :content_policy, :word_policy, :sensitive_information_policy]

Instance Attribute Summary collapse

Instance Attribute Details

#content_policyTypes::GuardrailContentPolicyAssessment

Content policy details of the Guardrail.



3252
3253
3254
3255
3256
3257
3258
3259
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3252

class GuardrailAssessment < Struct.new(
  :topic_policy,
  :content_policy,
  :word_policy,
  :sensitive_information_policy)
  SENSITIVE = [:topic_policy, :content_policy, :word_policy, :sensitive_information_policy]
  include Aws::Structure
end

#sensitive_information_policyTypes::GuardrailSensitiveInformationPolicyAssessment

Sensitive Information policy details of Guardrail.



3252
3253
3254
3255
3256
3257
3258
3259
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3252

class GuardrailAssessment < Struct.new(
  :topic_policy,
  :content_policy,
  :word_policy,
  :sensitive_information_policy)
  SENSITIVE = [:topic_policy, :content_policy, :word_policy, :sensitive_information_policy]
  include Aws::Structure
end

#topic_policyTypes::GuardrailTopicPolicyAssessment

Topic policy details of the Guardrail.



3252
3253
3254
3255
3256
3257
3258
3259
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3252

class GuardrailAssessment < Struct.new(
  :topic_policy,
  :content_policy,
  :word_policy,
  :sensitive_information_policy)
  SENSITIVE = [:topic_policy, :content_policy, :word_policy, :sensitive_information_policy]
  include Aws::Structure
end

#word_policyTypes::GuardrailWordPolicyAssessment

Word policy details of the Guardrail.



3252
3253
3254
3255
3256
3257
3258
3259
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3252

class GuardrailAssessment < Struct.new(
  :topic_policy,
  :content_policy,
  :word_policy,
  :sensitive_information_policy)
  SENSITIVE = [:topic_policy, :content_policy, :word_policy, :sensitive_information_policy]
  include Aws::Structure
end