Uses of Class
software.amazon.awssdk.services.forecast.model.InputDataConfig
-
Packages that use InputDataConfig Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of InputDataConfig in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return InputDataConfig Modifier and Type Method Description InputDataConfigCreatePredictorRequest. inputDataConfig()Describes the dataset group that contains the data to use to train the predictor.InputDataConfigDescribePredictorResponse. inputDataConfig()Describes the dataset group that contains the data to use to train the predictor.Methods in software.amazon.awssdk.services.forecast.model with parameters of type InputDataConfig Modifier and Type Method Description CreatePredictorRequest.BuilderCreatePredictorRequest.Builder. inputDataConfig(InputDataConfig inputDataConfig)Describes the dataset group that contains the data to use to train the predictor.DescribePredictorResponse.BuilderDescribePredictorResponse.Builder. inputDataConfig(InputDataConfig inputDataConfig)Describes the dataset group that contains the data to use to train the predictor.
-