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)


23057
23058
23059
23060
23061
23062
23063
23064
23065
23066
23067
23068
23069
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23057

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)


23057
23058
23059
23060
23061
23062
23063
23064
23065
23066
23067
23068
23069
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23057

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)


23057
23058
23059
23060
23061
23062
23063
23064
23065
23066
23067
23068
23069
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23057

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)


23057
23058
23059
23060
23061
23062
23063
23064
23065
23066
23067
23068
23069
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23057

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)


23057
23058
23059
23060
23061
23062
23063
23064
23065
23066
23067
23068
23069
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23057

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)


23057
23058
23059
23060
23061
23062
23063
23064
23065
23066
23067
23068
23069
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23057

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)


23057
23058
23059
23060
23061
23062
23063
23064
23065
23066
23067
23068
23069
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23057

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:



23057
23058
23059
23060
23061
23062
23063
23064
23065
23066
23067
23068
23069
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23057

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)


23057
23058
23059
23060
23061
23062
23063
23064
23065
23066
23067
23068
23069
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23057

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