Class: Aws::SageMaker::Types::DeviceStats

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Status of devices.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connected_device_countInteger

The number of devices connected with a heartbeat.

Returns:

  • (Integer)


17483
17484
17485
17486
17487
17488
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17483

class DeviceStats < Struct.new(
  :connected_device_count,
  :registered_device_count)
  SENSITIVE = []
  include Aws::Structure
end

#registered_device_countInteger

The number of registered devices.

Returns:

  • (Integer)


17483
17484
17485
17486
17487
17488
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17483

class DeviceStats < Struct.new(
  :connected_device_count,
  :registered_device_count)
  SENSITIVE = []
  include Aws::Structure
end