Class: Aws::Types::GuardrailAssessment
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailAssessment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#applied_guardrail_details ⇒ Types::AppliedGuardrailDetails
Returns the value of attribute applied_guardrail_details.
-
#automated_reasoning_policy ⇒ Types::GuardrailAutomatedReasoningPolicyAssessment
Returns the value of attribute automated_reasoning_policy.
-
#content_policy ⇒ Types::GuardrailContentPolicyAssessment
Returns the value of attribute content_policy.
-
#contextual_grounding_policy ⇒ Types::GuardrailContextualGroundingPolicyAssessment
Returns the value of attribute contextual_grounding_policy.
-
#invocation_metrics ⇒ Types::GuardrailInvocationMetrics
Returns the value of attribute invocation_metrics.
-
#sensitive_information_policy ⇒ Types::GuardrailSensitiveInformationPolicyAssessment
Returns the value of attribute sensitive_information_policy.
-
#topic_policy ⇒ Types::GuardrailTopicPolicyAssessment
Returns the value of attribute topic_policy.
-
#word_policy ⇒ Types::GuardrailWordPolicyAssessment
Returns the value of attribute word_policy.
Instance Attribute Details
#applied_guardrail_details ⇒ Types::AppliedGuardrailDetails
Returns the value of attribute applied_guardrail_details.
540 541 542 |
# File 'sig/types.rbs', line 540 def applied_guardrail_details @applied_guardrail_details end |
#automated_reasoning_policy ⇒ Types::GuardrailAutomatedReasoningPolicyAssessment
Returns the value of attribute automated_reasoning_policy.
538 539 540 |
# File 'sig/types.rbs', line 538 def automated_reasoning_policy @automated_reasoning_policy end |
#content_policy ⇒ Types::GuardrailContentPolicyAssessment
Returns the value of attribute content_policy.
534 535 536 |
# File 'sig/types.rbs', line 534 def content_policy @content_policy end |
#contextual_grounding_policy ⇒ Types::GuardrailContextualGroundingPolicyAssessment
Returns the value of attribute contextual_grounding_policy.
537 538 539 |
# File 'sig/types.rbs', line 537 def contextual_grounding_policy @contextual_grounding_policy end |
#invocation_metrics ⇒ Types::GuardrailInvocationMetrics
Returns the value of attribute invocation_metrics.
539 540 541 |
# File 'sig/types.rbs', line 539 def invocation_metrics @invocation_metrics end |
#sensitive_information_policy ⇒ Types::GuardrailSensitiveInformationPolicyAssessment
Returns the value of attribute sensitive_information_policy.
536 537 538 |
# File 'sig/types.rbs', line 536 def sensitive_information_policy @sensitive_information_policy end |
#topic_policy ⇒ Types::GuardrailTopicPolicyAssessment
Returns the value of attribute topic_policy.
533 534 535 |
# File 'sig/types.rbs', line 533 def topic_policy @topic_policy end |
#word_policy ⇒ Types::GuardrailWordPolicyAssessment
Returns the value of attribute word_policy.
535 536 537 |
# File 'sig/types.rbs', line 535 def word_policy @word_policy end |