Class: Aws::Types::AutoMLAlgorithmConfig
- Inherits:
-
Object
- Object
- Aws::Types::AutoMLAlgorithmConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_ml_algorithms ⇒ ::Array[("xgboost" | "linear-learner" | "mlp" | "lightgbm" | "catboost" | "randomforest" | "extra-trees" | "nn-torch" | "fastai" | "cnn-qr" | "deepar" | "prophet" | "npts" | "arima" | "ets")]
Returns the value of attribute auto_ml_algorithms.
Instance Attribute Details
#auto_ml_algorithms ⇒ ::Array[("xgboost" | "linear-learner" | "mlp" | "lightgbm" | "catboost" | "randomforest" | "extra-trees" | "nn-torch" | "fastai" | "cnn-qr" | "deepar" | "prophet" | "npts" | "arima" | "ets")]
Returns the value of attribute auto_ml_algorithms.
578 579 580 |
# File 'sig/types.rbs', line 578 def auto_ml_algorithms @auto_ml_algorithms end |