#[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() -> Builder
pub fn builder() -> Builder
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 ==
.