Class: Aws::Types::CreateExplainabilityExportRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateExplainabilityExportRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ Types::DataDestination
Returns the value of attribute destination.
-
#explainability_arn ⇒ ::String
Returns the value of attribute explainability_arn.
-
#explainability_export_name ⇒ ::String
Returns the value of attribute explainability_export_name.
-
#format ⇒ ::String
Returns the value of attribute format.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#destination ⇒ Types::DataDestination
Returns the value of attribute destination.
128 129 130 |
# File 'sig/types.rbs', line 128 def destination @destination end |
#explainability_arn ⇒ ::String
Returns the value of attribute explainability_arn.
127 128 129 |
# File 'sig/types.rbs', line 127 def explainability_arn @explainability_arn end |
#explainability_export_name ⇒ ::String
Returns the value of attribute explainability_export_name.
126 127 128 |
# File 'sig/types.rbs', line 126 def explainability_export_name @explainability_export_name end |
#format ⇒ ::String
Returns the value of attribute format.
130 131 132 |
# File 'sig/types.rbs', line 130 def format @format end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
129 130 131 |
# File 'sig/types.rbs', line 129 def end |