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)


44479
44480
44481
44482
44483
44484
44485
44486
44487
44488
44489
44490
44491
# File 'lib/aws-sdk-sagemaker/types.rb', line 44479

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)


44479
44480
44481
44482
44483
44484
44485
44486
44487
44488
44489
44490
44491
# File 'lib/aws-sdk-sagemaker/types.rb', line 44479

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)


44479
44480
44481
44482
44483
44484
44485
44486
44487
44488
44489
44490
44491
# File 'lib/aws-sdk-sagemaker/types.rb', line 44479

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)


44479
44480
44481
44482
44483
44484
44485
44486
44487
44488
44489
44490
44491
# File 'lib/aws-sdk-sagemaker/types.rb', line 44479

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)


44479
44480
44481
44482
44483
44484
44485
44486
44487
44488
44489
44490
44491
# File 'lib/aws-sdk-sagemaker/types.rb', line 44479

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)


44479
44480
44481
44482
44483
44484
44485
44486
44487
44488
44489
44490
44491
# File 'lib/aws-sdk-sagemaker/types.rb', line 44479

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)


44479
44480
44481
44482
44483
44484
44485
44486
44487
44488
44489
44490
44491
# File 'lib/aws-sdk-sagemaker/types.rb', line 44479

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)


44479
44480
44481
44482
44483
44484
44485
44486
44487
44488
44489
44490
44491
# File 'lib/aws-sdk-sagemaker/types.rb', line 44479

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)


44479
44480
44481
44482
44483
44484
44485
44486
44487
44488
44489
44490
44491
# File 'lib/aws-sdk-sagemaker/types.rb', line 44479

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