Struct aws_sdk_sagemaker::input::list_models_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ListModelsInput
Implementations
Sorts the list of results. The default is CreationTime
.
Sorts the list of results. The default is CreationTime
.
The sort order for results. The default is Descending
.
The sort order for results. The default is Descending
.
If the response to a previous ListModels
request was truncated, the
response includes a NextToken
. To retrieve the next set of models, use the
token in the next request.
If the response to a previous ListModels
request was truncated, the
response includes a NextToken
. To retrieve the next set of models, use the
token in the next request.
The maximum number of models to return in the response.
The maximum number of models to return in the response.
A string in the model name. This filter returns only models whose name contains the specified string.
A string in the model name. This filter returns only models whose name contains the specified string.
A filter that returns only models created before the specified time (timestamp).
A filter that returns only models created before the specified time (timestamp).
A filter that returns only models with a creation time greater than or equal to the specified time (timestamp).
A filter that returns only models with a creation time greater than or equal to the specified time (timestamp).
Consumes the builder and constructs a ListModelsInput
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