Class: Aws::SageMaker::Types::GetDeviceFleetReportResponse

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

#agent_versionsArray<Types::AgentVersion>

The versions of Edge Manager agent deployed on the fleet.

Returns:



18606
18607
18608
18609
18610
18611
18612
18613
18614
18615
18616
18617
# File 'lib/aws-sdk-sagemaker/types.rb', line 18606

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

#descriptionString

Description of the fleet.

Returns:

  • (String)


18606
18607
18608
18609
18610
18611
18612
18613
18614
18615
18616
18617
# File 'lib/aws-sdk-sagemaker/types.rb', line 18606

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_arnString

The Amazon Resource Name (ARN) of the device.

Returns:

  • (String)


18606
18607
18608
18609
18610
18611
18612
18613
18614
18615
18616
18617
# File 'lib/aws-sdk-sagemaker/types.rb', line 18606

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_nameString

The name of the fleet.

Returns:

  • (String)


18606
18607
18608
18609
18610
18611
18612
18613
18614
18615
18616
18617
# File 'lib/aws-sdk-sagemaker/types.rb', line 18606

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_statsTypes::DeviceStats

Status of devices.

Returns:



18606
18607
18608
18609
18610
18611
18612
18613
18614
18615
18616
18617
# File 'lib/aws-sdk-sagemaker/types.rb', line 18606

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_statsArray<Types::EdgeModelStat>

Status of model on device.

Returns:



18606
18607
18608
18609
18610
18611
18612
18613
18614
18615
18616
18617
# File 'lib/aws-sdk-sagemaker/types.rb', line 18606

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_configTypes::EdgeOutputConfig

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



18606
18607
18608
18609
18610
18611
18612
18613
18614
18615
18616
18617
# File 'lib/aws-sdk-sagemaker/types.rb', line 18606

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_generatedTime

Timestamp of when the report was generated.

Returns:

  • (Time)


18606
18607
18608
18609
18610
18611
18612
18613
18614
18615
18616
18617
# File 'lib/aws-sdk-sagemaker/types.rb', line 18606

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