Class: Aws::SageMaker::Types::DeviceStats
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeviceStats
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Status of devices.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connected_device_count ⇒ Integer
The number of devices connected with a heartbeat.
-
#registered_device_count ⇒ Integer
The number of registered devices.
Instance Attribute Details
#connected_device_count ⇒ Integer
The number of devices connected with a heartbeat.
18640 18641 18642 18643 18644 18645 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 18640 class DeviceStats < Struct.new( :connected_device_count, :registered_device_count) SENSITIVE = [] include Aws::Structure end |
#registered_device_count ⇒ Integer
The number of registered devices.
18640 18641 18642 18643 18644 18645 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 18640 class DeviceStats < Struct.new( :connected_device_count, :registered_device_count) SENSITIVE = [] include Aws::Structure end |