Uses of Class
software.amazon.awssdk.services.forecast.model.CreateForecastResponse
-
Packages that use CreateForecastResponse Package Description software.amazon.awssdk.services.forecast Provides APIs for creating and managing Amazon Forecast resources. -
-
Uses of CreateForecastResponse in software.amazon.awssdk.services.forecast
Methods in software.amazon.awssdk.services.forecast that return CreateForecastResponse Modifier and Type Method Description default CreateForecastResponseForecastClient. createForecast(Consumer<CreateForecastRequest.Builder> 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.Methods in software.amazon.awssdk.services.forecast that return types with arguments of type CreateForecastResponse Modifier and Type Method Description default CompletableFuture<CreateForecastResponse>ForecastAsyncClient. createForecast(Consumer<CreateForecastRequest.Builder> createForecastRequest)Creates a forecast for each item in theTARGET_TIME_SERIESdataset that was used to train the predictor.default CompletableFuture<CreateForecastResponse>ForecastAsyncClient. createForecast(CreateForecastRequest createForecastRequest)Creates a forecast for each item in theTARGET_TIME_SERIESdataset that was used to train the predictor.
-