Class: Aws::Types::ClarifyShapConfig
- Inherits:
-
Object
- Object
- Aws::Types::ClarifyShapConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#number_of_samples ⇒ ::Integer
Returns the value of attribute number_of_samples.
-
#seed ⇒ ::Integer
Returns the value of attribute seed.
-
#shap_baseline_config ⇒ Types::ClarifyShapBaselineConfig
Returns the value of attribute shap_baseline_config.
-
#text_config ⇒ Types::ClarifyTextConfig
Returns the value of attribute text_config.
-
#use_logit ⇒ Boolean
Returns the value of attribute use_logit.
Instance Attribute Details
#number_of_samples ⇒ ::Integer
Returns the value of attribute number_of_samples.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def number_of_samples @number_of_samples end |
#seed ⇒ ::Integer
Returns the value of attribute seed.
1219 1220 1221 |
# File 'sig/types.rbs', line 1219 def seed @seed end |
#shap_baseline_config ⇒ Types::ClarifyShapBaselineConfig
Returns the value of attribute shap_baseline_config.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def shap_baseline_config @shap_baseline_config end |
#text_config ⇒ Types::ClarifyTextConfig
Returns the value of attribute text_config.
1220 1221 1222 |
# File 'sig/types.rbs', line 1220 def text_config @text_config end |
#use_logit ⇒ Boolean
Returns the value of attribute use_logit.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def use_logit @use_logit end |