Class: Aws::Types::CreateExplainabilityRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateExplainabilityRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
-
#enable_visualization ⇒ Boolean
Returns the value of attribute enable_visualization.
-
#end_date_time ⇒ ::String
Returns the value of attribute end_date_time.
-
#explainability_config ⇒ Types::ExplainabilityConfig
Returns the value of attribute explainability_config.
-
#explainability_name ⇒ ::String
Returns the value of attribute explainability_name.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#schema ⇒ Types::Schema
Returns the value of attribute schema.
-
#start_date_time ⇒ ::String
Returns the value of attribute start_date_time.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
143 144 145 |
# File 'sig/types.rbs', line 143 def data_source @data_source end |
#enable_visualization ⇒ Boolean
Returns the value of attribute enable_visualization.
145 146 147 |
# File 'sig/types.rbs', line 145 def enable_visualization @enable_visualization end |
#end_date_time ⇒ ::String
Returns the value of attribute end_date_time.
147 148 149 |
# File 'sig/types.rbs', line 147 def end_date_time @end_date_time end |
#explainability_config ⇒ Types::ExplainabilityConfig
Returns the value of attribute explainability_config.
142 143 144 |
# File 'sig/types.rbs', line 142 def explainability_config @explainability_config end |
#explainability_name ⇒ ::String
Returns the value of attribute explainability_name.
140 141 142 |
# File 'sig/types.rbs', line 140 def explainability_name @explainability_name end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
141 142 143 |
# File 'sig/types.rbs', line 141 def resource_arn @resource_arn end |
#schema ⇒ Types::Schema
Returns the value of attribute schema.
144 145 146 |
# File 'sig/types.rbs', line 144 def schema @schema end |
#start_date_time ⇒ ::String
Returns the value of attribute start_date_time.
146 147 148 |
# File 'sig/types.rbs', line 146 def start_date_time @start_date_time end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
148 149 150 |
# File 'sig/types.rbs', line 148 def end |