Struct aws_sdk_sagemaker::output::CreateModelCardOutput
source · #[non_exhaustive]pub struct CreateModelCardOutput { /* private fields */ }
Implementations§
source§impl CreateModelCardOutput
impl CreateModelCardOutput
sourcepub fn model_card_arn(&self) -> Option<&str>
pub fn model_card_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the successfully created model card.
source§impl CreateModelCardOutput
impl CreateModelCardOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateModelCardOutput
.
Trait Implementations§
source§impl Clone for CreateModelCardOutput
impl Clone for CreateModelCardOutput
source§fn clone(&self) -> CreateModelCardOutput
fn clone(&self) -> CreateModelCardOutput
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 CreateModelCardOutput
impl Debug for CreateModelCardOutput
source§impl PartialEq<CreateModelCardOutput> for CreateModelCardOutput
impl PartialEq<CreateModelCardOutput> for CreateModelCardOutput
source§fn eq(&self, other: &CreateModelCardOutput) -> bool
fn eq(&self, other: &CreateModelCardOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.