Struct aws_sdk_sagemaker::operation::batch_describe_model_package::BatchDescribeModelPackageInput
source · #[non_exhaustive]pub struct BatchDescribeModelPackageInput { /* private fields */ }
Implementations§
source§impl BatchDescribeModelPackageInput
impl BatchDescribeModelPackageInput
sourcepub fn model_package_arn_list(&self) -> Option<&[String]>
pub fn model_package_arn_list(&self) -> Option<&[String]>
The list of Amazon Resource Name (ARN) of the model package groups.
source§impl BatchDescribeModelPackageInput
impl BatchDescribeModelPackageInput
sourcepub fn builder() -> BatchDescribeModelPackageInputBuilder
pub fn builder() -> BatchDescribeModelPackageInputBuilder
Creates a new builder-style object to manufacture BatchDescribeModelPackageInput
.
source§impl BatchDescribeModelPackageInput
impl BatchDescribeModelPackageInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchDescribeModelPackage, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<BatchDescribeModelPackage, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BatchDescribeModelPackage
>
Trait Implementations§
source§impl Clone for BatchDescribeModelPackageInput
impl Clone for BatchDescribeModelPackageInput
source§fn clone(&self) -> BatchDescribeModelPackageInput
fn clone(&self) -> BatchDescribeModelPackageInput
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<BatchDescribeModelPackageInput> for BatchDescribeModelPackageInput
impl PartialEq<BatchDescribeModelPackageInput> for BatchDescribeModelPackageInput
source§fn eq(&self, other: &BatchDescribeModelPackageInput) -> bool
fn eq(&self, other: &BatchDescribeModelPackageInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for BatchDescribeModelPackageInput
Auto Trait Implementations§
impl RefUnwindSafe for BatchDescribeModelPackageInput
impl Send for BatchDescribeModelPackageInput
impl Sync for BatchDescribeModelPackageInput
impl Unpin for BatchDescribeModelPackageInput
impl UnwindSafe for BatchDescribeModelPackageInput
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