| 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 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 DeleteDatasetResponse |
ForecastClient.deleteDataset(Consumer<DeleteDatasetRequest.Builder> deleteDatasetRequest)
Deletes an Amazon Forecast dataset that was created using the CreateDataset operation.
|
default DeleteDatasetResponse |
ForecastClient.deleteDataset(DeleteDatasetRequest deleteDatasetRequest)
Deletes an Amazon Forecast dataset that was created using the CreateDataset operation.
|
default DeleteDatasetGroupResponse |
ForecastClient.deleteDatasetGroup(Consumer<DeleteDatasetGroupRequest.Builder> deleteDatasetGroupRequest)
Deletes a dataset group created using the CreateDatasetGroup
operation.
|
default DeleteDatasetGroupResponse |
ForecastClient.deleteDatasetGroup(DeleteDatasetGroupRequest deleteDatasetGroupRequest)
Deletes a dataset group created using the CreateDatasetGroup
operation.
|
default DeleteDatasetImportJobResponse |
ForecastClient.deleteDatasetImportJob(Consumer<DeleteDatasetImportJobRequest.Builder> deleteDatasetImportJobRequest)
Deletes a dataset import job created using the CreateDatasetImportJob
operation.
|
default DeleteDatasetImportJobResponse |
ForecastClient.deleteDatasetImportJob(DeleteDatasetImportJobRequest deleteDatasetImportJobRequest)
Deletes a dataset import job created using the CreateDatasetImportJob
operation.
|
default DeleteExplainabilityResponse |
ForecastClient.deleteExplainability(Consumer<DeleteExplainabilityRequest.Builder> deleteExplainabilityRequest)
Deletes an Explainability resource.
|
default DeleteExplainabilityResponse |
ForecastClient.deleteExplainability(DeleteExplainabilityRequest deleteExplainabilityRequest)
Deletes an Explainability resource.
|
default DeleteExplainabilityExportResponse |
ForecastClient.deleteExplainabilityExport(Consumer<DeleteExplainabilityExportRequest.Builder> deleteExplainabilityExportRequest)
Deletes an Explainability export.
|
default DeleteExplainabilityExportResponse |
ForecastClient.deleteExplainabilityExport(DeleteExplainabilityExportRequest deleteExplainabilityExportRequest)
Deletes an Explainability export.
|
default DeleteForecastResponse |
ForecastClient.deleteForecast(Consumer<DeleteForecastRequest.Builder> deleteForecastRequest)
Deletes a forecast created using the CreateForecast operation.
|
default DeleteForecastResponse |
ForecastClient.deleteForecast(DeleteForecastRequest deleteForecastRequest)
Deletes a forecast created using the CreateForecast operation.
|
default DeleteForecastExportJobResponse |
ForecastClient.deleteForecastExportJob(Consumer<DeleteForecastExportJobRequest.Builder> deleteForecastExportJobRequest)
Deletes a forecast export job created using the CreateForecastExportJob operation.
|
default DeleteForecastExportJobResponse |
ForecastClient.deleteForecastExportJob(DeleteForecastExportJobRequest deleteForecastExportJobRequest)
Deletes a forecast export job created using the CreateForecastExportJob operation.
|
default DeleteMonitorResponse |
ForecastClient.deleteMonitor(Consumer<DeleteMonitorRequest.Builder> deleteMonitorRequest)
Deletes a monitor resource.
|
default DeleteMonitorResponse |
ForecastClient.deleteMonitor(DeleteMonitorRequest deleteMonitorRequest)
Deletes a monitor resource.
|
default DeletePredictorResponse |
ForecastClient.deletePredictor(Consumer<DeletePredictorRequest.Builder> deletePredictorRequest)
Deletes a predictor created using the DescribePredictor or CreatePredictor operations.
|
default DeletePredictorResponse |
ForecastClient.deletePredictor(DeletePredictorRequest deletePredictorRequest)
Deletes a predictor created using the DescribePredictor or CreatePredictor operations.
|
default DeletePredictorBacktestExportJobResponse |
ForecastClient.deletePredictorBacktestExportJob(Consumer<DeletePredictorBacktestExportJobRequest.Builder> deletePredictorBacktestExportJobRequest)
Deletes a predictor backtest export job.
|
default DeletePredictorBacktestExportJobResponse |
ForecastClient.deletePredictorBacktestExportJob(DeletePredictorBacktestExportJobRequest deletePredictorBacktestExportJobRequest)
Deletes a predictor backtest export job.
|
default DeleteResourceTreeResponse |
ForecastClient.deleteResourceTree(Consumer<DeleteResourceTreeRequest.Builder> deleteResourceTreeRequest)
Deletes an entire resource tree.
|
default DeleteResourceTreeResponse |
ForecastClient.deleteResourceTree(DeleteResourceTreeRequest deleteResourceTreeRequest)
Deletes an entire resource tree.
|
default DeleteWhatIfAnalysisResponse |
ForecastClient.deleteWhatIfAnalysis(Consumer<DeleteWhatIfAnalysisRequest.Builder> deleteWhatIfAnalysisRequest)
Deletes a what-if analysis created using the CreateWhatIfAnalysis operation.
|
default DeleteWhatIfAnalysisResponse |
ForecastClient.deleteWhatIfAnalysis(DeleteWhatIfAnalysisRequest deleteWhatIfAnalysisRequest)
Deletes a what-if analysis created using the CreateWhatIfAnalysis operation.
|
default DeleteWhatIfForecastResponse |
ForecastClient.deleteWhatIfForecast(Consumer<DeleteWhatIfForecastRequest.Builder> deleteWhatIfForecastRequest)
Deletes a what-if forecast created using the CreateWhatIfForecast operation.
|
default DeleteWhatIfForecastResponse |
ForecastClient.deleteWhatIfForecast(DeleteWhatIfForecastRequest deleteWhatIfForecastRequest)
Deletes a what-if forecast created using the CreateWhatIfForecast operation.
|
default DeleteWhatIfForecastExportResponse |
ForecastClient.deleteWhatIfForecastExport(Consumer<DeleteWhatIfForecastExportRequest.Builder> deleteWhatIfForecastExportRequest)
Deletes a what-if forecast export created using the CreateWhatIfForecastExport operation.
|
default DeleteWhatIfForecastExportResponse |
ForecastClient.deleteWhatIfForecastExport(DeleteWhatIfForecastExportRequest deleteWhatIfForecastExportRequest)
Deletes a what-if forecast export created using the CreateWhatIfForecastExport operation.
|
default GetAccuracyMetricsResponse |
ForecastClient.getAccuracyMetrics(Consumer<GetAccuracyMetricsRequest.Builder> getAccuracyMetricsRequest)
Provides metrics on the accuracy of the models that were trained by the CreatePredictor operation.
|
default GetAccuracyMetricsResponse |
ForecastClient.getAccuracyMetrics(GetAccuracyMetricsRequest getAccuracyMetricsRequest)
Provides metrics on the accuracy of the models that were trained by the CreatePredictor operation.
|
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 UpdateDatasetGroupResponse |
ForecastClient.updateDatasetGroup(Consumer<UpdateDatasetGroupRequest.Builder> updateDatasetGroupRequest)
Replaces the datasets in a dataset group with the specified datasets.
|
default UpdateDatasetGroupResponse |
ForecastClient.updateDatasetGroup(UpdateDatasetGroupRequest updateDatasetGroupRequest)
Replaces the datasets in a dataset group with the specified datasets.
|
Copyright © 2023. All rights reserved.