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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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:



19830
19831
19832
19833
19834
19835
19836
19837
19838
19839
19840
19841
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19830

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)


19830
19831
19832
19833
19834
19835
19836
19837
19838
19839
19840
19841
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19830

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)


19830
19831
19832
19833
19834
19835
19836
19837
19838
19839
19840
19841
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19830

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)


19830
19831
19832
19833
19834
19835
19836
19837
19838
19839
19840
19841
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19830

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:



19830
19831
19832
19833
19834
19835
19836
19837
19838
19839
19840
19841
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19830

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:



19830
19831
19832
19833
19834
19835
19836
19837
19838
19839
19840
19841
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19830

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.



19830
19831
19832
19833
19834
19835
19836
19837
19838
19839
19840
19841
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19830

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)


19830
19831
19832
19833
19834
19835
19836
19837
19838
19839
19840
19841
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19830

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