You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

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)

    The average value of the metric.

#countInteger

The number of samples used to generate the metric.

Returns:

  • (Integer)

    The number of samples used to generate the metric.

#lastFloat

The most recent value of the metric.

Returns:

  • (Float)

    The most recent value of the metric.

#maxFloat

The maximum value of the metric.

Returns:

  • (Float)

    The maximum value of the metric.

#metric_nameString

The name of the metric.

Returns:

  • (String)

    The name of the metric.

#minFloat

The minimum value of the metric.

Returns:

  • (Float)

    The minimum value of the metric.

#source_arnString

The Amazon Resource Name (ARN) of the source.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the source.

#std_devFloat

The standard deviation of the metric.

Returns:

  • (Float)

    The standard deviation of the metric.

#time_stampTime

When the metric was last updated.

Returns:

  • (Time)

    When the metric was last updated.