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:



19854
19855
19856
19857
19858
19859
19860
19861
19862
19863
19864
19865
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19854

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)


19854
19855
19856
19857
19858
19859
19860
19861
19862
19863
19864
19865
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19854

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)


19854
19855
19856
19857
19858
19859
19860
19861
19862
19863
19864
19865
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19854

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)


19854
19855
19856
19857
19858
19859
19860
19861
19862
19863
19864
19865
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19854

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:



19854
19855
19856
19857
19858
19859
19860
19861
19862
19863
19864
19865
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19854

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:



19854
19855
19856
19857
19858
19859
19860
19861
19862
19863
19864
19865
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19854

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.



19854
19855
19856
19857
19858
19859
19860
19861
19862
19863
19864
19865
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19854

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)


19854
19855
19856
19857
19858
19859
19860
19861
19862
19863
19864
19865
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19854

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