Struct aws_sdk_sagemaker::model::device_stats::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DeviceStats
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn connected_device_count(self, input: i64) -> Self
pub fn connected_device_count(self, input: i64) -> Self
The number of devices connected with a heartbeat.
sourcepub fn set_connected_device_count(self, input: Option<i64>) -> Self
pub fn set_connected_device_count(self, input: Option<i64>) -> Self
The number of devices connected with a heartbeat.
sourcepub fn registered_device_count(self, input: i64) -> Self
pub fn registered_device_count(self, input: i64) -> Self
The number of registered devices.
sourcepub fn set_registered_device_count(self, input: Option<i64>) -> Self
pub fn set_registered_device_count(self, input: Option<i64>) -> Self
The number of registered devices.
sourcepub fn build(self) -> DeviceStats
pub fn build(self) -> DeviceStats
Consumes the builder and constructs a DeviceStats
.