Class: Aws::Types::CreateAutoPredictorRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAutoPredictorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_config ⇒ Types::DataConfig
Returns the value of attribute data_config.
-
#encryption_config ⇒ Types::EncryptionConfig
Returns the value of attribute encryption_config.
-
#explain_predictor ⇒ Boolean
Returns the value of attribute explain_predictor.
-
#forecast_dimensions ⇒ ::Array[::String]
Returns the value of attribute forecast_dimensions.
-
#forecast_frequency ⇒ ::String
Returns the value of attribute forecast_frequency.
-
#forecast_horizon ⇒ ::Integer
Returns the value of attribute forecast_horizon.
-
#forecast_types ⇒ ::Array[::String]
Returns the value of attribute forecast_types.
-
#monitor_config ⇒ Types::MonitorConfig
Returns the value of attribute monitor_config.
-
#optimization_metric ⇒ "WAPE", ...
Returns the value of attribute optimization_metric.
-
#predictor_name ⇒ ::String
Returns the value of attribute predictor_name.
-
#reference_predictor_arn ⇒ ::String
Returns the value of attribute reference_predictor_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#time_alignment_boundary ⇒ Types::TimeAlignmentBoundary
Returns the value of attribute time_alignment_boundary.
Instance Attribute Details
#data_config ⇒ Types::DataConfig
Returns the value of attribute data_config.
61 62 63 |
# File 'sig/types.rbs', line 61 def data_config @data_config end |
#encryption_config ⇒ Types::EncryptionConfig
Returns the value of attribute encryption_config.
62 63 64 |
# File 'sig/types.rbs', line 62 def encryption_config @encryption_config end |
#explain_predictor ⇒ Boolean
Returns the value of attribute explain_predictor.
65 66 67 |
# File 'sig/types.rbs', line 65 def explain_predictor @explain_predictor end |
#forecast_dimensions ⇒ ::Array[::String]
Returns the value of attribute forecast_dimensions.
59 60 61 |
# File 'sig/types.rbs', line 59 def forecast_dimensions @forecast_dimensions end |
#forecast_frequency ⇒ ::String
Returns the value of attribute forecast_frequency.
60 61 62 |
# File 'sig/types.rbs', line 60 def forecast_frequency @forecast_frequency end |
#forecast_horizon ⇒ ::Integer
Returns the value of attribute forecast_horizon.
57 58 59 |
# File 'sig/types.rbs', line 57 def forecast_horizon @forecast_horizon end |
#forecast_types ⇒ ::Array[::String]
Returns the value of attribute forecast_types.
58 59 60 |
# File 'sig/types.rbs', line 58 def forecast_types @forecast_types end |
#monitor_config ⇒ Types::MonitorConfig
Returns the value of attribute monitor_config.
67 68 69 |
# File 'sig/types.rbs', line 67 def monitor_config @monitor_config end |
#optimization_metric ⇒ "WAPE", ...
Returns the value of attribute optimization_metric.
64 65 66 |
# File 'sig/types.rbs', line 64 def optimization_metric @optimization_metric end |
#predictor_name ⇒ ::String
Returns the value of attribute predictor_name.
56 57 58 |
# File 'sig/types.rbs', line 56 def predictor_name @predictor_name end |
#reference_predictor_arn ⇒ ::String
Returns the value of attribute reference_predictor_arn.
63 64 65 |
# File 'sig/types.rbs', line 63 def reference_predictor_arn @reference_predictor_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
66 67 68 |
# File 'sig/types.rbs', line 66 def end |
#time_alignment_boundary ⇒ Types::TimeAlignmentBoundary
Returns the value of attribute time_alignment_boundary.
68 69 70 |
# File 'sig/types.rbs', line 68 def time_alignment_boundary @time_alignment_boundary end |