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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#avgFloat

The average value of the metric.

Returns:

  • (Float)


42322
42323
42324
42325
42326
42327
42328
42329
42330
42331
42332
42333
42334
# File 'lib/aws-sdk-sagemaker/types.rb', line 42322

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

#countInteger

The number of samples used to generate the metric.

Returns:

  • (Integer)


42322
42323
42324
42325
42326
42327
42328
42329
42330
42331
42332
42333
42334
# File 'lib/aws-sdk-sagemaker/types.rb', line 42322

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

#lastFloat

The most recent value of the metric.

Returns:

  • (Float)


42322
42323
42324
42325
42326
42327
42328
42329
42330
42331
42332
42333
42334
# File 'lib/aws-sdk-sagemaker/types.rb', line 42322

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

#maxFloat

The maximum value of the metric.

Returns:

  • (Float)


42322
42323
42324
42325
42326
42327
42328
42329
42330
42331
42332
42333
42334
# File 'lib/aws-sdk-sagemaker/types.rb', line 42322

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

#metric_nameString

The name of the metric.

Returns:

  • (String)


42322
42323
42324
42325
42326
42327
42328
42329
42330
42331
42332
42333
42334
# File 'lib/aws-sdk-sagemaker/types.rb', line 42322

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

#minFloat

The minimum value of the metric.

Returns:

  • (Float)


42322
42323
42324
42325
42326
42327
42328
42329
42330
42331
42332
42333
42334
# File 'lib/aws-sdk-sagemaker/types.rb', line 42322

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

#source_arnString

The Amazon Resource Name (ARN) of the source.

Returns:

  • (String)


42322
42323
42324
42325
42326
42327
42328
42329
42330
42331
42332
42333
42334
# File 'lib/aws-sdk-sagemaker/types.rb', line 42322

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

#std_devFloat

The standard deviation of the metric.

Returns:

  • (Float)


42322
42323
42324
42325
42326
42327
42328
42329
42330
42331
42332
42333
42334
# File 'lib/aws-sdk-sagemaker/types.rb', line 42322

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

#time_stampTime

When the metric was last updated.

Returns:

  • (Time)


42322
42323
42324
42325
42326
42327
42328
42329
42330
42331
42332
42333
42334
# File 'lib/aws-sdk-sagemaker/types.rb', line 42322

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