Class: Aws::SagemakerEdgeManager::Types::EdgeMetric
- Inherits:
-
Struct
- Object
- Struct
- Aws::SagemakerEdgeManager::Types::EdgeMetric
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakeredgemanager/types.rb
Overview
Information required for edge device metrics.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dimension ⇒ String
The dimension of metrics published.
-
#metric_name ⇒ String
Returns the name of the metric.
-
#timestamp ⇒ Time
Timestamp of when the metric was requested.
-
#value ⇒ Float
Returns the value of the metric.
Instance Attribute Details
#dimension ⇒ String
The dimension of metrics published.
198 199 200 201 202 203 204 205 |
# File 'lib/aws-sdk-sagemakeredgemanager/types.rb', line 198 class EdgeMetric < Struct.new( :dimension, :metric_name, :value, :timestamp) SENSITIVE = [] include Aws::Structure end |
#metric_name ⇒ String
Returns the name of the metric.
198 199 200 201 202 203 204 205 |
# File 'lib/aws-sdk-sagemakeredgemanager/types.rb', line 198 class EdgeMetric < Struct.new( :dimension, :metric_name, :value, :timestamp) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
Timestamp of when the metric was requested.
198 199 200 201 202 203 204 205 |
# File 'lib/aws-sdk-sagemakeredgemanager/types.rb', line 198 class EdgeMetric < Struct.new( :dimension, :metric_name, :value, :timestamp) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Float
Returns the value of the metric.
198 199 200 201 202 203 204 205 |
# File 'lib/aws-sdk-sagemakeredgemanager/types.rb', line 198 class EdgeMetric < Struct.new( :dimension, :metric_name, :value, :timestamp) SENSITIVE = [] include Aws::Structure end |