#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ListModelPackageGroupsInput
Implementations
A filter that returns only model groups created after the specified time.
A filter that returns only model groups created after the specified time.
A filter that returns only model groups created before the specified time.
A filter that returns only model groups created before the specified time.
The maximum number of results to return in the response.
The maximum number of results to return in the response.
A string in the model group name. This filter returns only model groups whose name contains the specified string.
A string in the model group name. This filter returns only model groups whose name contains the specified string.
If the result of the previous ListModelPackageGroups
request was truncated, the response includes a NextToken
. To retrieve the next set of model groups, use the token in the next request.
If the result of the previous ListModelPackageGroups
request was truncated, the response includes a NextToken
. To retrieve the next set of model groups, use the token in the next request.
The field to sort results by. The default is CreationTime
.
The field to sort results by. The default is CreationTime
.
The sort order for results. The default is Ascending
.
The sort order for results. The default is Ascending
.
Consumes the builder and constructs a ListModelPackageGroupsInput
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