#[non_exhaustive]pub struct ListModelPackageGroupsOutput { /* private fields */ }
Implementations§
source§impl ListModelPackageGroupsOutput
impl ListModelPackageGroupsOutput
sourcepub fn model_package_group_summary_list(
&self
) -> Option<&[ModelPackageGroupSummary]>
pub fn model_package_group_summary_list(
&self
) -> Option<&[ModelPackageGroupSummary]>
A list of summaries of the model groups in your Amazon Web Services account.
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 groups, use it in the subsequent request.
source§impl ListModelPackageGroupsOutput
impl ListModelPackageGroupsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListModelPackageGroupsOutput
.
Trait Implementations§
source§impl Clone for ListModelPackageGroupsOutput
impl Clone for ListModelPackageGroupsOutput
source§fn clone(&self) -> ListModelPackageGroupsOutput
fn clone(&self) -> ListModelPackageGroupsOutput
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 ListModelPackageGroupsOutput
impl Debug for ListModelPackageGroupsOutput
source§impl PartialEq<ListModelPackageGroupsOutput> for ListModelPackageGroupsOutput
impl PartialEq<ListModelPackageGroupsOutput> for ListModelPackageGroupsOutput
source§fn eq(&self, other: &ListModelPackageGroupsOutput) -> bool
fn eq(&self, other: &ListModelPackageGroupsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.