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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


17554
17555
17556
17557
17558
17559
17560
17561
17562
17563
17564
17565
17566
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17554

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)


17554
17555
17556
17557
17558
17559
17560
17561
17562
17563
17564
17565
17566
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17554

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)


17554
17555
17556
17557
17558
17559
17560
17561
17562
17563
17564
17565
17566
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17554

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)


17554
17555
17556
17557
17558
17559
17560
17561
17562
17563
17564
17565
17566
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17554

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)


17554
17555
17556
17557
17558
17559
17560
17561
17562
17563
17564
17565
17566
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17554

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)


17554
17555
17556
17557
17558
17559
17560
17561
17562
17563
17564
17565
17566
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17554

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)


17554
17555
17556
17557
17558
17559
17560
17561
17562
17563
17564
17565
17566
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17554

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:



17554
17555
17556
17557
17558
17559
17560
17561
17562
17563
17564
17565
17566
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17554

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)


17554
17555
17556
17557
17558
17559
17560
17561
17562
17563
17564
17565
17566
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17554

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