Class: Aws::SageMaker::Types::CreateDeviceFleetRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the fleet.

Returns:

  • (String)


5797
5798
5799
5800
5801
5802
5803
5804
5805
5806
# File 'lib/aws-sdk-sagemaker/types.rb', line 5797

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

#device_fleet_nameString

The name of the fleet that the device belongs to.

Returns:

  • (String)


5797
5798
5799
5800
5801
5802
5803
5804
5805
5806
# File 'lib/aws-sdk-sagemaker/types.rb', line 5797

class CreateDeviceFleetRequest < Struct.new(
  :device_fleet_name,
  :role_arn,
  :description,
  :output_config,
  :tags,
  :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)


5797
5798
5799
5800
5801
5802
5803
5804
5805
5806
# File 'lib/aws-sdk-sagemaker/types.rb', line 5797

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

#output_configTypes::EdgeOutputConfig

The output configuration for storing sample data collected by the fleet.



5797
5798
5799
5800
5801
5802
5803
5804
5805
5806
# File 'lib/aws-sdk-sagemaker/types.rb', line 5797

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

#role_arnString

The Amazon Resource Name (ARN) that has access to Amazon Web Services Internet of Things (IoT).

Returns:

  • (String)


5797
5798
5799
5800
5801
5802
5803
5804
5805
5806
# File 'lib/aws-sdk-sagemaker/types.rb', line 5797

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

#tagsArray<Types::Tag>

Creates tags for the specified fleet.

Returns:



5797
5798
5799
5800
5801
5802
5803
5804
5805
5806
# File 'lib/aws-sdk-sagemaker/types.rb', line 5797

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