#[non_exhaustive]pub struct BatchDescribeModelPackageOutput { /* private fields */ }
Implementations§
source§impl BatchDescribeModelPackageOutput
impl BatchDescribeModelPackageOutput
sourcepub fn model_package_summaries(
&self
) -> Option<&HashMap<String, BatchDescribeModelPackageSummary>>
pub fn model_package_summaries(
&self
) -> Option<&HashMap<String, BatchDescribeModelPackageSummary>>
The summaries for the model package versions
sourcepub fn batch_describe_model_package_error_map(
&self
) -> Option<&HashMap<String, BatchDescribeModelPackageError>>
pub fn batch_describe_model_package_error_map(
&self
) -> Option<&HashMap<String, BatchDescribeModelPackageError>>
A map of the resource and BatchDescribeModelPackageError objects reporting the error associated with describing the model package.
source§impl BatchDescribeModelPackageOutput
impl BatchDescribeModelPackageOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchDescribeModelPackageOutput
.
Trait Implementations§
source§impl Clone for BatchDescribeModelPackageOutput
impl Clone for BatchDescribeModelPackageOutput
source§fn clone(&self) -> BatchDescribeModelPackageOutput
fn clone(&self) -> BatchDescribeModelPackageOutput
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 PartialEq<BatchDescribeModelPackageOutput> for BatchDescribeModelPackageOutput
impl PartialEq<BatchDescribeModelPackageOutput> for BatchDescribeModelPackageOutput
source§fn eq(&self, other: &BatchDescribeModelPackageOutput) -> bool
fn eq(&self, other: &BatchDescribeModelPackageOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.