Struct aws_sdk_sagemaker::operation::list_model_package_groups::builders::ListModelPackageGroupsOutputBuilder
source · #[non_exhaustive]pub struct ListModelPackageGroupsOutputBuilder { /* private fields */ }
Expand description
A builder for ListModelPackageGroupsOutput
.
Implementations§
source§impl ListModelPackageGroupsOutputBuilder
impl ListModelPackageGroupsOutputBuilder
sourcepub fn model_package_group_summary_list(
self,
input: ModelPackageGroupSummary
) -> Self
pub fn model_package_group_summary_list( self, input: ModelPackageGroupSummary ) -> Self
Appends an item to model_package_group_summary_list
.
To override the contents of this collection use set_model_package_group_summary_list
.
A list of summaries of the model groups in your Amazon Web Services account.
sourcepub fn set_model_package_group_summary_list(
self,
input: Option<Vec<ModelPackageGroupSummary>>
) -> Self
pub fn set_model_package_group_summary_list( self, input: Option<Vec<ModelPackageGroupSummary>> ) -> Self
A list of summaries of the model groups in your Amazon Web Services account.
sourcepub fn get_model_package_group_summary_list(
&self
) -> &Option<Vec<ModelPackageGroupSummary>>
pub fn get_model_package_group_summary_list( &self ) -> &Option<Vec<ModelPackageGroupSummary>>
A list of summaries of the model groups in your Amazon Web Services account.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
If the response is truncated, SageMaker returns this token. To retrieve the next set of model groups, use it in the subsequent request.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
If the response is truncated, SageMaker returns this token. To retrieve the next set of model groups, use it in the subsequent request.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
If the response is truncated, SageMaker returns this token. To retrieve the next set of model groups, use it in the subsequent request.
sourcepub fn build(self) -> ListModelPackageGroupsOutput
pub fn build(self) -> ListModelPackageGroupsOutput
Consumes the builder and constructs a ListModelPackageGroupsOutput
.
Trait Implementations§
source§impl Clone for ListModelPackageGroupsOutputBuilder
impl Clone for ListModelPackageGroupsOutputBuilder
source§fn clone(&self) -> ListModelPackageGroupsOutputBuilder
fn clone(&self) -> ListModelPackageGroupsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for ListModelPackageGroupsOutputBuilder
impl Default for ListModelPackageGroupsOutputBuilder
source§fn default() -> ListModelPackageGroupsOutputBuilder
fn default() -> ListModelPackageGroupsOutputBuilder
source§impl PartialEq for ListModelPackageGroupsOutputBuilder
impl PartialEq for ListModelPackageGroupsOutputBuilder
source§fn eq(&self, other: &ListModelPackageGroupsOutputBuilder) -> bool
fn eq(&self, other: &ListModelPackageGroupsOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.