Class: Aws::SageMaker::Types::DescribeDeviceRequest

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

#device_fleet_nameString

The name of the fleet the devices belong to.

Returns:

  • (String)


12562
12563
12564
12565
12566
12567
12568
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12562

class DescribeDeviceRequest < Struct.new(
  :next_token,
  :device_name,
  :device_fleet_name)
  SENSITIVE = []
  include Aws::Structure
end

#device_nameString

The unique ID of the device.

Returns:

  • (String)


12562
12563
12564
12565
12566
12567
12568
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12562

class DescribeDeviceRequest < Struct.new(
  :next_token,
  :device_name,
  :device_fleet_name)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Next token of device description.

Returns:

  • (String)


12562
12563
12564
12565
12566
12567
12568
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12562

class DescribeDeviceRequest < Struct.new(
  :next_token,
  :device_name,
  :device_fleet_name)
  SENSITIVE = []
  include Aws::Structure
end