Class: Aws::Types::ClarifyExplainerConfig
- Inherits:
-
Object
- Object
- Aws::Types::ClarifyExplainerConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enable_explanations ⇒ ::String
Returns the value of attribute enable_explanations.
-
#inference_config ⇒ Types::ClarifyInferenceConfig
Returns the value of attribute inference_config.
-
#shap_config ⇒ Types::ClarifyShapConfig
Returns the value of attribute shap_config.
Instance Attribute Details
#enable_explanations ⇒ ::String
Returns the value of attribute enable_explanations.
1187 1188 1189 |
# File 'sig/types.rbs', line 1187 def enable_explanations @enable_explanations end |
#inference_config ⇒ Types::ClarifyInferenceConfig
Returns the value of attribute inference_config.
1188 1189 1190 |
# File 'sig/types.rbs', line 1188 def inference_config @inference_config end |
#shap_config ⇒ Types::ClarifyShapConfig
Returns the value of attribute shap_config.
1189 1190 1191 |
# File 'sig/types.rbs', line 1189 def shap_config @shap_config end |