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 Amazon Web Services 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.
4537 4538 4539 4540 4541 4542 4543 4544 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 4537 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.
4537 4538 4539 4540 4541 4542 4543 4544 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 4537 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.
4537 4538 4539 4540 4541 4542 4543 4544 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 4537 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.
4537 4538 4539 4540 4541 4542 4543 4544 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 4537 class GetAccuracyMetricsResponse < Struct.new( :predictor_evaluation_results, :is_auto_predictor, :auto_ml_override_strategy, :optimization_metric) SENSITIVE = [] include Aws::Structure end |