class Aws::SagemakerEdgeManager::Types::EdgeMetric

Information required for edge device metrics.

@note When making an API call, you may pass EdgeMetric

data as a hash:

    {
      dimension: "Dimension",
      metric_name: "Metric",
      value: 1.0,
      timestamp: Time.now,
    }

@!attribute [rw] dimension

The dimension of metrics published.
@return [String]

@!attribute [rw] metric_name

Returns the name of the metric.
@return [String]

@!attribute [rw] value

Returns the value of the metric.
@return [Float]

@!attribute [rw] timestamp

Timestamp of when the metric was requested.
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-edge-2020-09-23/EdgeMetric AWS API Documentation

Constants

SENSITIVE