Class: Aws::Types::ClarifyExplainerConfig

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

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_configTypes::ClarifyInferenceConfig

Returns the value of attribute inference_config.



1188
1189
1190
# File 'sig/types.rbs', line 1188

def inference_config
  @inference_config
end

#shap_configTypes::ClarifyShapConfig

Returns the value of attribute shap_config.



1189
1190
1191
# File 'sig/types.rbs', line 1189

def shap_config
  @shap_config
end