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

Class: Aws::SageMaker::Types::MetricData

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

Overview

The name, value, and date and time of a metric that was emitted to Amazon CloudWatch.

Instance Attribute Summary collapse

Instance Attribute Details

#metric_nameString

The name of the metric.

Returns:

  • (String)

    The name of the metric.

#timestampTime

The date and time that the algorithm emitted the metric.

Returns:

  • (Time)

    The date and time that the algorithm emitted the metric.

#valueFloat

The value of the metric.

Returns:

  • (Float)

    The value of the metric.