Class: Aws::SageMaker::Types::UpdateDeviceFleetRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::UpdateDeviceFleetRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Description of the fleet.
 - 
  
    
      #device_fleet_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the fleet.
 - 
  
    
      #enable_iot_role_alias  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Whether to create an Amazon Web Services IoT Role Alias during device fleet creation.
 - 
  
    
      #output_config  ⇒ Types::EdgeOutputConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Output configuration for storing sample data collected by the fleet.
 - 
  
    
      #role_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the device.
 
Instance Attribute Details
#description ⇒ String
Description of the fleet.
      47611 47612 47613 47614 47615 47616 47617 47618 47619  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 47611 class UpdateDeviceFleetRequest < Struct.new( :device_fleet_name, :role_arn, :description, :output_config, :enable_iot_role_alias) SENSITIVE = [] include Aws::Structure end  | 
  
#device_fleet_name ⇒ String
The name of the fleet.
      47611 47612 47613 47614 47615 47616 47617 47618 47619  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 47611 class UpdateDeviceFleetRequest < Struct.new( :device_fleet_name, :role_arn, :description, :output_config, :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”.
      47611 47612 47613 47614 47615 47616 47617 47618 47619  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 47611 class UpdateDeviceFleetRequest < Struct.new( :device_fleet_name, :role_arn, :description, :output_config, :enable_iot_role_alias) SENSITIVE = [] include Aws::Structure end  | 
  
#output_config ⇒ Types::EdgeOutputConfig
Output configuration for storing sample data collected by the fleet.
      47611 47612 47613 47614 47615 47616 47617 47618 47619  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 47611 class UpdateDeviceFleetRequest < Struct.new( :device_fleet_name, :role_arn, :description, :output_config, :enable_iot_role_alias) SENSITIVE = [] include Aws::Structure end  | 
  
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the device.
      47611 47612 47613 47614 47615 47616 47617 47618 47619  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 47611 class UpdateDeviceFleetRequest < Struct.new( :device_fleet_name, :role_arn, :description, :output_config, :enable_iot_role_alias) SENSITIVE = [] include Aws::Structure end  |