Struct aws_sdk_sagemaker::model::DriftCheckExplainability
source · #[non_exhaustive]pub struct DriftCheckExplainability { /* private fields */ }
Expand description
Represents the drift check explainability baselines that can be used when the model monitor is set using the model package.
Implementations§
source§impl DriftCheckExplainability
impl DriftCheckExplainability
sourcepub fn constraints(&self) -> Option<&MetricsSource>
pub fn constraints(&self) -> Option<&MetricsSource>
The drift check explainability constraints.
sourcepub fn config_file(&self) -> Option<&FileSource>
pub fn config_file(&self) -> Option<&FileSource>
The explainability config file for the model.
source§impl DriftCheckExplainability
impl DriftCheckExplainability
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DriftCheckExplainability
.
Trait Implementations§
source§impl Clone for DriftCheckExplainability
impl Clone for DriftCheckExplainability
source§fn clone(&self) -> DriftCheckExplainability
fn clone(&self) -> DriftCheckExplainability
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 DriftCheckExplainability
impl Debug for DriftCheckExplainability
source§impl PartialEq<DriftCheckExplainability> for DriftCheckExplainability
impl PartialEq<DriftCheckExplainability> for DriftCheckExplainability
source§fn eq(&self, other: &DriftCheckExplainability) -> bool
fn eq(&self, other: &DriftCheckExplainability) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.