Class: Aws::Types::CreatePredictorRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePredictorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#algorithm_arn ⇒ ::String
Returns the value of attribute algorithm_arn.
-
#auto_ml_override_strategy ⇒ "LatencyOptimized", "AccuracyOptimized"
Returns the value of attribute auto_ml_override_strategy.
-
#encryption_config ⇒ Types::EncryptionConfig
Returns the value of attribute encryption_config.
-
#evaluation_parameters ⇒ Types::EvaluationParameters
Returns the value of attribute evaluation_parameters.
-
#featurization_config ⇒ Types::FeaturizationConfig
Returns the value of attribute featurization_config.
-
#forecast_horizon ⇒ ::Integer
Returns the value of attribute forecast_horizon.
-
#forecast_types ⇒ ::Array[::String]
Returns the value of attribute forecast_types.
-
#hpo_config ⇒ Types::HyperParameterTuningJobConfig
Returns the value of attribute hpo_config.
-
#input_data_config ⇒ Types::InputDataConfig
Returns the value of attribute input_data_config.
-
#optimization_metric ⇒ "WAPE", ...
Returns the value of attribute optimization_metric.
-
#perform_auto_ml ⇒ Boolean
Returns the value of attribute perform_auto_ml.
-
#perform_hpo ⇒ Boolean
Returns the value of attribute perform_hpo.
-
#predictor_name ⇒ ::String
Returns the value of attribute predictor_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#training_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute training_parameters.
Instance Attribute Details
#algorithm_arn ⇒ ::String
Returns the value of attribute algorithm_arn.
213 214 215 |
# File 'sig/types.rbs', line 213 def algorithm_arn @algorithm_arn end |
#auto_ml_override_strategy ⇒ "LatencyOptimized", "AccuracyOptimized"
Returns the value of attribute auto_ml_override_strategy.
217 218 219 |
# File 'sig/types.rbs', line 217 def auto_ml_override_strategy @auto_ml_override_strategy end |
#encryption_config ⇒ Types::EncryptionConfig
Returns the value of attribute encryption_config.
224 225 226 |
# File 'sig/types.rbs', line 224 def encryption_config @encryption_config end |
#evaluation_parameters ⇒ Types::EvaluationParameters
Returns the value of attribute evaluation_parameters.
220 221 222 |
# File 'sig/types.rbs', line 220 def evaluation_parameters @evaluation_parameters end |
#featurization_config ⇒ Types::FeaturizationConfig
Returns the value of attribute featurization_config.
223 224 225 |
# File 'sig/types.rbs', line 223 def featurization_config @featurization_config end |
#forecast_horizon ⇒ ::Integer
Returns the value of attribute forecast_horizon.
214 215 216 |
# File 'sig/types.rbs', line 214 def forecast_horizon @forecast_horizon end |
#forecast_types ⇒ ::Array[::String]
Returns the value of attribute forecast_types.
215 216 217 |
# File 'sig/types.rbs', line 215 def forecast_types @forecast_types end |
#hpo_config ⇒ Types::HyperParameterTuningJobConfig
Returns the value of attribute hpo_config.
221 222 223 |
# File 'sig/types.rbs', line 221 def hpo_config @hpo_config end |
#input_data_config ⇒ Types::InputDataConfig
Returns the value of attribute input_data_config.
222 223 224 |
# File 'sig/types.rbs', line 222 def input_data_config @input_data_config end |
#optimization_metric ⇒ "WAPE", ...
Returns the value of attribute optimization_metric.
226 227 228 |
# File 'sig/types.rbs', line 226 def optimization_metric @optimization_metric end |
#perform_auto_ml ⇒ Boolean
Returns the value of attribute perform_auto_ml.
216 217 218 |
# File 'sig/types.rbs', line 216 def perform_auto_ml @perform_auto_ml end |
#perform_hpo ⇒ Boolean
Returns the value of attribute perform_hpo.
218 219 220 |
# File 'sig/types.rbs', line 218 def perform_hpo @perform_hpo end |
#predictor_name ⇒ ::String
Returns the value of attribute predictor_name.
212 213 214 |
# File 'sig/types.rbs', line 212 def predictor_name @predictor_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
225 226 227 |
# File 'sig/types.rbs', line 225 def end |
#training_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute training_parameters.
219 220 221 |
# File 'sig/types.rbs', line 219 def training_parameters @training_parameters end |