Struct aws_sdk_sagemaker::input::list_algorithms_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ListAlgorithmsInput
Implementations
A filter that returns only algorithms created after the specified time (timestamp).
A filter that returns only algorithms created after the specified time (timestamp).
A filter that returns only algorithms created before the specified time (timestamp).
A filter that returns only algorithms created before the specified time (timestamp).
The maximum number of algorithms to return in the response.
The maximum number of algorithms to return in the response.
A string in the algorithm name. This filter returns only algorithms whose name contains the specified string.
A string in the algorithm name. This filter returns only algorithms whose name contains the specified string.
If the response to a previous ListAlgorithms
request was truncated, the
response includes a NextToken
. To retrieve the next set of algorithms, use
the token in the next request.
If the response to a previous ListAlgorithms
request was truncated, the
response includes a NextToken
. To retrieve the next set of algorithms, use
the token in the next request.
The parameter by which to sort the results. The default is
CreationTime
.
The parameter by which to sort the results. The default is
CreationTime
.
The sort order for the results. The default is Ascending
.
The sort order for the results. The default is Ascending
.
Consumes the builder and constructs a ListAlgorithmsInput
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