Class: Aws::ForecastService::Types::GetAccuracyMetricsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::GetAccuracyMetricsResponse
- Defined in:
- gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_ml_override_strategy ⇒ String
The LatencyOptimized
AutoML override strategy is only available in private beta. -
#is_auto_predictor ⇒ Boolean
Whether the predictor was created with CreateAutoPredictor.
-
#optimization_metric ⇒ String
The accuracy metric used to optimize the predictor.
-
#predictor_evaluation_results ⇒ Array<Types::EvaluationResult>
An array of results from evaluating the predictor.
Instance Attribute Details
#auto_ml_override_strategy ⇒ String
LatencyOptimized
AutoML override strategy is only available in
private beta. Contact AWS Support or your account manager to learn
more about access privileges.
The AutoML strategy used to train the predictor. Unless
LatencyOptimized
is specified, the AutoML strategy optimizes
predictor accuracy.
This parameter is only valid for predictors trained using AutoML.
4577 4578 4579 4580 4581 4582 4583 4584 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 4577 class GetAccuracyMetricsResponse < Struct.new( :predictor_evaluation_results, :is_auto_predictor, :auto_ml_override_strategy, :optimization_metric) SENSITIVE = [] include Aws::Structure end |
#is_auto_predictor ⇒ Boolean
Whether the predictor was created with CreateAutoPredictor.
4577 4578 4579 4580 4581 4582 4583 4584 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 4577 class GetAccuracyMetricsResponse < Struct.new( :predictor_evaluation_results, :is_auto_predictor, :auto_ml_override_strategy, :optimization_metric) SENSITIVE = [] include Aws::Structure end |
#optimization_metric ⇒ String
The accuracy metric used to optimize the predictor.
4577 4578 4579 4580 4581 4582 4583 4584 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 4577 class GetAccuracyMetricsResponse < Struct.new( :predictor_evaluation_results, :is_auto_predictor, :auto_ml_override_strategy, :optimization_metric) SENSITIVE = [] include Aws::Structure end |
#predictor_evaluation_results ⇒ Array<Types::EvaluationResult>
An array of results from evaluating the predictor.
4577 4578 4579 4580 4581 4582 4583 4584 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 4577 class GetAccuracyMetricsResponse < Struct.new( :predictor_evaluation_results, :is_auto_predictor, :auto_ml_override_strategy, :optimization_metric) SENSITIVE = [] include Aws::Structure end |