Class: Aws::Types::ExplainabilityConfig
- Inherits:
-
Object
- Object
- Aws::Types::ExplainabilityConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#time_point_granularity ⇒ "ALL", "SPECIFIC"
Returns the value of attribute time_point_granularity.
-
#time_series_granularity ⇒ "ALL", "SPECIFIC"
Returns the value of attribute time_series_granularity.
Instance Attribute Details
#time_point_granularity ⇒ "ALL", "SPECIFIC"
Returns the value of attribute time_point_granularity.
718 719 720 |
# File 'sig/types.rbs', line 718 def time_point_granularity @time_point_granularity end |
#time_series_granularity ⇒ "ALL", "SPECIFIC"
Returns the value of attribute time_series_granularity.
717 718 719 |
# File 'sig/types.rbs', line 717 def time_series_granularity @time_series_granularity end |