Class: Aws::SageMakerMetrics::Types::RawMetricData

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemakermetrics/types.rb

Overview

The raw metric data to associate with the resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metric_nameString

The name of the metric.

Returns:

  • (String)


190
191
192
193
194
195
196
197
# File 'lib/aws-sdk-sagemakermetrics/types.rb', line 190

class RawMetricData < Struct.new(
  :metric_name,
  :timestamp,
  :step,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#stepInteger

The metric step (epoch).

Returns:

  • (Integer)


190
191
192
193
194
195
196
197
# File 'lib/aws-sdk-sagemakermetrics/types.rb', line 190

class RawMetricData < Struct.new(
  :metric_name,
  :timestamp,
  :step,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#timestampTime

The time that the metric was recorded.

Returns:

  • (Time)


190
191
192
193
194
195
196
197
# File 'lib/aws-sdk-sagemakermetrics/types.rb', line 190

class RawMetricData < Struct.new(
  :metric_name,
  :timestamp,
  :step,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueFloat

The metric value.

Returns:

  • (Float)


190
191
192
193
194
195
196
197
# File 'lib/aws-sdk-sagemakermetrics/types.rb', line 190

class RawMetricData < Struct.new(
  :metric_name,
  :timestamp,
  :step,
  :value)
  SENSITIVE = []
  include Aws::Structure
end