| Package | Description |
|---|---|
| com.amazonaws.services.forecast |
Provides APIs for creating and managing Amazon Forecast resources.
|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
ListPredictorsResult |
AmazonForecastClient.listPredictors(ListPredictorsRequest request)
Returns a list of predictors created using the CreatePredictor operation.
|
ListPredictorsResult |
AmazonForecast.listPredictors(ListPredictorsRequest listPredictorsRequest)
Returns a list of predictors created using the CreatePredictor operation.
|
ListPredictorsResult |
AbstractAmazonForecast.listPredictors(ListPredictorsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListPredictorsResult> |
AmazonForecastAsync.listPredictorsAsync(ListPredictorsRequest listPredictorsRequest,
AsyncHandler<ListPredictorsRequest,ListPredictorsResult> asyncHandler)
Returns a list of predictors created using the CreatePredictor operation.
|
Future<ListPredictorsResult> |
AmazonForecastAsyncClient.listPredictorsAsync(ListPredictorsRequest request,
AsyncHandler<ListPredictorsRequest,ListPredictorsResult> asyncHandler) |
Future<ListPredictorsResult> |
AbstractAmazonForecastAsync.listPredictorsAsync(ListPredictorsRequest request,
AsyncHandler<ListPredictorsRequest,ListPredictorsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListPredictorsResult |
ListPredictorsResult.clone() |
ListPredictorsResult |
ListPredictorsResult.withNextToken(String nextToken)
If the response is truncated, Amazon Forecast returns this token.
|
ListPredictorsResult |
ListPredictorsResult.withPredictors(Collection<PredictorSummary> predictors)
An array of objects that summarize each predictor's properties.
|
ListPredictorsResult |
ListPredictorsResult.withPredictors(PredictorSummary... predictors)
An array of objects that summarize each predictor's properties.
|
Copyright © 2019. All rights reserved.