Class: Aws::SageMakerMetrics::Types::MetricQueryResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerMetrics::Types::MetricQueryResult
- 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
-
#message ⇒ String
A message describing the status of the metric query.
-
#metric_values ⇒ Array<Float>
The metric values retrieved by the query.
-
#status ⇒ String
The status of the metric query.
-
#x_axis_values ⇒ Array<Integer>
The values for the x-axis of the metrics.
Instance Attribute Details
#message ⇒ String
A message describing the status of the metric query.
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_values ⇒ Array<Float>
The metric values retrieved by the query.
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 |
#status ⇒ String
The status of the metric query.
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_values ⇒ Array<Integer>
The values for the x-axis of the metrics.
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 |