Struct aws_sdk_sagemaker::output::ListFeatureGroupsOutput
source · #[non_exhaustive]pub struct ListFeatureGroupsOutput { /* private fields */ }
Implementations§
source§impl ListFeatureGroupsOutput
impl ListFeatureGroupsOutput
sourcepub fn feature_group_summaries(&self) -> Option<&[FeatureGroupSummary]>
pub fn feature_group_summaries(&self) -> Option<&[FeatureGroupSummary]>
A summary of feature groups.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token to resume pagination of ListFeatureGroups
results.
source§impl ListFeatureGroupsOutput
impl ListFeatureGroupsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListFeatureGroupsOutput
.
Trait Implementations§
source§impl Clone for ListFeatureGroupsOutput
impl Clone for ListFeatureGroupsOutput
source§fn clone(&self) -> ListFeatureGroupsOutput
fn clone(&self) -> ListFeatureGroupsOutput
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 ListFeatureGroupsOutput
impl Debug for ListFeatureGroupsOutput
source§impl PartialEq<ListFeatureGroupsOutput> for ListFeatureGroupsOutput
impl PartialEq<ListFeatureGroupsOutput> for ListFeatureGroupsOutput
source§fn eq(&self, other: &ListFeatureGroupsOutput) -> bool
fn eq(&self, other: &ListFeatureGroupsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.