Struct aws_sdk_sagemaker::model::ModelSummary
source · [−]#[non_exhaustive]pub struct ModelSummary { /* private fields */ }Expand description
Provides summary information about a model.
Implementations
sourceimpl ModelSummary
impl ModelSummary
sourceimpl ModelSummary
impl ModelSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModelSummary.
Trait Implementations
sourceimpl Clone for ModelSummary
impl Clone for ModelSummary
sourcefn clone(&self) -> ModelSummary
fn clone(&self) -> ModelSummary
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ModelSummary
impl Debug for ModelSummary
sourceimpl PartialEq<ModelSummary> for ModelSummary
impl PartialEq<ModelSummary> for ModelSummary
sourcefn eq(&self, other: &ModelSummary) -> bool
fn eq(&self, other: &ModelSummary) -> bool
impl StructuralPartialEq for ModelSummary
Auto Trait Implementations
impl RefUnwindSafe for ModelSummary
impl Send for ModelSummary
impl Sync for ModelSummary
impl Unpin for ModelSummary
impl UnwindSafe for ModelSummary
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more