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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemakermetrics/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)


92
93
94
95
96
97
98
99
# File 'gems/aws-sdk-sagemakermetrics/lib/aws-sdk-sagemakermetrics/types.rb', line 92

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

#stepInteger

The metric step (epoch).

Returns:

  • (Integer)


92
93
94
95
96
97
98
99
# File 'gems/aws-sdk-sagemakermetrics/lib/aws-sdk-sagemakermetrics/types.rb', line 92

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

#timestampTime

The time that the metric was recorded.

Returns:

  • (Time)


92
93
94
95
96
97
98
99
# File 'gems/aws-sdk-sagemakermetrics/lib/aws-sdk-sagemakermetrics/types.rb', line 92

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

#valueFloat

The metric value.

Returns:

  • (Float)


92
93
94
95
96
97
98
99
# File 'gems/aws-sdk-sagemakermetrics/lib/aws-sdk-sagemakermetrics/types.rb', line 92

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