Class: Aws::Types::AutomatedReasoningPolicyRuleReport

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:accuracy_justification])

Instance Attribute Summary collapse

Instance Attribute Details

#accuracy_justification::String

Returns the value of attribute accuracy_justification.

Returns:

  • (::String)


643
644
645
# File 'sig/types.rbs', line 643

def accuracy_justification
  @accuracy_justification
end

#accuracy_score::Float

Returns the value of attribute accuracy_score.

Returns:

  • (::Float)


642
643
644
# File 'sig/types.rbs', line 642

def accuracy_score
  @accuracy_score
end

#grounding_justifications::Array[::String]

Returns the value of attribute grounding_justifications.

Returns:

  • (::Array[::String])


641
642
643
# File 'sig/types.rbs', line 641

def grounding_justifications
  @grounding_justifications
end

#grounding_statements::Array[Types::AutomatedReasoningPolicyStatementReference]

Returns the value of attribute grounding_statements.



640
641
642
# File 'sig/types.rbs', line 640

def grounding_statements
  @grounding_statements
end

#rule::String

Returns the value of attribute rule.

Returns:

  • (::String)


639
640
641
# File 'sig/types.rbs', line 639

def rule
  @rule
end