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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_ml_override_strategyString

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.

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 '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_predictorBoolean

Whether the predictor was created with CreateAutoPredictor.

Returns:

  • (Boolean)


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_metricString

The accuracy metric used to optimize the predictor.

Returns:

  • (String)


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_resultsArray<Types::EvaluationResult>

An array of results from evaluating the predictor.

Returns:



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