Module: Aws::ForecastService::Client::_DescribeForecastResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeForecastResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #dataset_group_arn ⇒ ::String
- #estimated_time_remaining_in_minutes ⇒ ::Integer
- #forecast_arn ⇒ ::String
- #forecast_name ⇒ ::String
- #forecast_types ⇒ ::Array[::String]
- #last_modification_time ⇒ ::Time
- #message ⇒ ::String
- #predictor_arn ⇒ ::String
- #status ⇒ ::String
- #time_series_selector ⇒ Types::TimeSeriesSelector
Instance Method Details
#creation_time ⇒ ::Time
761 |
# File 'sig/client.rbs', line 761
def creation_time: () -> ::Time
|
#dataset_group_arn ⇒ ::String
757 |
# File 'sig/client.rbs', line 757
def dataset_group_arn: () -> ::String
|
#estimated_time_remaining_in_minutes ⇒ ::Integer
758 |
# File 'sig/client.rbs', line 758
def estimated_time_remaining_in_minutes: () -> ::Integer
|
#forecast_arn ⇒ ::String
753 |
# File 'sig/client.rbs', line 753
def forecast_arn: () -> ::String
|
#forecast_name ⇒ ::String
754 |
# File 'sig/client.rbs', line 754
def forecast_name: () -> ::String
|
#forecast_types ⇒ ::Array[::String]
755 |
# File 'sig/client.rbs', line 755
def forecast_types: () -> ::Array[::String]
|
#last_modification_time ⇒ ::Time
762 |
# File 'sig/client.rbs', line 762
def last_modification_time: () -> ::Time
|
#message ⇒ ::String
760 |
# File 'sig/client.rbs', line 760
def message: () -> ::String
|
#predictor_arn ⇒ ::String
756 |
# File 'sig/client.rbs', line 756
def predictor_arn: () -> ::String
|
#status ⇒ ::String
759 |
# File 'sig/client.rbs', line 759
def status: () -> ::String
|
#time_series_selector ⇒ Types::TimeSeriesSelector
763 |
# File 'sig/client.rbs', line 763
def time_series_selector: () -> Types::TimeSeriesSelector
|