You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::TrialComponentMetricSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::TrialComponentMetricSummary
- Defined in:
- (unknown)
Overview
A summary of the metrics of a trial component.
Instance Attribute Summary collapse
-
#avg ⇒ Float
The average value of the metric.
-
#count ⇒ Integer
The number of samples used to generate the metric.
-
#last ⇒ Float
The most recent value of the metric.
-
#max ⇒ Float
The maximum value of the metric.
-
#metric_name ⇒ String
The name of the metric.
-
#min ⇒ Float
The minimum value of the metric.
-
#source_arn ⇒ String
The Amazon Resource Name (ARN) of the source.
-
#std_dev ⇒ Float
The standard deviation of the metric.
-
#time_stamp ⇒ Time
When the metric was last updated.
Instance Attribute Details
#avg ⇒ Float
The average value of the metric.
#count ⇒ Integer
The number of samples used to generate the metric.
#last ⇒ Float
The most recent value of the metric.
#max ⇒ Float
The maximum value of the metric.
#metric_name ⇒ String
The name of the metric.
#min ⇒ Float
The minimum value of the metric.
#source_arn ⇒ String
The Amazon Resource Name (ARN) of the source.
#std_dev ⇒ Float
The standard deviation of the metric.
#time_stamp ⇒ Time
When the metric was last updated.