| Package | Description |
|---|---|
| software.amazon.awssdk.services.forecast |
Provides APIs for creating and managing Amazon Forecast resources.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateAutoPredictorResponse |
ForecastClient.createAutoPredictor(Consumer<CreateAutoPredictorRequest.Builder> createAutoPredictorRequest)
Creates an Amazon Forecast predictor.
|
default CreateAutoPredictorResponse |
ForecastClient.createAutoPredictor(CreateAutoPredictorRequest createAutoPredictorRequest)
Creates an Amazon Forecast predictor.
|
default CreateDatasetResponse |
ForecastClient.createDataset(Consumer<CreateDatasetRequest.Builder> createDatasetRequest)
Creates an Amazon Forecast dataset.
|
default CreateDatasetResponse |
ForecastClient.createDataset(CreateDatasetRequest createDatasetRequest)
Creates an Amazon Forecast dataset.
|
default CreateDatasetGroupResponse |
ForecastClient.createDatasetGroup(Consumer<CreateDatasetGroupRequest.Builder> createDatasetGroupRequest)
Creates a dataset group, which holds a collection of related datasets.
|
default CreateDatasetGroupResponse |
ForecastClient.createDatasetGroup(CreateDatasetGroupRequest createDatasetGroupRequest)
Creates a dataset group, which holds a collection of related datasets.
|
default CreateDatasetImportJobResponse |
ForecastClient.createDatasetImportJob(Consumer<CreateDatasetImportJobRequest.Builder> createDatasetImportJobRequest)
Imports your training data to an Amazon Forecast dataset.
|
default CreateDatasetImportJobResponse |
ForecastClient.createDatasetImportJob(CreateDatasetImportJobRequest createDatasetImportJobRequest)
Imports your training data to an Amazon Forecast dataset.
|
default CreateExplainabilityResponse |
ForecastClient.createExplainability(Consumer<CreateExplainabilityRequest.Builder> createExplainabilityRequest)
|
default CreateExplainabilityResponse |
ForecastClient.createExplainability(CreateExplainabilityRequest createExplainabilityRequest)
|
default CreateExplainabilityExportResponse |
ForecastClient.createExplainabilityExport(Consumer<CreateExplainabilityExportRequest.Builder> createExplainabilityExportRequest)
Exports an Explainability resource created by the CreateExplainability operation.
|
default CreateExplainabilityExportResponse |
ForecastClient.createExplainabilityExport(CreateExplainabilityExportRequest createExplainabilityExportRequest)
Exports an Explainability resource created by the CreateExplainability operation.
|
default CreateForecastResponse |
ForecastClient.createForecast(Consumer<CreateForecastRequest.Builder> createForecastRequest)
Creates a forecast for each item in the
TARGET_TIME_SERIES dataset that was used to train the
predictor. |
default CreateForecastResponse |
ForecastClient.createForecast(CreateForecastRequest createForecastRequest)
Creates a forecast for each item in the
TARGET_TIME_SERIES dataset that was used to train the
predictor. |
default CreateForecastExportJobResponse |
ForecastClient.createForecastExportJob(Consumer<CreateForecastExportJobRequest.Builder> createForecastExportJobRequest)
Exports a forecast created by the CreateForecast operation to your Amazon Simple Storage Service (Amazon
S3) bucket.
|
default CreateForecastExportJobResponse |
ForecastClient.createForecastExportJob(CreateForecastExportJobRequest createForecastExportJobRequest)
Exports a forecast created by the CreateForecast operation to your Amazon Simple Storage Service (Amazon
S3) bucket.
|
default CreateMonitorResponse |
ForecastClient.createMonitor(Consumer<CreateMonitorRequest.Builder> createMonitorRequest)
Creates a predictor monitor resource for an existing auto predictor.
|
default CreateMonitorResponse |
ForecastClient.createMonitor(CreateMonitorRequest createMonitorRequest)
Creates a predictor monitor resource for an existing auto predictor.
|
default CreatePredictorResponse |
ForecastClient.createPredictor(Consumer<CreatePredictorRequest.Builder> createPredictorRequest)
|
default CreatePredictorResponse |
ForecastClient.createPredictor(CreatePredictorRequest createPredictorRequest)
|
default CreatePredictorBacktestExportJobResponse |
ForecastClient.createPredictorBacktestExportJob(Consumer<CreatePredictorBacktestExportJobRequest.Builder> createPredictorBacktestExportJobRequest)
Exports backtest forecasts and accuracy metrics generated by the CreateAutoPredictor or
CreatePredictor operations.
|
default CreatePredictorBacktestExportJobResponse |
ForecastClient.createPredictorBacktestExportJob(CreatePredictorBacktestExportJobRequest createPredictorBacktestExportJobRequest)
Exports backtest forecasts and accuracy metrics generated by the CreateAutoPredictor or
CreatePredictor operations.
|
default CreateWhatIfAnalysisResponse |
ForecastClient.createWhatIfAnalysis(Consumer<CreateWhatIfAnalysisRequest.Builder> createWhatIfAnalysisRequest)
What-if analysis is a scenario modeling technique where you make a hypothetical change to a time series and
compare the forecasts generated by these changes against the baseline, unchanged time series.
|
default CreateWhatIfAnalysisResponse |
ForecastClient.createWhatIfAnalysis(CreateWhatIfAnalysisRequest createWhatIfAnalysisRequest)
What-if analysis is a scenario modeling technique where you make a hypothetical change to a time series and
compare the forecasts generated by these changes against the baseline, unchanged time series.
|
default CreateWhatIfForecastResponse |
ForecastClient.createWhatIfForecast(Consumer<CreateWhatIfForecastRequest.Builder> createWhatIfForecastRequest)
A what-if forecast is a forecast that is created from a modified version of the baseline forecast.
|
default CreateWhatIfForecastResponse |
ForecastClient.createWhatIfForecast(CreateWhatIfForecastRequest createWhatIfForecastRequest)
A what-if forecast is a forecast that is created from a modified version of the baseline forecast.
|
default CreateWhatIfForecastExportResponse |
ForecastClient.createWhatIfForecastExport(Consumer<CreateWhatIfForecastExportRequest.Builder> createWhatIfForecastExportRequest)
Exports a forecast created by the CreateWhatIfForecast operation to your Amazon Simple Storage Service
(Amazon S3) bucket.
|
default CreateWhatIfForecastExportResponse |
ForecastClient.createWhatIfForecastExport(CreateWhatIfForecastExportRequest createWhatIfForecastExportRequest)
Exports a forecast created by the CreateWhatIfForecast operation to your Amazon Simple Storage Service
(Amazon S3) bucket.
|
default ResumeResourceResponse |
ForecastClient.resumeResource(Consumer<ResumeResourceRequest.Builder> resumeResourceRequest)
Resumes a stopped monitor resource.
|
default ResumeResourceResponse |
ForecastClient.resumeResource(ResumeResourceRequest resumeResourceRequest)
Resumes a stopped monitor resource.
|
default StopResourceResponse |
ForecastClient.stopResource(Consumer<StopResourceRequest.Builder> stopResourceRequest)
Stops a resource.
|
default StopResourceResponse |
ForecastClient.stopResource(StopResourceRequest stopResourceRequest)
Stops a resource.
|
default TagResourceResponse |
ForecastClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Associates the specified tags to a resource with the specified
resourceArn. |
default TagResourceResponse |
ForecastClient.tagResource(TagResourceRequest tagResourceRequest)
Associates the specified tags to a resource with the specified
resourceArn. |
Copyright © 2023. All rights reserved.