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)


18508
18509
18510
18511
18512
18513
18514
18515
18516
18517
18518
18519
18520
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18508

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)


18508
18509
18510
18511
18512
18513
18514
18515
18516
18517
18518
18519
18520
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18508

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)


18508
18509
18510
18511
18512
18513
18514
18515
18516
18517
18518
18519
18520
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18508

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)


18508
18509
18510
18511
18512
18513
18514
18515
18516
18517
18518
18519
18520
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18508

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)


18508
18509
18510
18511
18512
18513
18514
18515
18516
18517
18518
18519
18520
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18508

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)


18508
18509
18510
18511
18512
18513
18514
18515
18516
18517
18518
18519
18520
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18508

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)


18508
18509
18510
18511
18512
18513
18514
18515
18516
18517
18518
18519
18520
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18508

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:



18508
18509
18510
18511
18512
18513
18514
18515
18516
18517
18518
18519
18520
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18508

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)


18508
18509
18510
18511
18512
18513
18514
18515
18516
18517
18518
18519
18520
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18508

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