Class: Aws::SageMaker::Types::UpdateDeviceFleetRequest

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

#descriptionString

Description of the fleet.

Returns:

  • (String)


43066
43067
43068
43069
43070
43071
43072
43073
43074
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43066

class UpdateDeviceFleetRequest < Struct.new(
  :device_fleet_name,
  :role_arn,
  :description,
  :output_config,
  :enable_iot_role_alias)
  SENSITIVE = []
  include Aws::Structure
end

#device_fleet_nameString

The name of the fleet.

Returns:

  • (String)


43066
43067
43068
43069
43070
43071
43072
43073
43074
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43066

class UpdateDeviceFleetRequest < Struct.new(
  :device_fleet_name,
  :role_arn,
  :description,
  :output_config,
  :enable_iot_role_alias)
  SENSITIVE = []
  include Aws::Structure
end

#enable_iot_role_aliasBoolean

Whether to create an Amazon Web Services IoT Role Alias during device fleet creation. The name of the role alias generated will match this pattern: "SageMakerEdge-{DeviceFleetName\}".

For example, if your device fleet is called "demo-fleet", the name of the role alias will be "SageMakerEdge-demo-fleet".

Returns:

  • (Boolean)


43066
43067
43068
43069
43070
43071
43072
43073
43074
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43066

class UpdateDeviceFleetRequest < Struct.new(
  :device_fleet_name,
  :role_arn,
  :description,
  :output_config,
  :enable_iot_role_alias)
  SENSITIVE = []
  include Aws::Structure
end

#output_configTypes::EdgeOutputConfig

Output configuration for storing sample data collected by the fleet.



43066
43067
43068
43069
43070
43071
43072
43073
43074
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43066

class UpdateDeviceFleetRequest < Struct.new(
  :device_fleet_name,
  :role_arn,
  :description,
  :output_config,
  :enable_iot_role_alias)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of the device.

Returns:

  • (String)


43066
43067
43068
43069
43070
43071
43072
43073
43074
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43066

class UpdateDeviceFleetRequest < Struct.new(
  :device_fleet_name,
  :role_arn,
  :description,
  :output_config,
  :enable_iot_role_alias)
  SENSITIVE = []
  include Aws::Structure
end