Class: Aws::SageMaker::Types::GetDeviceFleetReportResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::GetDeviceFleetReportResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #agent_versions  ⇒ Array<Types::AgentVersion> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The versions of Edge Manager agent deployed on the fleet.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Description of the fleet.
 - 
  
    
      #device_fleet_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the device.
 - 
  
    
      #device_fleet_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the fleet.
 - 
  
    
      #device_stats  ⇒ Types::DeviceStats 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Status of devices.
 - 
  
    
      #model_stats  ⇒ Array<Types::EdgeModelStat> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Status of model on device.
 - 
  
    
      #output_config  ⇒ Types::EdgeOutputConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The output configuration for storing sample data collected by the fleet.
 - 
  
    
      #report_generated  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Timestamp of when the report was generated.
 
Instance Attribute Details
#agent_versions ⇒ Array<Types::AgentVersion>
The versions of Edge Manager agent deployed on the fleet.
      22264 22265 22266 22267 22268 22269 22270 22271 22272 22273 22274 22275  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 22264 class GetDeviceFleetReportResponse < Struct.new( :device_fleet_arn, :device_fleet_name, :output_config, :description, :report_generated, :device_stats, :agent_versions, :model_stats) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
Description of the fleet.
      22264 22265 22266 22267 22268 22269 22270 22271 22272 22273 22274 22275  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 22264 class GetDeviceFleetReportResponse < Struct.new( :device_fleet_arn, :device_fleet_name, :output_config, :description, :report_generated, :device_stats, :agent_versions, :model_stats) SENSITIVE = [] include Aws::Structure end  | 
  
#device_fleet_arn ⇒ String
The Amazon Resource Name (ARN) of the device.
      22264 22265 22266 22267 22268 22269 22270 22271 22272 22273 22274 22275  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 22264 class GetDeviceFleetReportResponse < Struct.new( :device_fleet_arn, :device_fleet_name, :output_config, :description, :report_generated, :device_stats, :agent_versions, :model_stats) SENSITIVE = [] include Aws::Structure end  | 
  
#device_fleet_name ⇒ String
The name of the fleet.
      22264 22265 22266 22267 22268 22269 22270 22271 22272 22273 22274 22275  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 22264 class GetDeviceFleetReportResponse < Struct.new( :device_fleet_arn, :device_fleet_name, :output_config, :description, :report_generated, :device_stats, :agent_versions, :model_stats) SENSITIVE = [] include Aws::Structure end  | 
  
#device_stats ⇒ Types::DeviceStats
Status of devices.
      22264 22265 22266 22267 22268 22269 22270 22271 22272 22273 22274 22275  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 22264 class GetDeviceFleetReportResponse < Struct.new( :device_fleet_arn, :device_fleet_name, :output_config, :description, :report_generated, :device_stats, :agent_versions, :model_stats) SENSITIVE = [] include Aws::Structure end  | 
  
#model_stats ⇒ Array<Types::EdgeModelStat>
Status of model on device.
      22264 22265 22266 22267 22268 22269 22270 22271 22272 22273 22274 22275  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 22264 class GetDeviceFleetReportResponse < Struct.new( :device_fleet_arn, :device_fleet_name, :output_config, :description, :report_generated, :device_stats, :agent_versions, :model_stats) SENSITIVE = [] include Aws::Structure end  | 
  
#output_config ⇒ Types::EdgeOutputConfig
The output configuration for storing sample data collected by the fleet.
      22264 22265 22266 22267 22268 22269 22270 22271 22272 22273 22274 22275  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 22264 class GetDeviceFleetReportResponse < Struct.new( :device_fleet_arn, :device_fleet_name, :output_config, :description, :report_generated, :device_stats, :agent_versions, :model_stats) SENSITIVE = [] include Aws::Structure end  | 
  
#report_generated ⇒ Time
Timestamp of when the report was generated.
      22264 22265 22266 22267 22268 22269 22270 22271 22272 22273 22274 22275  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 22264 class GetDeviceFleetReportResponse < Struct.new( :device_fleet_arn, :device_fleet_name, :output_config, :description, :report_generated, :device_stats, :agent_versions, :model_stats) SENSITIVE = [] include Aws::Structure end  |