#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for ListModelPackageGroupsOutput
Implementations
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.
pub 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.
If the response is truncated, SageMaker returns this token. To retrieve the next set of model groups, use it in the subsequent request.
If the response is truncated, SageMaker returns this token. To retrieve the next set of model groups, use it in the subsequent request.
Consumes the builder and constructs a ListModelPackageGroupsOutput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more