Class: Aws::Types::ClarifyExplainerConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enable_explanations::String

Returns the value of attribute enable_explanations.

Returns:

  • (::String)


1172
1173
1174
# File 'sig/types.rbs', line 1172

def enable_explanations
  @enable_explanations
end

#inference_configTypes::ClarifyInferenceConfig

Returns the value of attribute inference_config.



1173
1174
1175
# File 'sig/types.rbs', line 1173

def inference_config
  @inference_config
end

#shap_configTypes::ClarifyShapConfig

Returns the value of attribute shap_config.



1174
1175
1176
# File 'sig/types.rbs', line 1174

def shap_config
  @shap_config
end