| 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 |
|---|---|
Future<CreateForecastExportJobResult> |
AmazonForecastAsyncClient.createForecastExportJobAsync(CreateForecastExportJobRequest request,
AsyncHandler<CreateForecastExportJobRequest,CreateForecastExportJobResult> asyncHandler) |
Future<CreateForecastExportJobResult> |
AbstractAmazonForecastAsync.createForecastExportJobAsync(CreateForecastExportJobRequest request,
AsyncHandler<CreateForecastExportJobRequest,CreateForecastExportJobResult> asyncHandler) |
Future<CreateForecastExportJobResult> |
AmazonForecastAsync.createForecastExportJobAsync(CreateForecastExportJobRequest createForecastExportJobRequest,
AsyncHandler<CreateForecastExportJobRequest,CreateForecastExportJobResult> asyncHandler)
Exports a forecast created by the CreateForecast operation to your Amazon Simple Storage Service (Amazon
S3) bucket.
|
| Modifier and Type | Method and Description |
|---|---|
CreateForecastExportJobRequest |
CreateForecastExportJobRequest.clone() |
CreateForecastExportJobRequest |
CreateForecastExportJobRequest.withDestination(DataDestination destination)
The location where you want to save the forecast and an Identity and Access Management (IAM) role that Amazon
Forecast can assume to access the location.
|
CreateForecastExportJobRequest |
CreateForecastExportJobRequest.withForecastArn(String forecastArn)
The Amazon Resource Name (ARN) of the forecast that you want to export.
|
CreateForecastExportJobRequest |
CreateForecastExportJobRequest.withForecastExportJobName(String forecastExportJobName)
The name for the forecast export job.
|
CreateForecastExportJobRequest |
CreateForecastExportJobRequest.withFormat(String format)
The format of the exported data, CSV or PARQUET.
|
CreateForecastExportJobRequest |
CreateForecastExportJobRequest.withTags(Collection<Tag> tags)
The optional metadata that you apply to the forecast export job to help you categorize and organize them.
|
CreateForecastExportJobRequest |
CreateForecastExportJobRequest.withTags(Tag... tags)
The optional metadata that you apply to the forecast export job to help you categorize and organize them.
|
Copyright © 2024. All rights reserved.