Struct aws_sdk_sagemaker::model::ExplainerConfig
source · #[non_exhaustive]pub struct ExplainerConfig { /* private fields */ }
Expand description
A parameter to activate explainers.
Implementations§
source§impl ExplainerConfig
impl ExplainerConfig
sourcepub fn clarify_explainer_config(&self) -> Option<&ClarifyExplainerConfig>
pub fn clarify_explainer_config(&self) -> Option<&ClarifyExplainerConfig>
A member of ExplainerConfig
that contains configuration parameters for the SageMaker Clarify explainer.
source§impl ExplainerConfig
impl ExplainerConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ExplainerConfig
.
Trait Implementations§
source§impl Clone for ExplainerConfig
impl Clone for ExplainerConfig
source§fn clone(&self) -> ExplainerConfig
fn clone(&self) -> ExplainerConfig
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 ExplainerConfig
impl Debug for ExplainerConfig
source§impl PartialEq<ExplainerConfig> for ExplainerConfig
impl PartialEq<ExplainerConfig> for ExplainerConfig
source§fn eq(&self, other: &ExplainerConfig) -> bool
fn eq(&self, other: &ExplainerConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.