Class: Aws::SageMaker::Types::UpdateDevicesRequest

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)


43024
43025
43026
43027
43028
43029
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43024

class UpdateDevicesRequest < Struct.new(
  :device_fleet_name,
  :devices)
  SENSITIVE = []
  include Aws::Structure
end

#devicesArray<Types::Device>

List of devices to register with Edge Manager agent.

Returns:



43024
43025
43026
43027
43028
43029
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43024

class UpdateDevicesRequest < Struct.new(
  :device_fleet_name,
  :devices)
  SENSITIVE = []
  include Aws::Structure
end