Class: Aws::ForecastService::Types::GetAccuracyMetricsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_ml_override_strategyString

<note markdown=“1”> The ‘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.

</note>

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.

Returns:

  • (String)


4537
4538
4539
4540
4541
4542
4543
4544
# File '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_predictorBoolean

Whether the predictor was created with CreateAutoPredictor.

Returns:

  • (Boolean)


4537
4538
4539
4540
4541
4542
4543
4544
# File '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_metricString

The accuracy metric used to optimize the predictor.

Returns:

  • (String)


4537
4538
4539
4540
4541
4542
4543
4544
# File '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_resultsArray<Types::EvaluationResult>

An array of results from evaluating the predictor.

Returns:



4537
4538
4539
4540
4541
4542
4543
4544
# File '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