Class: Aws::SageMaker::Types::MetricData
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::MetricData
- Defined in:
- gems/aws-sdk-sagemaker/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.
33162 33163 33164 33165 33166 33167 33168 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33162 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.
33162 33163 33164 33165 33166 33167 33168 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33162 class MetricData < Struct.new( :metric_name, :value, :timestamp) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Float
The value of the metric.
33162 33163 33164 33165 33166 33167 33168 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33162 class MetricData < Struct.new( :metric_name, :value, :timestamp) SENSITIVE = [] include Aws::Structure end |