Class: Aws::Types::GuardrailAssessment

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#applied_guardrail_detailsTypes::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_policyTypes::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_policyTypes::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_policyTypes::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_metricsTypes::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_policyTypes::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_policyTypes::GuardrailTopicPolicyAssessment

Returns the value of attribute topic_policy.



533
534
535
# File 'sig/types.rbs', line 533

def topic_policy
  @topic_policy
end

#word_policyTypes::GuardrailWordPolicyAssessment

Returns the value of attribute word_policy.



535
536
537
# File 'sig/types.rbs', line 535

def word_policy
  @word_policy
end