Module: Aws::ForecastService::Client::_DescribePredictorBacktestExportJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribePredictorBacktestExportJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #destination ⇒ Types::DataDestination
- #format ⇒ ::String
- #last_modification_time ⇒ ::Time
- #message ⇒ ::String
- #predictor_arn ⇒ ::String
- #predictor_backtest_export_job_arn ⇒ ::String
- #predictor_backtest_export_job_name ⇒ ::String
- #status ⇒ ::String
Instance Method Details
#creation_time ⇒ ::Time
850 |
# File 'sig/client.rbs', line 850
def creation_time: () -> ::Time
|
#destination ⇒ Types::DataDestination
847 |
# File 'sig/client.rbs', line 847
def destination: () -> Types::DataDestination
|
#format ⇒ ::String
852 |
# File 'sig/client.rbs', line 852
def format: () -> ::String
|
#last_modification_time ⇒ ::Time
851 |
# File 'sig/client.rbs', line 851
def last_modification_time: () -> ::Time
|
#message ⇒ ::String
848 |
# File 'sig/client.rbs', line 848
def message: () -> ::String
|
#predictor_arn ⇒ ::String
846 |
# File 'sig/client.rbs', line 846
def predictor_arn: () -> ::String
|
#predictor_backtest_export_job_arn ⇒ ::String
844 |
# File 'sig/client.rbs', line 844
def predictor_backtest_export_job_arn: () -> ::String
|
#predictor_backtest_export_job_name ⇒ ::String
845 |
# File 'sig/client.rbs', line 845
def predictor_backtest_export_job_name: () -> ::String
|
#status ⇒ ::String
849 |
# File 'sig/client.rbs', line 849
def status: () -> ::String
|