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.
46983 46984 46985 46986 46987 46988 46989 46990 46991 46992 46993 46994 46995 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 46983 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.
46983 46984 46985 46986 46987 46988 46989 46990 46991 46992 46993 46994 46995 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 46983 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.
46983 46984 46985 46986 46987 46988 46989 46990 46991 46992 46993 46994 46995 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 46983 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.
46983 46984 46985 46986 46987 46988 46989 46990 46991 46992 46993 46994 46995 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 46983 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.
46983 46984 46985 46986 46987 46988 46989 46990 46991 46992 46993 46994 46995 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 46983 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.
46983 46984 46985 46986 46987 46988 46989 46990 46991 46992 46993 46994 46995 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 46983 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.
46983 46984 46985 46986 46987 46988 46989 46990 46991 46992 46993 46994 46995 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 46983 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.
46983 46984 46985 46986 46987 46988 46989 46990 46991 46992 46993 46994 46995 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 46983 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.
46983 46984 46985 46986 46987 46988 46989 46990 46991 46992 46993 46994 46995 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 46983 class TrialComponentMetricSummary < Struct.new( :metric_name, :source_arn, :time_stamp, :max, :min, :last, :count, :avg, :std_dev) SENSITIVE = [] include Aws::Structure end |