Class: Aws::SageMaker::Types::DeviceSummary

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

Overview

Summary of the device.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_versionString

Edge Manager agent version.

Returns:

  • (String)


17560
17561
17562
17563
17564
17565
17566
17567
17568
17569
17570
17571
17572
# File 'lib/aws-sdk-sagemaker/types.rb', line 17560

class DeviceSummary < Struct.new(
  :device_name,
  :device_arn,
  :description,
  :device_fleet_name,
  :iot_thing_name,
  :registration_time,
  :latest_heartbeat,
  :models,
  :agent_version)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the device.

Returns:

  • (String)


17560
17561
17562
17563
17564
17565
17566
17567
17568
17569
17570
17571
17572
# File 'lib/aws-sdk-sagemaker/types.rb', line 17560

class DeviceSummary < Struct.new(
  :device_name,
  :device_arn,
  :description,
  :device_fleet_name,
  :iot_thing_name,
  :registration_time,
  :latest_heartbeat,
  :models,
  :agent_version)
  SENSITIVE = []
  include Aws::Structure
end

#device_arnString

Amazon Resource Name (ARN) of the device.

Returns:

  • (String)


17560
17561
17562
17563
17564
17565
17566
17567
17568
17569
17570
17571
17572
# File 'lib/aws-sdk-sagemaker/types.rb', line 17560

class DeviceSummary < Struct.new(
  :device_name,
  :device_arn,
  :description,
  :device_fleet_name,
  :iot_thing_name,
  :registration_time,
  :latest_heartbeat,
  :models,
  :agent_version)
  SENSITIVE = []
  include Aws::Structure
end

#device_fleet_nameString

The name of the fleet the device belongs to.

Returns:

  • (String)


17560
17561
17562
17563
17564
17565
17566
17567
17568
17569
17570
17571
17572
# File 'lib/aws-sdk-sagemaker/types.rb', line 17560

class DeviceSummary < Struct.new(
  :device_name,
  :device_arn,
  :description,
  :device_fleet_name,
  :iot_thing_name,
  :registration_time,
  :latest_heartbeat,
  :models,
  :agent_version)
  SENSITIVE = []
  include Aws::Structure
end

#device_nameString

The unique identifier of the device.

Returns:

  • (String)


17560
17561
17562
17563
17564
17565
17566
17567
17568
17569
17570
17571
17572
# File 'lib/aws-sdk-sagemaker/types.rb', line 17560

class DeviceSummary < Struct.new(
  :device_name,
  :device_arn,
  :description,
  :device_fleet_name,
  :iot_thing_name,
  :registration_time,
  :latest_heartbeat,
  :models,
  :agent_version)
  SENSITIVE = []
  include Aws::Structure
end

#iot_thing_nameString

The Amazon Web Services Internet of Things (IoT) object thing name associated with the device..

Returns:

  • (String)


17560
17561
17562
17563
17564
17565
17566
17567
17568
17569
17570
17571
17572
# File 'lib/aws-sdk-sagemaker/types.rb', line 17560

class DeviceSummary < Struct.new(
  :device_name,
  :device_arn,
  :description,
  :device_fleet_name,
  :iot_thing_name,
  :registration_time,
  :latest_heartbeat,
  :models,
  :agent_version)
  SENSITIVE = []
  include Aws::Structure
end

#latest_heartbeatTime

The last heartbeat received from the device.

Returns:

  • (Time)


17560
17561
17562
17563
17564
17565
17566
17567
17568
17569
17570
17571
17572
# File 'lib/aws-sdk-sagemaker/types.rb', line 17560

class DeviceSummary < Struct.new(
  :device_name,
  :device_arn,
  :description,
  :device_fleet_name,
  :iot_thing_name,
  :registration_time,
  :latest_heartbeat,
  :models,
  :agent_version)
  SENSITIVE = []
  include Aws::Structure
end

#modelsArray<Types::EdgeModelSummary>

Models on the device.

Returns:



17560
17561
17562
17563
17564
17565
17566
17567
17568
17569
17570
17571
17572
# File 'lib/aws-sdk-sagemaker/types.rb', line 17560

class DeviceSummary < Struct.new(
  :device_name,
  :device_arn,
  :description,
  :device_fleet_name,
  :iot_thing_name,
  :registration_time,
  :latest_heartbeat,
  :models,
  :agent_version)
  SENSITIVE = []
  include Aws::Structure
end

#registration_timeTime

The timestamp of the last registration or de-reregistration.

Returns:

  • (Time)


17560
17561
17562
17563
17564
17565
17566
17567
17568
17569
17570
17571
17572
# File 'lib/aws-sdk-sagemaker/types.rb', line 17560

class DeviceSummary < Struct.new(
  :device_name,
  :device_arn,
  :description,
  :device_fleet_name,
  :iot_thing_name,
  :registration_time,
  :latest_heartbeat,
  :models,
  :agent_version)
  SENSITIVE = []
  include Aws::Structure
end