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)


12576
12577
12578
12579
12580
12581
12582
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12576

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)


12576
12577
12578
12579
12580
12581
12582
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12576

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)


12576
12577
12578
12579
12580
12581
12582
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12576

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