Class: Aws::SageMaker::Types::MetricData
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::MetricData
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
The name, value, and date and time of a metric that was emitted to Amazon CloudWatch.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metric_name ⇒ String
The name of the metric.
-
#timestamp ⇒ Time
The date and time that the algorithm emitted the metric.
-
#value ⇒ Float
The value of the metric.
Instance Attribute Details
#metric_name ⇒ String
The name of the metric.
31732 31733 31734 31735 31736 31737 31738 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31732 class MetricData < Struct.new( :metric_name, :value, :timestamp) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
The date and time that the algorithm emitted the metric.
31732 31733 31734 31735 31736 31737 31738 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31732 class MetricData < Struct.new( :metric_name, :value, :timestamp) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Float
The value of the metric.
31732 31733 31734 31735 31736 31737 31738 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31732 class MetricData < Struct.new( :metric_name, :value, :timestamp) SENSITIVE = [] include Aws::Structure end |