Uses of Class
software.amazon.awssdk.services.sagemaker.model.TimeSeriesForecastingJobConfig
-
Packages that use TimeSeriesForecastingJobConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of TimeSeriesForecastingJobConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return TimeSeriesForecastingJobConfig Modifier and Type Method Description TimeSeriesForecastingJobConfigAutoMLProblemTypeConfig. timeSeriesForecastingJobConfig()Settings used to configure an AutoML job V2 for the time-series forecasting problem type.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type TimeSeriesForecastingJobConfig Modifier and Type Method Description static AutoMLProblemTypeConfigAutoMLProblemTypeConfig. fromTimeSeriesForecastingJobConfig(TimeSeriesForecastingJobConfig timeSeriesForecastingJobConfig)Create an instance of this class withAutoMLProblemTypeConfig.timeSeriesForecastingJobConfig()initialized to the given value.AutoMLProblemTypeConfig.BuilderAutoMLProblemTypeConfig.Builder. timeSeriesForecastingJobConfig(TimeSeriesForecastingJobConfig timeSeriesForecastingJobConfig)Settings used to configure an AutoML job V2 for the time-series forecasting problem type.
-