Class: Aws::SageMaker::Types::TrialComponentMetricSummary

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

A summary of the metrics of a trial component.

Instance Attribute Summary collapse

Instance Attribute Details

#avgFloat

The average value of the metric.

Returns:

  • (Float)


19257
19258
19259
19260
19261
19262
19263
19264
19265
19266
19267
19268
# File 'lib/aws-sdk-sagemaker/types.rb', line 19257

class TrialComponentMetricSummary < Struct.new(
  :metric_name,
  :source_arn,
  :time_stamp,
  :max,
  :min,
  :last,
  :count,
  :avg,
  :std_dev)
  include Aws::Structure
end

#countInteger

The number of samples used to generate the metric.

Returns:

  • (Integer)


19257
19258
19259
19260
19261
19262
19263
19264
19265
19266
19267
19268
# File 'lib/aws-sdk-sagemaker/types.rb', line 19257

class TrialComponentMetricSummary < Struct.new(
  :metric_name,
  :source_arn,
  :time_stamp,
  :max,
  :min,
  :last,
  :count,
  :avg,
  :std_dev)
  include Aws::Structure
end

#lastFloat

The most recent value of the metric.

Returns:

  • (Float)


19257
19258
19259
19260
19261
19262
19263
19264
19265
19266
19267
19268
# File 'lib/aws-sdk-sagemaker/types.rb', line 19257

class TrialComponentMetricSummary < Struct.new(
  :metric_name,
  :source_arn,
  :time_stamp,
  :max,
  :min,
  :last,
  :count,
  :avg,
  :std_dev)
  include Aws::Structure
end

#maxFloat

The maximum value of the metric.

Returns:

  • (Float)


19257
19258
19259
19260
19261
19262
19263
19264
19265
19266
19267
19268
# File 'lib/aws-sdk-sagemaker/types.rb', line 19257

class TrialComponentMetricSummary < Struct.new(
  :metric_name,
  :source_arn,
  :time_stamp,
  :max,
  :min,
  :last,
  :count,
  :avg,
  :std_dev)
  include Aws::Structure
end

#metric_nameString

The name of the metric.

Returns:

  • (String)


19257
19258
19259
19260
19261
19262
19263
19264
19265
19266
19267
19268
# File 'lib/aws-sdk-sagemaker/types.rb', line 19257

class TrialComponentMetricSummary < Struct.new(
  :metric_name,
  :source_arn,
  :time_stamp,
  :max,
  :min,
  :last,
  :count,
  :avg,
  :std_dev)
  include Aws::Structure
end

#minFloat

The minimum value of the metric.

Returns:

  • (Float)


19257
19258
19259
19260
19261
19262
19263
19264
19265
19266
19267
19268
# File 'lib/aws-sdk-sagemaker/types.rb', line 19257

class TrialComponentMetricSummary < Struct.new(
  :metric_name,
  :source_arn,
  :time_stamp,
  :max,
  :min,
  :last,
  :count,
  :avg,
  :std_dev)
  include Aws::Structure
end

#source_arnString

The Amazon Resource Name (ARN) of the source.

Returns:

  • (String)


19257
19258
19259
19260
19261
19262
19263
19264
19265
19266
19267
19268
# File 'lib/aws-sdk-sagemaker/types.rb', line 19257

class TrialComponentMetricSummary < Struct.new(
  :metric_name,
  :source_arn,
  :time_stamp,
  :max,
  :min,
  :last,
  :count,
  :avg,
  :std_dev)
  include Aws::Structure
end

#std_devFloat

The standard deviation of the metric.

Returns:

  • (Float)


19257
19258
19259
19260
19261
19262
19263
19264
19265
19266
19267
19268
# File 'lib/aws-sdk-sagemaker/types.rb', line 19257

class TrialComponentMetricSummary < Struct.new(
  :metric_name,
  :source_arn,
  :time_stamp,
  :max,
  :min,
  :last,
  :count,
  :avg,
  :std_dev)
  include Aws::Structure
end

#time_stampTime

When the metric was last updated.

Returns:

  • (Time)


19257
19258
19259
19260
19261
19262
19263
19264
19265
19266
19267
19268
# File 'lib/aws-sdk-sagemaker/types.rb', line 19257

class TrialComponentMetricSummary < Struct.new(
  :metric_name,
  :source_arn,
  :time_stamp,
  :max,
  :min,
  :last,
  :count,
  :avg,
  :std_dev)
  include Aws::Structure
end