Class: Aws::ForecastService::Types::MetricResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::MetricResult
- Defined in:
- gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb
Overview
An individual metric Forecast calculated when monitoring predictor usage. You can compare the value for this metric to the metric's value in the Baseline to see how your predictor's performance is changing.
For more information about metrics generated by Forecast see Evaluating Predictor Accuracy
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metric_name ⇒ String
The name of the metric.
-
#metric_value ⇒ Float
The value for the metric.
Instance Attribute Details
#metric_name ⇒ String
The name of the metric.
5595 5596 5597 5598 5599 5600 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5595 class MetricResult < Struct.new( :metric_name, :metric_value) SENSITIVE = [] include Aws::Structure end |
#metric_value ⇒ Float
The value for the metric.
5595 5596 5597 5598 5599 5600 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5595 class MetricResult < Struct.new( :metric_name, :metric_value) SENSITIVE = [] include Aws::Structure end |