#[non_exhaustive]pub struct DescribeModelCardInput { /* private fields */ }
Implementations§
source§impl DescribeModelCardInput
impl DescribeModelCardInput
sourcepub fn model_card_name(&self) -> Option<&str>
pub fn model_card_name(&self) -> Option<&str>
The name of the model card to describe.
sourcepub fn model_card_version(&self) -> Option<i32>
pub fn model_card_version(&self) -> Option<i32>
The version of the model card to describe. If a version is not provided, then the latest version of the model card is described.
source§impl DescribeModelCardInput
impl DescribeModelCardInput
sourcepub fn builder() -> DescribeModelCardInputBuilder
pub fn builder() -> DescribeModelCardInputBuilder
Creates a new builder-style object to manufacture DescribeModelCardInput
.
source§impl DescribeModelCardInput
impl DescribeModelCardInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeModelCard, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DescribeModelCard, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeModelCard
>
Trait Implementations§
source§impl Clone for DescribeModelCardInput
impl Clone for DescribeModelCardInput
source§fn clone(&self) -> DescribeModelCardInput
fn clone(&self) -> DescribeModelCardInput
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 DescribeModelCardInput
impl Debug for DescribeModelCardInput
source§impl PartialEq<DescribeModelCardInput> for DescribeModelCardInput
impl PartialEq<DescribeModelCardInput> for DescribeModelCardInput
source§fn eq(&self, other: &DescribeModelCardInput) -> bool
fn eq(&self, other: &DescribeModelCardInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.