Uses of Class
software.amazon.awssdk.services.forecast.model.CreateForecastRequest
-
Packages that use CreateForecastRequest Package Description software.amazon.awssdk.services.forecast Provides APIs for creating and managing Amazon Forecast resources.software.amazon.awssdk.services.forecast.transform -
-
Uses of CreateForecastRequest in software.amazon.awssdk.services.forecast
Methods in software.amazon.awssdk.services.forecast with parameters of type CreateForecastRequest Modifier and Type Method Description default CompletableFuture<CreateForecastResponse>ForecastAsyncClient. createForecast(CreateForecastRequest createForecastRequest)Creates a forecast for each item in theTARGET_TIME_SERIESdataset that was used to train the predictor.default CreateForecastResponseForecastClient. createForecast(CreateForecastRequest createForecastRequest)Creates a forecast for each item in theTARGET_TIME_SERIESdataset that was used to train the predictor. -
Uses of CreateForecastRequest in software.amazon.awssdk.services.forecast.transform
Methods in software.amazon.awssdk.services.forecast.transform with parameters of type CreateForecastRequest Modifier and Type Method Description SdkHttpFullRequestCreateForecastRequestMarshaller. marshall(CreateForecastRequest createForecastRequest)
-