Class: Aws::Types::CreateExplainabilityRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_source ⇒ Types::DataSource

Returns the value of attribute data_source.

Returns:



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.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


141
142
143
# File 'sig/types.rbs', line 141

def resource_arn
  @resource_arn
end

#schema ⇒ Types::Schema

Returns the value of attribute schema.

Returns:



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.

Returns:

  • (::String)


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.

Returns:



148
149
150
# File 'sig/types.rbs', line 148

def tags
  @tags
end