Class: Aws::SageMakerMetrics::Types::MetricQueryResult

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

Overview

The result of a query to retrieve training metrics from SageMaker.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the status of the metric query.

Returns:

  • (String)


161
162
163
164
165
166
167
168
# File 'lib/aws-sdk-sagemakermetrics/types.rb', line 161

class MetricQueryResult < Struct.new(
  :status,
  :message,
  :x_axis_values,
  :metric_values)
  SENSITIVE = []
  include Aws::Structure
end

#metric_valuesArray<Float>

The metric values retrieved by the query.

Returns:

  • (Array<Float>)


161
162
163
164
165
166
167
168
# File 'lib/aws-sdk-sagemakermetrics/types.rb', line 161

class MetricQueryResult < Struct.new(
  :status,
  :message,
  :x_axis_values,
  :metric_values)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the metric query.

Returns:

  • (String)


161
162
163
164
165
166
167
168
# File 'lib/aws-sdk-sagemakermetrics/types.rb', line 161

class MetricQueryResult < Struct.new(
  :status,
  :message,
  :x_axis_values,
  :metric_values)
  SENSITIVE = []
  include Aws::Structure
end

#x_axis_valuesArray<Integer>

The values for the x-axis of the metrics.

Returns:

  • (Array<Integer>)


161
162
163
164
165
166
167
168
# File 'lib/aws-sdk-sagemakermetrics/types.rb', line 161

class MetricQueryResult < Struct.new(
  :status,
  :message,
  :x_axis_values,
  :metric_values)
  SENSITIVE = []
  include Aws::Structure
end