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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

If the test failed, the reason why it failed.

Returns:

  • (String)


6679
6680
6681
6682
6683
6684
6685
6686
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 6679

class TestWindowSummary < Struct.new(
  :test_window_start,
  :test_window_end,
  :status,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the test. Possible status values are:

  • ACTIVE

  • CREATE_IN_PROGRESS

  • CREATE_FAILED

Returns:

  • (String)


6679
6680
6681
6682
6683
6684
6685
6686
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 6679

class TestWindowSummary < Struct.new(
  :test_window_start,
  :test_window_end,
  :status,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#test_window_endTime

The time at which the test ended.

Returns:

  • (Time)


6679
6680
6681
6682
6683
6684
6685
6686
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 6679

class TestWindowSummary < Struct.new(
  :test_window_start,
  :test_window_end,
  :status,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#test_window_startTime

The time at which the test began.

Returns:

  • (Time)


6679
6680
6681
6682
6683
6684
6685
6686
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 6679

class TestWindowSummary < Struct.new(
  :test_window_start,
  :test_window_end,
  :status,
  :message)
  SENSITIVE = []
  include Aws::Structure
end