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.
21115 21116 21117 21118 21119 21120 21121 21122 21123 21124 21125 21126 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 21115 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.
21115 21116 21117 21118 21119 21120 21121 21122 21123 21124 21125 21126 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 21115 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.
21115 21116 21117 21118 21119 21120 21121 21122 21123 21124 21125 21126 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 21115 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.
21115 21116 21117 21118 21119 21120 21121 21122 21123 21124 21125 21126 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 21115 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.
21115 21116 21117 21118 21119 21120 21121 21122 21123 21124 21125 21126 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 21115 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.
21115 21116 21117 21118 21119 21120 21121 21122 21123 21124 21125 21126 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 21115 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.
21115 21116 21117 21118 21119 21120 21121 21122 21123 21124 21125 21126 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 21115 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.
21115 21116 21117 21118 21119 21120 21121 21122 21123 21124 21125 21126 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 21115 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 |