Class: Aws::SagemakerEdgeManager::Types::SendHeartbeatRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SagemakerEdgeManager::Types::SendHeartbeatRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakeredgemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_metrics ⇒ Array<Types::EdgeMetric>
For internal use.
-
#agent_version ⇒ String
Returns the version of the agent.
-
#deployment_result ⇒ Types::DeploymentResult
Returns the result of a deployment on the device.
-
#device_fleet_name ⇒ String
The name of the fleet that the device belongs to.
-
#device_name ⇒ String
The unique name of the device.
-
#models ⇒ Array<Types::Model>
Returns a list of models deployed on the the device.
Instance Attribute Details
#agent_metrics ⇒ Array<Types::EdgeMetric>
For internal use. Returns a list of SageMaker Edge Manager agent operating metrics.
351 352 353 354 355 356 357 358 359 360 |
# File 'lib/aws-sdk-sagemakeredgemanager/types.rb', line 351 class SendHeartbeatRequest < Struct.new( :agent_metrics, :models, :agent_version, :device_name, :device_fleet_name, :deployment_result) SENSITIVE = [] include Aws::Structure end |
#agent_version ⇒ String
Returns the version of the agent.
351 352 353 354 355 356 357 358 359 360 |
# File 'lib/aws-sdk-sagemakeredgemanager/types.rb', line 351 class SendHeartbeatRequest < Struct.new( :agent_metrics, :models, :agent_version, :device_name, :device_fleet_name, :deployment_result) SENSITIVE = [] include Aws::Structure end |
#deployment_result ⇒ Types::DeploymentResult
Returns the result of a deployment on the device.
351 352 353 354 355 356 357 358 359 360 |
# File 'lib/aws-sdk-sagemakeredgemanager/types.rb', line 351 class SendHeartbeatRequest < Struct.new( :agent_metrics, :models, :agent_version, :device_name, :device_fleet_name, :deployment_result) SENSITIVE = [] include Aws::Structure end |
#device_fleet_name ⇒ String
The name of the fleet that the device belongs to.
351 352 353 354 355 356 357 358 359 360 |
# File 'lib/aws-sdk-sagemakeredgemanager/types.rb', line 351 class SendHeartbeatRequest < Struct.new( :agent_metrics, :models, :agent_version, :device_name, :device_fleet_name, :deployment_result) SENSITIVE = [] include Aws::Structure end |
#device_name ⇒ String
The unique name of the device.
351 352 353 354 355 356 357 358 359 360 |
# File 'lib/aws-sdk-sagemakeredgemanager/types.rb', line 351 class SendHeartbeatRequest < Struct.new( :agent_metrics, :models, :agent_version, :device_name, :device_fleet_name, :deployment_result) SENSITIVE = [] include Aws::Structure end |
#models ⇒ Array<Types::Model>
Returns a list of models deployed on the the device.
351 352 353 354 355 356 357 358 359 360 |
# File 'lib/aws-sdk-sagemakeredgemanager/types.rb', line 351 class SendHeartbeatRequest < Struct.new( :agent_metrics, :models, :agent_version, :device_name, :device_fleet_name, :deployment_result) SENSITIVE = [] include Aws::Structure end |