Class: Aws::Types::CreatePredictorBacktestExportJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePredictorBacktestExportJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ Types::DataDestination
Returns the value of attribute destination.
-
#format ⇒ ::String
Returns the value of attribute format.
-
#predictor_arn ⇒ ::String
Returns the value of attribute predictor_arn.
-
#predictor_backtest_export_job_name ⇒ ::String
Returns the value of attribute predictor_backtest_export_job_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#destination ⇒ Types::DataDestination
Returns the value of attribute destination.
200 201 202 |
# File 'sig/types.rbs', line 200 def destination @destination end |
#format ⇒ ::String
Returns the value of attribute format.
202 203 204 |
# File 'sig/types.rbs', line 202 def format @format end |
#predictor_arn ⇒ ::String
Returns the value of attribute predictor_arn.
199 200 201 |
# File 'sig/types.rbs', line 199 def predictor_arn @predictor_arn end |
#predictor_backtest_export_job_name ⇒ ::String
Returns the value of attribute predictor_backtest_export_job_name.
198 199 200 |
# File 'sig/types.rbs', line 198 def predictor_backtest_export_job_name @predictor_backtest_export_job_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
201 202 203 |
# File 'sig/types.rbs', line 201 def end |