Struct aws_sdk_sagemaker::input::list_devices_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ListDevicesInput
Implementations
The response from the last list when returning a list large enough to need tokening.
The response from the last list when returning a list large enough to need tokening.
Maximum number of results to select.
Maximum number of results to select.
Select fleets where the job was updated after X
Select fleets where the job was updated after X
A filter that searches devices that contains this name in any of their models.
A filter that searches devices that contains this name in any of their models.
Filter for fleets containing this name in their device fleet name.
Filter for fleets containing this name in their device fleet name.
Consumes the builder and constructs a ListDevicesInput
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