Class: Aws::Types::ExplainabilityConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#time_point_granularity ⇒ "ALL", "SPECIFIC"

Returns the value of attribute time_point_granularity.

Returns:

  • ("ALL", "SPECIFIC")


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.

Returns:

  • ("ALL", "SPECIFIC")


717
718
719
# File 'sig/types.rbs', line 717

def time_series_granularity
  @time_series_granularity
end