Class: Aws::Types::ExplainabilityInfo
- Inherits:
-
Object
- Object
- Aws::Types::ExplainabilityInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#explainability_arn ⇒ ::String
Returns the value of attribute explainability_arn.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#explainability_arn ⇒ ::String
Returns the value of attribute explainability_arn.
734 735 736 |
# File 'sig/types.rbs', line 734 def explainability_arn @explainability_arn end |
#status ⇒ ::String
Returns the value of attribute status.
735 736 737 |
# File 'sig/types.rbs', line 735 def status @status end |