You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ForecastService::Types::WindowSummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The metrics for a time range within the evaluation portion of a dataset. This object is part of the EvaluationResult object.

The TestWindowStart and TestWindowEnd parameters are determined by the BackTestWindowOffset parameter of the EvaluationParameters object.

Instance Attribute Summary collapse

Instance Attribute Details

#evaluation_typeString

The type of evaluation.

  • SUMMARY - The average metrics across all windows.

  • COMPUTED - The metrics for the specified window.

    Possible values:

    • SUMMARY
    • COMPUTED

Returns:

  • (String)

    The type of evaluation.

#item_countInteger

The number of data points within the window.

Returns:

  • (Integer)

    The number of data points within the window.

#metricsTypes::Metrics

Provides metrics used to evaluate the performance of a predictor.

Returns:

  • (Types::Metrics)

    Provides metrics used to evaluate the performance of a predictor.

#test_window_endTime

The timestamp that defines the end of the window.

Returns:

  • (Time)

    The timestamp that defines the end of the window.

#test_window_startTime

The timestamp that defines the start of the window.

Returns:

  • (Time)

    The timestamp that defines the start of the window.