Class: Aws::SageMaker::Types::CreateDeviceFleetRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::CreateDeviceFleetRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A description of the fleet.
 - 
  
    
      #device_fleet_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the fleet that the device belongs to.
 - 
  
    
      #enable_iot_role_alias  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Whether to create an Amazon Web Services IoT Role Alias during device fleet creation.
 - 
  
    
      #output_config  ⇒ Types::EdgeOutputConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The output configuration for storing sample data collected by the fleet.
 - 
  
    
      #role_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) that has access to Amazon Web Services Internet of Things (IoT).
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Creates tags for the specified fleet.
 
Instance Attribute Details
#description ⇒ String
A description of the fleet.
      6080 6081 6082 6083 6084 6085 6086 6087 6088 6089  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 6080 class CreateDeviceFleetRequest < Struct.new( :device_fleet_name, :role_arn, :description, :output_config, :tags, :enable_iot_role_alias) SENSITIVE = [] include Aws::Structure end  | 
  
#device_fleet_name ⇒ String
The name of the fleet that the device belongs to.
      6080 6081 6082 6083 6084 6085 6086 6087 6088 6089  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 6080 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_alias ⇒ Boolean
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”.
      6080 6081 6082 6083 6084 6085 6086 6087 6088 6089  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 6080 class CreateDeviceFleetRequest < Struct.new( :device_fleet_name, :role_arn, :description, :output_config, :tags, :enable_iot_role_alias) SENSITIVE = [] include Aws::Structure end  | 
  
#output_config ⇒ Types::EdgeOutputConfig
The output configuration for storing sample data collected by the fleet.
      6080 6081 6082 6083 6084 6085 6086 6087 6088 6089  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 6080 class CreateDeviceFleetRequest < Struct.new( :device_fleet_name, :role_arn, :description, :output_config, :tags, :enable_iot_role_alias) SENSITIVE = [] include Aws::Structure end  | 
  
#role_arn ⇒ String
The Amazon Resource Name (ARN) that has access to Amazon Web Services Internet of Things (IoT).
      6080 6081 6082 6083 6084 6085 6086 6087 6088 6089  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 6080 class CreateDeviceFleetRequest < Struct.new( :device_fleet_name, :role_arn, :description, :output_config, :tags, :enable_iot_role_alias) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
Creates tags for the specified fleet.
      6080 6081 6082 6083 6084 6085 6086 6087 6088 6089  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 6080 class CreateDeviceFleetRequest < Struct.new( :device_fleet_name, :role_arn, :description, :output_config, :tags, :enable_iot_role_alias) SENSITIVE = [] include Aws::Structure end  |