Class: Aws::Types::CreateExplainabilityExportRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#destination ⇒ Types::DataDestination

Returns the value of attribute destination.

Returns:



128
129
130
# File 'sig/types.rbs', line 128

def destination
  @destination
end

#explainability_arn ⇒ ::String

Returns the value of attribute explainability_arn.

Returns:



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.

Returns:



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.

Returns:



130
131
132
# File 'sig/types.rbs', line 130

def format
  @format
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



129
130
131
# File 'sig/types.rbs', line 129

def tags
  @tags
end