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.
1202 1203 1204 |
# File 'sig/types.rbs', line 1202 def number_of_samples @number_of_samples end |
#seed ⇒ ::Integer
Returns the value of attribute seed.
1204 1205 1206 |
# File 'sig/types.rbs', line 1204 def seed @seed end |
#shap_baseline_config ⇒ Types::ClarifyShapBaselineConfig
Returns the value of attribute shap_baseline_config.
1201 1202 1203 |
# File 'sig/types.rbs', line 1201 def shap_baseline_config @shap_baseline_config end |
#text_config ⇒ Types::ClarifyTextConfig
Returns the value of attribute text_config.
1205 1206 1207 |
# File 'sig/types.rbs', line 1205 def text_config @text_config end |
#use_logit ⇒ Boolean
Returns the value of attribute use_logit.
1203 1204 1205 |
# File 'sig/types.rbs', line 1203 def use_logit @use_logit end |