Class: Aws::SageMaker::Types::TrialComponentMetricSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::TrialComponentMetricSummary
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
A summary of the metrics of a trial component.
Constant Summary collapse
- SENSITIVE =
[]
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.
48311 48312 48313 48314 48315 48316 48317 48318 48319 48320 48321 48322 48323 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 48311 class TrialComponentMetricSummary < Struct.new( :metric_name, :source_arn, :time_stamp, :max, :min, :last, :count, :avg, :std_dev) SENSITIVE = [] include Aws::Structure end |
#count ⇒ Integer
The number of samples used to generate the metric.
48311 48312 48313 48314 48315 48316 48317 48318 48319 48320 48321 48322 48323 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 48311 class TrialComponentMetricSummary < Struct.new( :metric_name, :source_arn, :time_stamp, :max, :min, :last, :count, :avg, :std_dev) SENSITIVE = [] include Aws::Structure end |
#last ⇒ Float
The most recent value of the metric.
48311 48312 48313 48314 48315 48316 48317 48318 48319 48320 48321 48322 48323 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 48311 class TrialComponentMetricSummary < Struct.new( :metric_name, :source_arn, :time_stamp, :max, :min, :last, :count, :avg, :std_dev) SENSITIVE = [] include Aws::Structure end |
#max ⇒ Float
The maximum value of the metric.
48311 48312 48313 48314 48315 48316 48317 48318 48319 48320 48321 48322 48323 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 48311 class TrialComponentMetricSummary < Struct.new( :metric_name, :source_arn, :time_stamp, :max, :min, :last, :count, :avg, :std_dev) SENSITIVE = [] include Aws::Structure end |
#metric_name ⇒ String
The name of the metric.
48311 48312 48313 48314 48315 48316 48317 48318 48319 48320 48321 48322 48323 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 48311 class TrialComponentMetricSummary < Struct.new( :metric_name, :source_arn, :time_stamp, :max, :min, :last, :count, :avg, :std_dev) SENSITIVE = [] include Aws::Structure end |
#min ⇒ Float
The minimum value of the metric.
48311 48312 48313 48314 48315 48316 48317 48318 48319 48320 48321 48322 48323 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 48311 class TrialComponentMetricSummary < Struct.new( :metric_name, :source_arn, :time_stamp, :max, :min, :last, :count, :avg, :std_dev) SENSITIVE = [] include Aws::Structure end |
#source_arn ⇒ String
The Amazon Resource Name (ARN) of the source.
48311 48312 48313 48314 48315 48316 48317 48318 48319 48320 48321 48322 48323 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 48311 class TrialComponentMetricSummary < Struct.new( :metric_name, :source_arn, :time_stamp, :max, :min, :last, :count, :avg, :std_dev) SENSITIVE = [] include Aws::Structure end |
#std_dev ⇒ Float
The standard deviation of the metric.
48311 48312 48313 48314 48315 48316 48317 48318 48319 48320 48321 48322 48323 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 48311 class TrialComponentMetricSummary < Struct.new( :metric_name, :source_arn, :time_stamp, :max, :min, :last, :count, :avg, :std_dev) SENSITIVE = [] include Aws::Structure end |
#time_stamp ⇒ Time
When the metric was last updated.
48311 48312 48313 48314 48315 48316 48317 48318 48319 48320 48321 48322 48323 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 48311 class TrialComponentMetricSummary < Struct.new( :metric_name, :source_arn, :time_stamp, :max, :min, :last, :count, :avg, :std_dev) SENSITIVE = [] include Aws::Structure end |