Struct aws_sdk_sagemaker::types::builders::ModelMetricsBuilder
source · #[non_exhaustive]pub struct ModelMetricsBuilder { /* private fields */ }
Expand description
A builder for ModelMetrics
.
Implementations§
source§impl ModelMetricsBuilder
impl ModelMetricsBuilder
sourcepub fn model_quality(self, input: ModelQuality) -> Self
pub fn model_quality(self, input: ModelQuality) -> Self
Metrics that measure the quality of a model.
sourcepub fn set_model_quality(self, input: Option<ModelQuality>) -> Self
pub fn set_model_quality(self, input: Option<ModelQuality>) -> Self
Metrics that measure the quality of a model.
sourcepub fn get_model_quality(&self) -> &Option<ModelQuality>
pub fn get_model_quality(&self) -> &Option<ModelQuality>
Metrics that measure the quality of a model.
sourcepub fn model_data_quality(self, input: ModelDataQuality) -> Self
pub fn model_data_quality(self, input: ModelDataQuality) -> Self
Metrics that measure the quality of the input data for a model.
sourcepub fn set_model_data_quality(self, input: Option<ModelDataQuality>) -> Self
pub fn set_model_data_quality(self, input: Option<ModelDataQuality>) -> Self
Metrics that measure the quality of the input data for a model.
sourcepub fn get_model_data_quality(&self) -> &Option<ModelDataQuality>
pub fn get_model_data_quality(&self) -> &Option<ModelDataQuality>
Metrics that measure the quality of the input data for a model.
sourcepub fn explainability(self, input: Explainability) -> Self
pub fn explainability(self, input: Explainability) -> Self
Metrics that help explain a model.
sourcepub fn set_explainability(self, input: Option<Explainability>) -> Self
pub fn set_explainability(self, input: Option<Explainability>) -> Self
Metrics that help explain a model.
sourcepub fn get_explainability(&self) -> &Option<Explainability>
pub fn get_explainability(&self) -> &Option<Explainability>
Metrics that help explain a model.
sourcepub fn build(self) -> ModelMetrics
pub fn build(self) -> ModelMetrics
Consumes the builder and constructs a ModelMetrics
.
Trait Implementations§
source§impl Clone for ModelMetricsBuilder
impl Clone for ModelMetricsBuilder
source§fn clone(&self) -> ModelMetricsBuilder
fn clone(&self) -> ModelMetricsBuilder
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 ModelMetricsBuilder
impl Debug for ModelMetricsBuilder
source§impl Default for ModelMetricsBuilder
impl Default for ModelMetricsBuilder
source§fn default() -> ModelMetricsBuilder
fn default() -> ModelMetricsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ModelMetricsBuilder
impl PartialEq for ModelMetricsBuilder
source§fn eq(&self, other: &ModelMetricsBuilder) -> bool
fn eq(&self, other: &ModelMetricsBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ModelMetricsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ModelMetricsBuilder
impl Send for ModelMetricsBuilder
impl Sync for ModelMetricsBuilder
impl Unpin for ModelMetricsBuilder
impl UnwindSafe for ModelMetricsBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.