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

Class: Aws::ForecastService::Types::TestWindowSummary

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

Overview

The status, start time, and end time of a backtest, as well as a failure reason if applicable.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

If the test failed, the reason why it failed.

Returns:

  • (String)

    If the test failed, the reason why it failed.

#statusString

The status of the test. Possible status values are:

  • ACTIVE

  • CREATE_IN_PROGRESS

  • CREATE_FAILED

Returns:

  • (String)

    The status of the test.

#test_window_endTime

The time at which the test ended.

Returns:

  • (Time)

    The time at which the test ended.

#test_window_startTime

The time at which the test began.

Returns:

  • (Time)

    The time at which the test began.