#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for BatchDescribeModelPackageOutput
Implementations
pub fn model_package_summaries(
self,
k: impl Into<String>,
v: BatchDescribeModelPackageSummary
) -> Self
pub fn model_package_summaries(
self,
k: impl Into<String>,
v: BatchDescribeModelPackageSummary
) -> Self
Adds a key-value pair to model_package_summaries.
To override the contents of this collection use set_model_package_summaries.
The summaries for the model package versions
pub fn set_model_package_summaries(
self,
input: Option<HashMap<String, BatchDescribeModelPackageSummary>>
) -> Self
pub fn set_model_package_summaries(
self,
input: Option<HashMap<String, BatchDescribeModelPackageSummary>>
) -> Self
The summaries for the model package versions
pub fn batch_describe_model_package_error_map(
self,
k: impl Into<String>,
v: BatchDescribeModelPackageError
) -> Self
pub fn batch_describe_model_package_error_map(
self,
k: impl Into<String>,
v: BatchDescribeModelPackageError
) -> Self
Adds a key-value pair to batch_describe_model_package_error_map.
To override the contents of this collection use set_batch_describe_model_package_error_map.
A map of the resource and BatchDescribeModelPackageError objects reporting the error associated with describing the model package.
pub fn set_batch_describe_model_package_error_map(
self,
input: Option<HashMap<String, BatchDescribeModelPackageError>>
) -> Self
pub fn set_batch_describe_model_package_error_map(
self,
input: Option<HashMap<String, BatchDescribeModelPackageError>>
) -> Self
A map of the resource and BatchDescribeModelPackageError objects reporting the error associated with describing the model package.
Consumes the builder and constructs a BatchDescribeModelPackageOutput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more