#[non_exhaustive]pub struct DescribeMlModelsOutput { /* private fields */ }
Expand description
Represents the output of a DescribeMLModels
operation. The content is essentially a list of MLModel
.
Implementations§
source§impl DescribeMlModelsOutput
impl DescribeMlModelsOutput
sourcepub fn builder() -> DescribeMlModelsOutputBuilder
pub fn builder() -> DescribeMlModelsOutputBuilder
Creates a new builder-style object to manufacture DescribeMlModelsOutput
.
Trait Implementations§
source§impl Clone for DescribeMlModelsOutput
impl Clone for DescribeMlModelsOutput
source§fn clone(&self) -> DescribeMlModelsOutput
fn clone(&self) -> DescribeMlModelsOutput
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 DescribeMlModelsOutput
impl Debug for DescribeMlModelsOutput
source§impl PartialEq<DescribeMlModelsOutput> for DescribeMlModelsOutput
impl PartialEq<DescribeMlModelsOutput> for DescribeMlModelsOutput
source§fn eq(&self, other: &DescribeMlModelsOutput) -> bool
fn eq(&self, other: &DescribeMlModelsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeMlModelsOutput
impl RequestId for DescribeMlModelsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for DescribeMlModelsOutput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeMlModelsOutput
impl Send for DescribeMlModelsOutput
impl Sync for DescribeMlModelsOutput
impl Unpin for DescribeMlModelsOutput
impl UnwindSafe for DescribeMlModelsOutput
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