Struct aws_sdk_sagemaker::input::list_projects_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ListProjectsInput
Implementations
A filter that returns the projects that were created after a specified time.
A filter that returns the projects that were created after a specified time.
A filter that returns the projects that were created before a specified time.
A filter that returns the projects that were created before a specified time.
The maximum number of projects to return in the response.
The maximum number of projects to return in the response.
A filter that returns the projects whose name contains a specified string.
A filter that returns the projects whose name contains a specified string.
If the result of the previous ListProjects
request was truncated,
the response includes a NextToken
. To retrieve the next set of projects, use the token in the next request.
If the result of the previous ListProjects
request was truncated,
the response includes a NextToken
. To retrieve the next set of projects, use the token in the next request.
The field by which to sort results. The default is CreationTime
.
The field by which to sort results. 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 ListProjectsInput
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