

***************
ForecastService
***************



======
Client
======



.. py:class:: ForecastService.Client

  A low-level client representing Amazon Forecast Service
  

  Provides APIs for creating and managing Amazon Forecast resources.

  ::

    
    import boto3
    
    client = boto3.client('forecast')

  

These are the available methods:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  forecast/client/can_paginate
  forecast/client/close
  forecast/client/create_auto_predictor
  forecast/client/create_dataset
  forecast/client/create_dataset_group
  forecast/client/create_dataset_import_job
  forecast/client/create_explainability
  forecast/client/create_explainability_export
  forecast/client/create_forecast
  forecast/client/create_forecast_export_job
  forecast/client/create_monitor
  forecast/client/create_predictor
  forecast/client/create_predictor_backtest_export_job
  forecast/client/create_what_if_analysis
  forecast/client/create_what_if_forecast
  forecast/client/create_what_if_forecast_export
  forecast/client/delete_dataset
  forecast/client/delete_dataset_group
  forecast/client/delete_dataset_import_job
  forecast/client/delete_explainability
  forecast/client/delete_explainability_export
  forecast/client/delete_forecast
  forecast/client/delete_forecast_export_job
  forecast/client/delete_monitor
  forecast/client/delete_predictor
  forecast/client/delete_predictor_backtest_export_job
  forecast/client/delete_resource_tree
  forecast/client/delete_what_if_analysis
  forecast/client/delete_what_if_forecast
  forecast/client/delete_what_if_forecast_export
  forecast/client/describe_auto_predictor
  forecast/client/describe_dataset
  forecast/client/describe_dataset_group
  forecast/client/describe_dataset_import_job
  forecast/client/describe_explainability
  forecast/client/describe_explainability_export
  forecast/client/describe_forecast
  forecast/client/describe_forecast_export_job
  forecast/client/describe_monitor
  forecast/client/describe_predictor
  forecast/client/describe_predictor_backtest_export_job
  forecast/client/describe_what_if_analysis
  forecast/client/describe_what_if_forecast
  forecast/client/describe_what_if_forecast_export
  forecast/client/get_accuracy_metrics
  forecast/client/get_paginator
  forecast/client/get_waiter
  forecast/client/list_dataset_groups
  forecast/client/list_dataset_import_jobs
  forecast/client/list_datasets
  forecast/client/list_explainabilities
  forecast/client/list_explainability_exports
  forecast/client/list_forecast_export_jobs
  forecast/client/list_forecasts
  forecast/client/list_monitor_evaluations
  forecast/client/list_monitors
  forecast/client/list_predictor_backtest_export_jobs
  forecast/client/list_predictors
  forecast/client/list_tags_for_resource
  forecast/client/list_what_if_analyses
  forecast/client/list_what_if_forecast_exports
  forecast/client/list_what_if_forecasts
  forecast/client/resume_resource
  forecast/client/stop_resource
  forecast/client/tag_resource
  forecast/client/untag_resource
  forecast/client/update_dataset_group


==========
Paginators
==========


Paginators are available on a client instance via the ``get_paginator`` method. For more detailed instructions and examples on the usage of paginators, see the paginators `user guide <https://boto3.amazonaws.com/v1/documentation/api/latest/guide/paginators.html>`_.

The available paginators are:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  forecast/paginator/ListDatasetGroups
  forecast/paginator/ListDatasetImportJobs
  forecast/paginator/ListDatasets
  forecast/paginator/ListExplainabilities
  forecast/paginator/ListExplainabilityExports
  forecast/paginator/ListForecastExportJobs
  forecast/paginator/ListForecasts
  forecast/paginator/ListMonitorEvaluations
  forecast/paginator/ListMonitors
  forecast/paginator/ListPredictorBacktestExportJobs
  forecast/paginator/ListPredictors
  forecast/paginator/ListWhatIfAnalyses
  forecast/paginator/ListWhatIfForecastExports
  forecast/paginator/ListWhatIfForecasts
