Struct aws_sdk_sagemaker::output::ListModelCardsOutput
source · #[non_exhaustive]pub struct ListModelCardsOutput { /* private fields */ }
Implementations§
source§impl ListModelCardsOutput
impl ListModelCardsOutput
sourcepub fn model_card_summaries(&self) -> Option<&[ModelCardSummary]>
pub fn model_card_summaries(&self) -> Option<&[ModelCardSummary]>
The summaries of the listed model cards.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If the response is truncated, SageMaker returns this token. To retrieve the next set of model cards, use it in the subsequent request.
source§impl ListModelCardsOutput
impl ListModelCardsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListModelCardsOutput
.
Trait Implementations§
source§impl Clone for ListModelCardsOutput
impl Clone for ListModelCardsOutput
source§fn clone(&self) -> ListModelCardsOutput
fn clone(&self) -> ListModelCardsOutput
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 ListModelCardsOutput
impl Debug for ListModelCardsOutput
source§impl PartialEq<ListModelCardsOutput> for ListModelCardsOutput
impl PartialEq<ListModelCardsOutput> for ListModelCardsOutput
source§fn eq(&self, other: &ListModelCardsOutput) -> bool
fn eq(&self, other: &ListModelCardsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.