Class: Aws::SageMaker::Types::DescribeDeviceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_versionString

Edge Manager agent version.

Returns:

  • (String)


12595
12596
12597
12598
12599
12600
12601
12602
12603
12604
12605
12606
12607
12608
12609
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12595

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

#descriptionString

A description of the device.

Returns:

  • (String)


12595
12596
12597
12598
12599
12600
12601
12602
12603
12604
12605
12606
12607
12608
12609
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12595

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

#device_arnString

The Amazon Resource Name (ARN) of the device.

Returns:

  • (String)


12595
12596
12597
12598
12599
12600
12601
12602
12603
12604
12605
12606
12607
12608
12609
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12595

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

#device_fleet_nameString

The name of the fleet the device belongs to.

Returns:

  • (String)


12595
12596
12597
12598
12599
12600
12601
12602
12603
12604
12605
12606
12607
12608
12609
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12595

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

#device_nameString

The unique identifier of the device.

Returns:

  • (String)


12595
12596
12597
12598
12599
12600
12601
12602
12603
12604
12605
12606
12607
12608
12609
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12595

class DescribeDeviceResponse < Struct.new(
  :device_arn,
  :device_name,
  :description,
  :device_fleet_name,
  :iot_thing_name,
  :registration_time,
  :latest_heartbeat,
  :models,
  :max_models,
  :next_token,
  :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)


12595
12596
12597
12598
12599
12600
12601
12602
12603
12604
12605
12606
12607
12608
12609
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12595

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

#latest_heartbeatTime

The last heartbeat received from the device.

Returns:

  • (Time)


12595
12596
12597
12598
12599
12600
12601
12602
12603
12604
12605
12606
12607
12608
12609
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12595

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

#max_modelsInteger

The maximum number of models.

Returns:

  • (Integer)


12595
12596
12597
12598
12599
12600
12601
12602
12603
12604
12605
12606
12607
12608
12609
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12595

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

#modelsArray<Types::EdgeModel>

Models on the device.

Returns:



12595
12596
12597
12598
12599
12600
12601
12602
12603
12604
12605
12606
12607
12608
12609
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12595

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

#next_tokenString

The response from the last list when returning a list large enough to need tokening.

Returns:

  • (String)


12595
12596
12597
12598
12599
12600
12601
12602
12603
12604
12605
12606
12607
12608
12609
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12595

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

#registration_timeTime

The timestamp of the last registration or de-reregistration.

Returns:

  • (Time)


12595
12596
12597
12598
12599
12600
12601
12602
12603
12604
12605
12606
12607
12608
12609
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12595

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