Struct aws_sdk_sagemaker::model::device_summary::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for DeviceSummary
Implementations
The unique identifier of the device.
The unique identifier of the device.
Amazon Resource Name (ARN) of the device.
Amazon Resource Name (ARN) of the device.
A description of the device.
A description of the device.
The name of the fleet the device belongs to.
The name of the fleet the device belongs to.
The Amazon Web Services Internet of Things (IoT) object thing name associated with the device..
The Amazon Web Services Internet of Things (IoT) object thing name associated with the device..
The timestamp of the last registration or de-reregistration.
The timestamp of the last registration or de-reregistration.
The last heartbeat received from the device.
The last heartbeat received from the device.
Appends an item to models
.
To override the contents of this collection use set_models
.
Models on the device.
Models on the device.
Edge Manager agent version.
Edge Manager agent version.
Consumes the builder and constructs a DeviceSummary
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