Class: Aws::SageMaker::Types::DeviceStats
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeviceStats
- Defined in:
- gems/aws-sdk-sagemaker/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.
18671 18672 18673 18674 18675 18676 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18671 class DeviceStats < Struct.new( :connected_device_count, :registered_device_count) SENSITIVE = [] include Aws::Structure end |
#registered_device_count ⇒ Integer
The number of registered devices.
18671 18672 18673 18674 18675 18676 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18671 class DeviceStats < Struct.new( :connected_device_count, :registered_device_count) SENSITIVE = [] include Aws::Structure end |