Struct aws_sdk_sagemaker::model::ClarifyExplainerConfig
source · #[non_exhaustive]pub struct ClarifyExplainerConfig { /* private fields */ }
Expand description
The configuration parameters for the SageMaker Clarify explainer.
Implementations§
source§impl ClarifyExplainerConfig
impl ClarifyExplainerConfig
sourcepub fn enable_explanations(&self) -> Option<&str>
pub fn enable_explanations(&self) -> Option<&str>
A JMESPath boolean expression used to filter which records to explain. Explanations are activated by default. See EnableExplanations
for additional information.
sourcepub fn inference_config(&self) -> Option<&ClarifyInferenceConfig>
pub fn inference_config(&self) -> Option<&ClarifyInferenceConfig>
The inference configuration parameter for the model container.
sourcepub fn shap_config(&self) -> Option<&ClarifyShapConfig>
pub fn shap_config(&self) -> Option<&ClarifyShapConfig>
The configuration for SHAP analysis.
source§impl ClarifyExplainerConfig
impl ClarifyExplainerConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ClarifyExplainerConfig
.
Trait Implementations§
source§impl Clone for ClarifyExplainerConfig
impl Clone for ClarifyExplainerConfig
source§fn clone(&self) -> ClarifyExplainerConfig
fn clone(&self) -> ClarifyExplainerConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ClarifyExplainerConfig
impl Debug for ClarifyExplainerConfig
source§impl PartialEq<ClarifyExplainerConfig> for ClarifyExplainerConfig
impl PartialEq<ClarifyExplainerConfig> for ClarifyExplainerConfig
source§fn eq(&self, other: &ClarifyExplainerConfig) -> bool
fn eq(&self, other: &ClarifyExplainerConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.