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 =
[:content_policy, :sensitive_information_policy, :topic_policy, :word_policy]

Instance Attribute Summary collapse

Instance Attribute Details

#content_policyTypes::GuardrailContentPolicyAssessment

Content policy details of the Guardrail.



2455
2456
2457
2458
2459
2460
2461
2462
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2455

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

#sensitive_information_policyTypes::GuardrailSensitiveInformationPolicyAssessment

Sensitive Information policy details of Guardrail.



2455
2456
2457
2458
2459
2460
2461
2462
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2455

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

#topic_policyTypes::GuardrailTopicPolicyAssessment

Topic policy details of the Guardrail.



2455
2456
2457
2458
2459
2460
2461
2462
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2455

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

#word_policyTypes::GuardrailWordPolicyAssessment

Word policy details of the Guardrail.



2455
2456
2457
2458
2459
2460
2461
2462
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2455

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