Class: Aws::SageMakerMetrics::Types::RawMetricData
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerMetrics::Types::RawMetricData
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakermetrics/types.rb
Overview
The raw metric data to associate with the resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metric_name ⇒ String
The name of the metric.
-
#step ⇒ Integer
The metric step (epoch).
-
#timestamp ⇒ Time
The time that the metric was recorded.
-
#value ⇒ Float
The metric value.
Instance Attribute Details
#metric_name ⇒ String
The name of the metric.
190 191 192 193 194 195 196 197 |
# File 'lib/aws-sdk-sagemakermetrics/types.rb', line 190 class RawMetricData < Struct.new( :metric_name, :timestamp, :step, :value) SENSITIVE = [] include Aws::Structure end |
#step ⇒ Integer
The metric step (epoch).
190 191 192 193 194 195 196 197 |
# File 'lib/aws-sdk-sagemakermetrics/types.rb', line 190 class RawMetricData < Struct.new( :metric_name, :timestamp, :step, :value) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
The time that the metric was recorded.
190 191 192 193 194 195 196 197 |
# File 'lib/aws-sdk-sagemakermetrics/types.rb', line 190 class RawMetricData < Struct.new( :metric_name, :timestamp, :step, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Float
The metric value.
190 191 192 193 194 195 196 197 |
# File 'lib/aws-sdk-sagemakermetrics/types.rb', line 190 class RawMetricData < Struct.new( :metric_name, :timestamp, :step, :value) SENSITIVE = [] include Aws::Structure end |