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.
1172 1173 1174 |
# File 'sig/types.rbs', line 1172 def enable_explanations @enable_explanations end |
#inference_config ⇒ Types::ClarifyInferenceConfig
Returns the value of attribute inference_config.
1173 1174 1175 |
# File 'sig/types.rbs', line 1173 def inference_config @inference_config end |
#shap_config ⇒ Types::ClarifyShapConfig
Returns the value of attribute shap_config.
1174 1175 1176 |
# File 'sig/types.rbs', line 1174 def shap_config @shap_config end |