amazonka-forecast-2.0: Amazon Forecast Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Forecast

Contents

Description

Derived from API version 2018-06-26 of the AWS service descriptions, licensed under Apache 2.0.

Provides APIs for creating and managing Amazon Forecast resources.

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2018-06-26 of the Amazon Forecast Service SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by Forecast.

InvalidInputException

_InvalidInputException :: AsError a => Fold a ServiceError Source #

We can't process the request because it includes an invalid value or a value that exceeds the valid range.

InvalidNextTokenException

_InvalidNextTokenException :: AsError a => Fold a ServiceError Source #

The token is not valid. Tokens expire after 24 hours.

LimitExceededException

_LimitExceededException :: AsError a => Fold a ServiceError Source #

The limit on the number of resources per account has been exceeded.

ResourceAlreadyExistsException

_ResourceAlreadyExistsException :: AsError a => Fold a ServiceError Source #

There is already a resource with this name. Try again with a different name.

ResourceInUseException

_ResourceInUseException :: AsError a => Fold a ServiceError Source #

The specified resource is in use.

ResourceNotFoundException

_ResourceNotFoundException :: AsError a => Fold a ServiceError Source #

We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try again.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

CreateAutoPredictor

data CreateAutoPredictor Source #

See: newCreateAutoPredictor smart constructor.

Instances

Instances details
ToJSON CreateAutoPredictor Source # 
Instance details

Defined in Amazonka.Forecast.CreateAutoPredictor

ToHeaders CreateAutoPredictor Source # 
Instance details

Defined in Amazonka.Forecast.CreateAutoPredictor

ToPath CreateAutoPredictor Source # 
Instance details

Defined in Amazonka.Forecast.CreateAutoPredictor

ToQuery CreateAutoPredictor Source # 
Instance details

Defined in Amazonka.Forecast.CreateAutoPredictor

AWSRequest CreateAutoPredictor Source # 
Instance details

Defined in Amazonka.Forecast.CreateAutoPredictor

Associated Types

type AWSResponse CreateAutoPredictor #

Generic CreateAutoPredictor Source # 
Instance details

Defined in Amazonka.Forecast.CreateAutoPredictor

Associated Types

type Rep CreateAutoPredictor :: Type -> Type #

Show CreateAutoPredictor Source # 
Instance details

Defined in Amazonka.Forecast.CreateAutoPredictor

NFData CreateAutoPredictor Source # 
Instance details

Defined in Amazonka.Forecast.CreateAutoPredictor

Methods

rnf :: CreateAutoPredictor -> () #

Eq CreateAutoPredictor Source # 
Instance details

Defined in Amazonka.Forecast.CreateAutoPredictor

Hashable CreateAutoPredictor Source # 
Instance details

Defined in Amazonka.Forecast.CreateAutoPredictor

type AWSResponse CreateAutoPredictor Source # 
Instance details

Defined in Amazonka.Forecast.CreateAutoPredictor

type Rep CreateAutoPredictor Source # 
Instance details

Defined in Amazonka.Forecast.CreateAutoPredictor

type Rep CreateAutoPredictor = D1 ('MetaData "CreateAutoPredictor" "Amazonka.Forecast.CreateAutoPredictor" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "CreateAutoPredictor'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "dataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataConfig)) :*: (S1 ('MetaSel ('Just "encryptionConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncryptionConfig)) :*: S1 ('MetaSel ('Just "explainPredictor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "forecastDimensions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "forecastFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "forecastHorizon") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))) :*: ((S1 ('MetaSel ('Just "forecastTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "monitorConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitorConfig)) :*: S1 ('MetaSel ('Just "optimizationMetric") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OptimizationMetric)))) :*: ((S1 ('MetaSel ('Just "referencePredictorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "timeAlignmentBoundary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimeAlignmentBoundary)) :*: S1 ('MetaSel ('Just "predictorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newCreateAutoPredictor Source #

Create a value of CreateAutoPredictor with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dataConfig:CreateAutoPredictor', createAutoPredictor_dataConfig - The data configuration for your dataset group and any additional datasets.

$sel:encryptionConfig:CreateAutoPredictor', createAutoPredictor_encryptionConfig - Undocumented member.

$sel:explainPredictor:CreateAutoPredictor', createAutoPredictor_explainPredictor - Create an Explainability resource for the predictor.

CreateAutoPredictor, createAutoPredictor_forecastDimensions - An array of dimension (field) names that specify how to group the generated forecast.

For example, if you are generating forecasts for item sales across all your stores, and your dataset contains a store_id field, you would specify store_id as a dimension to group sales forecasts for each store.

CreateAutoPredictor, createAutoPredictor_forecastFrequency - The frequency of predictions in a forecast.

Valid intervals are Y (Year), M (Month), W (Week), D (Day), H (Hour), 30min (30 minutes), 15min (15 minutes), 10min (10 minutes), 5min (5 minutes), and 1min (1 minute). For example, "Y" indicates every year and "5min" indicates every five minutes.

The frequency must be greater than or equal to the TARGET_TIME_SERIES dataset frequency.

When a RELATED_TIME_SERIES dataset is provided, the frequency must be equal to the RELATED_TIME_SERIES dataset frequency.

$sel:forecastHorizon:CreateAutoPredictor', createAutoPredictor_forecastHorizon - The number of time-steps that the model predicts. The forecast horizon is also called the prediction length.

The maximum forecast horizon is the lesser of 500 time-steps or 1/4 of the TARGET_TIME_SERIES dataset length. If you are retraining an existing AutoPredictor, then the maximum forecast horizon is the lesser of 500 time-steps or 1/3 of the TARGET_TIME_SERIES dataset length.

If you are upgrading to an AutoPredictor or retraining an existing AutoPredictor, you cannot update the forecast horizon parameter. You can meet this requirement by providing longer time-series in the dataset.

$sel:forecastTypes:CreateAutoPredictor', createAutoPredictor_forecastTypes - The forecast types used to train a predictor. You can specify up to five forecast types. Forecast types can be quantiles from 0.01 to 0.99, by increments of 0.01 or higher. You can also specify the mean forecast with mean.

$sel:monitorConfig:CreateAutoPredictor', createAutoPredictor_monitorConfig - The configuration details for predictor monitoring. Provide a name for the monitor resource to enable predictor monitoring.

Predictor monitoring allows you to see how your predictor's performance changes over time. For more information, see Predictor Monitoring.

$sel:optimizationMetric:CreateAutoPredictor', createAutoPredictor_optimizationMetric - The accuracy metric used to optimize the predictor.

$sel:referencePredictorArn:CreateAutoPredictor', createAutoPredictor_referencePredictorArn - The ARN of the predictor to retrain or upgrade. This parameter is only used when retraining or upgrading a predictor. When creating a new predictor, do not specify a value for this parameter.

When upgrading or retraining a predictor, only specify values for the ReferencePredictorArn and PredictorName. The value for PredictorName must be a unique predictor name.

$sel:tags:CreateAutoPredictor', createAutoPredictor_tags - Optional metadata to help you categorize and organize your predictors. Each tag consists of a key and an optional value, both of which you define. Tag keys and values are case sensitive.

The following restrictions apply to tags:

  • For each resource, each tag key must be unique and each tag key must have one value.
  • Maximum number of tags per resource: 50.
  • Maximum key length: 128 Unicode characters in UTF-8.
  • Maximum value length: 256 Unicode characters in UTF-8.
  • Accepted characters: all letters and numbers, spaces representable in UTF-8, and + - = . _ : / @. If your tagging schema is used across other services and resources, the character restrictions of those services also apply.
  • Key prefixes cannot include any upper or lowercase combination of aws: or AWS:. Values can have this prefix. If a tag value has aws as its prefix but the key does not, Forecast considers it to be a user tag and will count against the limit of 50 tags. Tags with only the key prefix of aws do not count against your tags per resource limit. You cannot edit or delete tag keys with this prefix.

$sel:timeAlignmentBoundary:CreateAutoPredictor', createAutoPredictor_timeAlignmentBoundary - The time boundary Forecast uses to align and aggregate any data that doesn't align with your forecast frequency. Provide the unit of time and the time boundary as a key value pair. For more information on specifying a time boundary, see Specifying a Time Boundary. If you don't provide a time boundary, Forecast uses a set of Default Time Boundaries.

CreateAutoPredictor, createAutoPredictor_predictorName - A unique name for the predictor

data CreateAutoPredictorResponse Source #

See: newCreateAutoPredictorResponse smart constructor.

Instances

Instances details
Generic CreateAutoPredictorResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateAutoPredictor

Associated Types

type Rep CreateAutoPredictorResponse :: Type -> Type #

Read CreateAutoPredictorResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateAutoPredictor

Show CreateAutoPredictorResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateAutoPredictor

NFData CreateAutoPredictorResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateAutoPredictor

Eq CreateAutoPredictorResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateAutoPredictor

type Rep CreateAutoPredictorResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateAutoPredictor

type Rep CreateAutoPredictorResponse = D1 ('MetaData "CreateAutoPredictorResponse" "Amazonka.Forecast.CreateAutoPredictor" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "CreateAutoPredictorResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "predictorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateAutoPredictorResponse Source #

Create a value of CreateAutoPredictorResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateAutoPredictorResponse, createAutoPredictorResponse_predictorArn - The Amazon Resource Name (ARN) of the predictor.

$sel:httpStatus:CreateAutoPredictorResponse', createAutoPredictorResponse_httpStatus - The response's http status code.

CreateDataset

data CreateDataset Source #

See: newCreateDataset smart constructor.

Instances

Instances details
ToJSON CreateDataset Source # 
Instance details

Defined in Amazonka.Forecast.CreateDataset

ToHeaders CreateDataset Source # 
Instance details

Defined in Amazonka.Forecast.CreateDataset

ToPath CreateDataset Source # 
Instance details

Defined in Amazonka.Forecast.CreateDataset

ToQuery CreateDataset Source # 
Instance details

Defined in Amazonka.Forecast.CreateDataset

AWSRequest CreateDataset Source # 
Instance details

Defined in Amazonka.Forecast.CreateDataset

Associated Types

type AWSResponse CreateDataset #

Generic CreateDataset Source # 
Instance details

Defined in Amazonka.Forecast.CreateDataset

Associated Types

type Rep CreateDataset :: Type -> Type #

Show CreateDataset Source # 
Instance details

Defined in Amazonka.Forecast.CreateDataset

NFData CreateDataset Source # 
Instance details

Defined in Amazonka.Forecast.CreateDataset

Methods

rnf :: CreateDataset -> () #

Eq CreateDataset Source # 
Instance details

Defined in Amazonka.Forecast.CreateDataset

Hashable CreateDataset Source # 
Instance details

Defined in Amazonka.Forecast.CreateDataset

type AWSResponse CreateDataset Source # 
Instance details

Defined in Amazonka.Forecast.CreateDataset

type Rep CreateDataset Source # 
Instance details

Defined in Amazonka.Forecast.CreateDataset

newCreateDataset Source #

Create a value of CreateDataset with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dataFrequency:CreateDataset', createDataset_dataFrequency - The frequency of data collection. This parameter is required for RELATED_TIME_SERIES datasets.

Valid intervals are Y (Year), M (Month), W (Week), D (Day), H (Hour), 30min (30 minutes), 15min (15 minutes), 10min (10 minutes), 5min (5 minutes), and 1min (1 minute). For example, "D" indicates every day and "15min" indicates every 15 minutes.

$sel:encryptionConfig:CreateDataset', createDataset_encryptionConfig - An AWS Key Management Service (KMS) key and the AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key.

$sel:tags:CreateDataset', createDataset_tags - The optional metadata that you apply to the dataset to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define.

The following basic restrictions apply to tags:

  • Maximum number of tags per resource - 50.
  • For each resource, each tag key must be unique, and each tag key can have only one value.
  • Maximum key length - 128 Unicode characters in UTF-8.
  • Maximum value length - 256 Unicode characters in UTF-8.
  • If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @.
  • Tag keys and values are case sensitive.
  • Do not use aws:, AWS:, or any upper or lowercase combination of such as a prefix for keys as it is reserved for AWS use. You cannot edit or delete tag keys with this prefix. Values can have this prefix. If a tag value has aws as its prefix but the key does not, then Forecast considers it to be a user tag and will count against the limit of 50 tags. Tags with only the key prefix of aws do not count against your tags per resource limit.

CreateDataset, createDataset_datasetName - A name for the dataset.

CreateDataset, createDataset_domain - The domain associated with the dataset. When you add a dataset to a dataset group, this value and the value specified for the Domain parameter of the CreateDatasetGroup operation must match.

The Domain and DatasetType that you choose determine the fields that must be present in the training data that you import to the dataset. For example, if you choose the RETAIL domain and TARGET_TIME_SERIES as the DatasetType, Amazon Forecast requires item_id, timestamp, and demand fields to be present in your data. For more information, see Importing datasets.

CreateDataset, createDataset_datasetType - The dataset type. Valid values depend on the chosen Domain.

CreateDataset, createDataset_schema - The schema for the dataset. The schema attributes and their order must match the fields in your data. The dataset Domain and DatasetType that you choose determine the minimum required fields in your training data. For information about the required fields for a specific dataset domain and type, see Dataset Domains and Dataset Types.

data CreateDatasetResponse Source #

See: newCreateDatasetResponse smart constructor.

Instances

Instances details
Generic CreateDatasetResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateDataset

Associated Types

type Rep CreateDatasetResponse :: Type -> Type #

Read CreateDatasetResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateDataset

Show CreateDatasetResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateDataset

NFData CreateDatasetResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateDataset

Methods

rnf :: CreateDatasetResponse -> () #

Eq CreateDatasetResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateDataset

type Rep CreateDatasetResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateDataset

type Rep CreateDatasetResponse = D1 ('MetaData "CreateDatasetResponse" "Amazonka.Forecast.CreateDataset" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "CreateDatasetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datasetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateDatasetResponse Source #

Create a value of CreateDatasetResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateDatasetResponse, createDatasetResponse_datasetArn - The Amazon Resource Name (ARN) of the dataset.

$sel:httpStatus:CreateDatasetResponse', createDatasetResponse_httpStatus - The response's http status code.

CreateDatasetGroup

data CreateDatasetGroup Source #

See: newCreateDatasetGroup smart constructor.

Instances

Instances details
ToJSON CreateDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.CreateDatasetGroup

ToHeaders CreateDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.CreateDatasetGroup

ToPath CreateDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.CreateDatasetGroup

ToQuery CreateDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.CreateDatasetGroup

AWSRequest CreateDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.CreateDatasetGroup

Associated Types

type AWSResponse CreateDatasetGroup #

Generic CreateDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.CreateDatasetGroup

Associated Types

type Rep CreateDatasetGroup :: Type -> Type #

Show CreateDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.CreateDatasetGroup

NFData CreateDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.CreateDatasetGroup

Methods

rnf :: CreateDatasetGroup -> () #

Eq CreateDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.CreateDatasetGroup

Hashable CreateDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.CreateDatasetGroup

type AWSResponse CreateDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.CreateDatasetGroup

type Rep CreateDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.CreateDatasetGroup

type Rep CreateDatasetGroup = D1 ('MetaData "CreateDatasetGroup" "Amazonka.Forecast.CreateDatasetGroup" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "CreateDatasetGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "datasetArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "datasetGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Domain))))

newCreateDatasetGroup Source #

Create a value of CreateDatasetGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:datasetArns:CreateDatasetGroup', createDatasetGroup_datasetArns - An array of Amazon Resource Names (ARNs) of the datasets that you want to include in the dataset group.

$sel:tags:CreateDatasetGroup', createDatasetGroup_tags - The optional metadata that you apply to the dataset group to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define.

The following basic restrictions apply to tags:

  • Maximum number of tags per resource - 50.
  • For each resource, each tag key must be unique, and each tag key can have only one value.
  • Maximum key length - 128 Unicode characters in UTF-8.
  • Maximum value length - 256 Unicode characters in UTF-8.
  • If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @.
  • Tag keys and values are case sensitive.
  • Do not use aws:, AWS:, or any upper or lowercase combination of such as a prefix for keys as it is reserved for AWS use. You cannot edit or delete tag keys with this prefix. Values can have this prefix. If a tag value has aws as its prefix but the key does not, then Forecast considers it to be a user tag and will count against the limit of 50 tags. Tags with only the key prefix of aws do not count against your tags per resource limit.

CreateDatasetGroup, createDatasetGroup_datasetGroupName - A name for the dataset group.

CreateDatasetGroup, createDatasetGroup_domain - The domain associated with the dataset group. When you add a dataset to a dataset group, this value and the value specified for the Domain parameter of the CreateDataset operation must match.

The Domain and DatasetType that you choose determine the fields that must be present in training data that you import to a dataset. For example, if you choose the RETAIL domain and TARGET_TIME_SERIES as the DatasetType, Amazon Forecast requires that item_id, timestamp, and demand fields are present in your data. For more information, see Dataset groups.

data CreateDatasetGroupResponse Source #

See: newCreateDatasetGroupResponse smart constructor.

Instances

Instances details
Generic CreateDatasetGroupResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateDatasetGroup

Associated Types

type Rep CreateDatasetGroupResponse :: Type -> Type #

Read CreateDatasetGroupResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateDatasetGroup

Show CreateDatasetGroupResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateDatasetGroup

NFData CreateDatasetGroupResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateDatasetGroup

Eq CreateDatasetGroupResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateDatasetGroup

type Rep CreateDatasetGroupResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateDatasetGroup

type Rep CreateDatasetGroupResponse = D1 ('MetaData "CreateDatasetGroupResponse" "Amazonka.Forecast.CreateDatasetGroup" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "CreateDatasetGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datasetGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateDatasetGroupResponse Source #

Create a value of CreateDatasetGroupResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateDatasetGroupResponse, createDatasetGroupResponse_datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group.

$sel:httpStatus:CreateDatasetGroupResponse', createDatasetGroupResponse_httpStatus - The response's http status code.

CreateDatasetImportJob

data CreateDatasetImportJob Source #

See: newCreateDatasetImportJob smart constructor.

Instances

Instances details
ToJSON CreateDatasetImportJob Source # 
Instance details

Defined in Amazonka.Forecast.CreateDatasetImportJob

ToHeaders CreateDatasetImportJob Source # 
Instance details

Defined in Amazonka.Forecast.CreateDatasetImportJob

ToPath CreateDatasetImportJob Source # 
Instance details

Defined in Amazonka.Forecast.CreateDatasetImportJob

ToQuery CreateDatasetImportJob Source # 
Instance details

Defined in Amazonka.Forecast.CreateDatasetImportJob

AWSRequest CreateDatasetImportJob Source # 
Instance details

Defined in Amazonka.Forecast.CreateDatasetImportJob

Associated Types

type AWSResponse CreateDatasetImportJob #

Generic CreateDatasetImportJob Source # 
Instance details

Defined in Amazonka.Forecast.CreateDatasetImportJob

Associated Types

type Rep CreateDatasetImportJob :: Type -> Type #

Show CreateDatasetImportJob Source # 
Instance details

Defined in Amazonka.Forecast.CreateDatasetImportJob

NFData CreateDatasetImportJob Source # 
Instance details

Defined in Amazonka.Forecast.CreateDatasetImportJob

Methods

rnf :: CreateDatasetImportJob -> () #

Eq CreateDatasetImportJob Source # 
Instance details

Defined in Amazonka.Forecast.CreateDatasetImportJob

Hashable CreateDatasetImportJob Source # 
Instance details

Defined in Amazonka.Forecast.CreateDatasetImportJob

type AWSResponse CreateDatasetImportJob Source # 
Instance details

Defined in Amazonka.Forecast.CreateDatasetImportJob

type Rep CreateDatasetImportJob Source # 
Instance details

Defined in Amazonka.Forecast.CreateDatasetImportJob

type Rep CreateDatasetImportJob = D1 ('MetaData "CreateDatasetImportJob" "Amazonka.Forecast.CreateDatasetImportJob" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "CreateDatasetImportJob'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "format") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "geolocationFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "timeZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "timestampFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "useGeolocationForTimeZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "datasetImportJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "datasetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "dataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DataSource))))))

newCreateDatasetImportJob Source #

Create a value of CreateDatasetImportJob with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateDatasetImportJob, createDatasetImportJob_format - The format of the imported data, CSV or PARQUET. The default value is CSV.

$sel:geolocationFormat:CreateDatasetImportJob', createDatasetImportJob_geolocationFormat - The format of the geolocation attribute. The geolocation attribute can be formatted in one of two ways:

  • LAT_LONG - the latitude and longitude in decimal format (Example: 47.61_-122.33).
  • CC_POSTALCODE (US Only) - the country code (US), followed by the 5-digit ZIP code (Example: US_98121).

$sel:tags:CreateDatasetImportJob', createDatasetImportJob_tags - The optional metadata that you apply to the dataset import job to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define.

The following basic restrictions apply to tags:

  • Maximum number of tags per resource - 50.
  • For each resource, each tag key must be unique, and each tag key can have only one value.
  • Maximum key length - 128 Unicode characters in UTF-8.
  • Maximum value length - 256 Unicode characters in UTF-8.
  • If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @.
  • Tag keys and values are case sensitive.
  • Do not use aws:, AWS:, or any upper or lowercase combination of such as a prefix for keys as it is reserved for AWS use. You cannot edit or delete tag keys with this prefix. Values can have this prefix. If a tag value has aws as its prefix but the key does not, then Forecast considers it to be a user tag and will count against the limit of 50 tags. Tags with only the key prefix of aws do not count against your tags per resource limit.

$sel:timeZone:CreateDatasetImportJob', createDatasetImportJob_timeZone - A single time zone for every item in your dataset. This option is ideal for datasets with all timestamps within a single time zone, or if all timestamps are normalized to a single time zone.

Refer to the Joda-Time API for a complete list of valid time zone names.

CreateDatasetImportJob, createDatasetImportJob_timestampFormat - The format of timestamps in the dataset. The format that you specify depends on the DataFrequency specified when the dataset was created. The following formats are supported

  • "yyyy-MM-dd"

    For the following data frequencies: Y, M, W, and D

  • "yyyy-MM-dd HH:mm:ss"

    For the following data frequencies: H, 30min, 15min, and 1min; and optionally, for: Y, M, W, and D

If the format isn't specified, Amazon Forecast expects the format to be "yyyy-MM-dd HH:mm:ss".

$sel:useGeolocationForTimeZone:CreateDatasetImportJob', createDatasetImportJob_useGeolocationForTimeZone - Automatically derive time zone information from the geolocation attribute. This option is ideal for datasets that contain timestamps in multiple time zones and those timestamps are expressed in local time.

CreateDatasetImportJob, createDatasetImportJob_datasetImportJobName - The name for the dataset import job. We recommend including the current timestamp in the name, for example, 20190721DatasetImport. This can help you avoid getting a ResourceAlreadyExistsException exception.

CreateDatasetImportJob, createDatasetImportJob_datasetArn - The Amazon Resource Name (ARN) of the Amazon Forecast dataset that you want to import data to.

CreateDatasetImportJob, createDatasetImportJob_dataSource - The location of the training data to import and an AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the data. The training data must be stored in an Amazon S3 bucket.

If encryption is used, DataSource must include an AWS Key Management Service (KMS) key and the IAM role must allow Amazon Forecast permission to access the key. The KMS key and IAM role must match those specified in the EncryptionConfig parameter of the CreateDataset operation.

data CreateDatasetImportJobResponse Source #

See: newCreateDatasetImportJobResponse smart constructor.

Instances

Instances details
Generic CreateDatasetImportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateDatasetImportJob

Associated Types

type Rep CreateDatasetImportJobResponse :: Type -> Type #

Read CreateDatasetImportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateDatasetImportJob

Show CreateDatasetImportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateDatasetImportJob

NFData CreateDatasetImportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateDatasetImportJob

Eq CreateDatasetImportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateDatasetImportJob

type Rep CreateDatasetImportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateDatasetImportJob

type Rep CreateDatasetImportJobResponse = D1 ('MetaData "CreateDatasetImportJobResponse" "Amazonka.Forecast.CreateDatasetImportJob" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "CreateDatasetImportJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datasetImportJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateDatasetImportJobResponse Source #

Create a value of CreateDatasetImportJobResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateDatasetImportJobResponse, createDatasetImportJobResponse_datasetImportJobArn - The Amazon Resource Name (ARN) of the dataset import job.

$sel:httpStatus:CreateDatasetImportJobResponse', createDatasetImportJobResponse_httpStatus - The response's http status code.

CreateExplainability

data CreateExplainability Source #

See: newCreateExplainability smart constructor.

Instances

Instances details
ToJSON CreateExplainability Source # 
Instance details

Defined in Amazonka.Forecast.CreateExplainability

ToHeaders CreateExplainability Source # 
Instance details

Defined in Amazonka.Forecast.CreateExplainability

ToPath CreateExplainability Source # 
Instance details

Defined in Amazonka.Forecast.CreateExplainability

ToQuery CreateExplainability Source # 
Instance details

Defined in Amazonka.Forecast.CreateExplainability

AWSRequest CreateExplainability Source # 
Instance details

Defined in Amazonka.Forecast.CreateExplainability

Associated Types

type AWSResponse CreateExplainability #

Generic CreateExplainability Source # 
Instance details

Defined in Amazonka.Forecast.CreateExplainability

Associated Types

type Rep CreateExplainability :: Type -> Type #

Show CreateExplainability Source # 
Instance details

Defined in Amazonka.Forecast.CreateExplainability

NFData CreateExplainability Source # 
Instance details

Defined in Amazonka.Forecast.CreateExplainability

Methods

rnf :: CreateExplainability -> () #

Eq CreateExplainability Source # 
Instance details

Defined in Amazonka.Forecast.CreateExplainability

Hashable CreateExplainability Source # 
Instance details

Defined in Amazonka.Forecast.CreateExplainability

type AWSResponse CreateExplainability Source # 
Instance details

Defined in Amazonka.Forecast.CreateExplainability

type Rep CreateExplainability Source # 
Instance details

Defined in Amazonka.Forecast.CreateExplainability

newCreateExplainability Source #

Create a value of CreateExplainability with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateExplainability, createExplainability_dataSource - Undocumented member.

$sel:enableVisualization:CreateExplainability', createExplainability_enableVisualization - Create an Explainability visualization that is viewable within the AWS console.

$sel:endDateTime:CreateExplainability', createExplainability_endDateTime - If TimePointGranularity is set to SPECIFIC, define the last time point for the Explainability.

Use the following timestamp format: yyyy-MM-ddTHH:mm:ss (example: 2015-01-01T20:00:00)

CreateExplainability, createExplainability_schema - Undocumented member.

$sel:startDateTime:CreateExplainability', createExplainability_startDateTime - If TimePointGranularity is set to SPECIFIC, define the first point for the Explainability.

Use the following timestamp format: yyyy-MM-ddTHH:mm:ss (example: 2015-01-01T20:00:00)

$sel:tags:CreateExplainability', createExplainability_tags - Optional metadata to help you categorize and organize your resources. Each tag consists of a key and an optional value, both of which you define. Tag keys and values are case sensitive.

The following restrictions apply to tags:

  • For each resource, each tag key must be unique and each tag key must have one value.
  • Maximum number of tags per resource: 50.
  • Maximum key length: 128 Unicode characters in UTF-8.
  • Maximum value length: 256 Unicode characters in UTF-8.
  • Accepted characters: all letters and numbers, spaces representable in UTF-8, and + - = . _ : / @. If your tagging schema is used across other services and resources, the character restrictions of those services also apply.
  • Key prefixes cannot include any upper or lowercase combination of aws: or AWS:. Values can have this prefix. If a tag value has aws as its prefix but the key does not, Forecast considers it to be a user tag and will count against the limit of 50 tags. Tags with only the key prefix of aws do not count against your tags per resource limit. You cannot edit or delete tag keys with this prefix.

CreateExplainability, createExplainability_explainabilityName - A unique name for the Explainability.

CreateExplainability, createExplainability_resourceArn - The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability.

CreateExplainability, createExplainability_explainabilityConfig - The configuration settings that define the granularity of time series and time points for the Explainability.

data CreateExplainabilityResponse Source #

See: newCreateExplainabilityResponse smart constructor.

Instances

Instances details
Generic CreateExplainabilityResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateExplainability

Associated Types

type Rep CreateExplainabilityResponse :: Type -> Type #

Read CreateExplainabilityResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateExplainability

Show CreateExplainabilityResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateExplainability

NFData CreateExplainabilityResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateExplainability

Eq CreateExplainabilityResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateExplainability

type Rep CreateExplainabilityResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateExplainability

type Rep CreateExplainabilityResponse = D1 ('MetaData "CreateExplainabilityResponse" "Amazonka.Forecast.CreateExplainability" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "CreateExplainabilityResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "explainabilityArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateExplainabilityResponse Source #

Create a value of CreateExplainabilityResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateExplainabilityResponse, createExplainabilityResponse_explainabilityArn - The Amazon Resource Name (ARN) of the Explainability.

$sel:httpStatus:CreateExplainabilityResponse', createExplainabilityResponse_httpStatus - The response's http status code.

CreateExplainabilityExport

data CreateExplainabilityExport Source #

See: newCreateExplainabilityExport smart constructor.

Instances

Instances details
ToJSON CreateExplainabilityExport Source # 
Instance details

Defined in Amazonka.Forecast.CreateExplainabilityExport

ToHeaders CreateExplainabilityExport Source # 
Instance details

Defined in Amazonka.Forecast.CreateExplainabilityExport

ToPath CreateExplainabilityExport Source # 
Instance details

Defined in Amazonka.Forecast.CreateExplainabilityExport

ToQuery CreateExplainabilityExport Source # 
Instance details

Defined in Amazonka.Forecast.CreateExplainabilityExport

AWSRequest CreateExplainabilityExport Source # 
Instance details

Defined in Amazonka.Forecast.CreateExplainabilityExport

Generic CreateExplainabilityExport Source # 
Instance details

Defined in Amazonka.Forecast.CreateExplainabilityExport

Associated Types

type Rep CreateExplainabilityExport :: Type -> Type #

Show CreateExplainabilityExport Source # 
Instance details

Defined in Amazonka.Forecast.CreateExplainabilityExport

NFData CreateExplainabilityExport Source # 
Instance details

Defined in Amazonka.Forecast.CreateExplainabilityExport

Eq CreateExplainabilityExport Source # 
Instance details

Defined in Amazonka.Forecast.CreateExplainabilityExport

Hashable CreateExplainabilityExport Source # 
Instance details

Defined in Amazonka.Forecast.CreateExplainabilityExport

type AWSResponse CreateExplainabilityExport Source # 
Instance details

Defined in Amazonka.Forecast.CreateExplainabilityExport

type Rep CreateExplainabilityExport Source # 
Instance details

Defined in Amazonka.Forecast.CreateExplainabilityExport

type Rep CreateExplainabilityExport = D1 ('MetaData "CreateExplainabilityExport" "Amazonka.Forecast.CreateExplainabilityExport" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "CreateExplainabilityExport'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "format") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "explainabilityExportName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "explainabilityArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DataDestination)))))

newCreateExplainabilityExport Source #

Create a value of CreateExplainabilityExport with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateExplainabilityExport, createExplainabilityExport_format - The format of the exported data, CSV or PARQUET.

$sel:tags:CreateExplainabilityExport', createExplainabilityExport_tags - Optional metadata to help you categorize and organize your resources. Each tag consists of a key and an optional value, both of which you define. Tag keys and values are case sensitive.

The following restrictions apply to tags:

  • For each resource, each tag key must be unique and each tag key must have one value.
  • Maximum number of tags per resource: 50.
  • Maximum key length: 128 Unicode characters in UTF-8.
  • Maximum value length: 256 Unicode characters in UTF-8.
  • Accepted characters: all letters and numbers, spaces representable in UTF-8, and + - = . _ : / @. If your tagging schema is used across other services and resources, the character restrictions of those services also apply.
  • Key prefixes cannot include any upper or lowercase combination of aws: or AWS:. Values can have this prefix. If a tag value has aws as its prefix but the key does not, Forecast considers it to be a user tag and will count against the limit of 50 tags. Tags with only the key prefix of aws do not count against your tags per resource limit. You cannot edit or delete tag keys with this prefix.

CreateExplainabilityExport, createExplainabilityExport_explainabilityExportName - A unique name for the Explainability export.

CreateExplainabilityExport, createExplainabilityExport_explainabilityArn - The Amazon Resource Name (ARN) of the Explainability to export.

CreateExplainabilityExport, createExplainabilityExport_destination - Undocumented member.

data CreateExplainabilityExportResponse Source #

Instances

Instances details
Generic CreateExplainabilityExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateExplainabilityExport

Associated Types

type Rep CreateExplainabilityExportResponse :: Type -> Type #

Read CreateExplainabilityExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateExplainabilityExport

Show CreateExplainabilityExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateExplainabilityExport

NFData CreateExplainabilityExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateExplainabilityExport

Eq CreateExplainabilityExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateExplainabilityExport

type Rep CreateExplainabilityExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateExplainabilityExport

type Rep CreateExplainabilityExportResponse = D1 ('MetaData "CreateExplainabilityExportResponse" "Amazonka.Forecast.CreateExplainabilityExport" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "CreateExplainabilityExportResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "explainabilityExportArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateExplainabilityExportResponse Source #

Create a value of CreateExplainabilityExportResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateExplainabilityExportResponse, createExplainabilityExportResponse_explainabilityExportArn - The Amazon Resource Name (ARN) of the export.

$sel:httpStatus:CreateExplainabilityExportResponse', createExplainabilityExportResponse_httpStatus - The response's http status code.

CreateForecast

data CreateForecast Source #

See: newCreateForecast smart constructor.

Instances

Instances details
ToJSON CreateForecast Source # 
Instance details

Defined in Amazonka.Forecast.CreateForecast

ToHeaders CreateForecast Source # 
Instance details

Defined in Amazonka.Forecast.CreateForecast

ToPath CreateForecast Source # 
Instance details

Defined in Amazonka.Forecast.CreateForecast

ToQuery CreateForecast Source # 
Instance details

Defined in Amazonka.Forecast.CreateForecast

AWSRequest CreateForecast Source # 
Instance details

Defined in Amazonka.Forecast.CreateForecast

Associated Types

type AWSResponse CreateForecast #

Generic CreateForecast Source # 
Instance details

Defined in Amazonka.Forecast.CreateForecast

Associated Types

type Rep CreateForecast :: Type -> Type #

Show CreateForecast Source # 
Instance details

Defined in Amazonka.Forecast.CreateForecast

NFData CreateForecast Source # 
Instance details

Defined in Amazonka.Forecast.CreateForecast

Methods

rnf :: CreateForecast -> () #

Eq CreateForecast Source # 
Instance details

Defined in Amazonka.Forecast.CreateForecast

Hashable CreateForecast Source # 
Instance details

Defined in Amazonka.Forecast.CreateForecast

type AWSResponse CreateForecast Source # 
Instance details

Defined in Amazonka.Forecast.CreateForecast

type Rep CreateForecast Source # 
Instance details

Defined in Amazonka.Forecast.CreateForecast

type Rep CreateForecast = D1 ('MetaData "CreateForecast" "Amazonka.Forecast.CreateForecast" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "CreateForecast'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "forecastTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "timeSeriesSelector") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimeSeriesSelector)) :*: (S1 ('MetaSel ('Just "forecastName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "predictorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCreateForecast Source #

Create a value of CreateForecast with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:forecastTypes:CreateForecast', createForecast_forecastTypes - The quantiles at which probabilistic forecasts are generated. __You can currently specify up to 5 quantiles per forecast__. Accepted values include 0.01 to 0.99 (increments of .01 only) and mean. The mean forecast is different from the median (0.50) when the distribution is not symmetric (for example, Beta and Negative Binomial).

The default quantiles are the quantiles you specified during predictor creation. If you didn't specify quantiles, the default values are ["0.1", "0.5", "0.9"].

$sel:tags:CreateForecast', createForecast_tags - The optional metadata that you apply to the forecast to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define.

The following basic restrictions apply to tags:

  • Maximum number of tags per resource - 50.
  • For each resource, each tag key must be unique, and each tag key can have only one value.
  • Maximum key length - 128 Unicode characters in UTF-8.
  • Maximum value length - 256 Unicode characters in UTF-8.
  • If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @.
  • Tag keys and values are case sensitive.
  • Do not use aws:, AWS:, or any upper or lowercase combination of such as a prefix for keys as it is reserved for AWS use. You cannot edit or delete tag keys with this prefix. Values can have this prefix. If a tag value has aws as its prefix but the key does not, then Forecast considers it to be a user tag and will count against the limit of 50 tags. Tags with only the key prefix of aws do not count against your tags per resource limit.

$sel:timeSeriesSelector:CreateForecast', createForecast_timeSeriesSelector - Defines the set of time series that are used to create the forecasts in a TimeSeriesIdentifiers object.

The TimeSeriesIdentifiers object needs the following information:

  • DataSource
  • Format
  • Schema

CreateForecast, createForecast_forecastName - A name for the forecast.

CreateForecast, createForecast_predictorArn - The Amazon Resource Name (ARN) of the predictor to use to generate the forecast.

data CreateForecastResponse Source #

See: newCreateForecastResponse smart constructor.

Instances

Instances details
Generic CreateForecastResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateForecast

Associated Types

type Rep CreateForecastResponse :: Type -> Type #

Read CreateForecastResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateForecast

Show CreateForecastResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateForecast

NFData CreateForecastResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateForecast

Methods

rnf :: CreateForecastResponse -> () #

Eq CreateForecastResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateForecast

type Rep CreateForecastResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateForecast

type Rep CreateForecastResponse = D1 ('MetaData "CreateForecastResponse" "Amazonka.Forecast.CreateForecast" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "CreateForecastResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "forecastArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateForecastResponse Source #

Create a value of CreateForecastResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateForecastResponse, createForecastResponse_forecastArn - The Amazon Resource Name (ARN) of the forecast.

$sel:httpStatus:CreateForecastResponse', createForecastResponse_httpStatus - The response's http status code.

CreateForecastExportJob

data CreateForecastExportJob Source #

See: newCreateForecastExportJob smart constructor.

Instances

Instances details
ToJSON CreateForecastExportJob Source # 
Instance details

Defined in Amazonka.Forecast.CreateForecastExportJob

ToHeaders CreateForecastExportJob Source # 
Instance details

Defined in Amazonka.Forecast.CreateForecastExportJob

ToPath CreateForecastExportJob Source # 
Instance details

Defined in Amazonka.Forecast.CreateForecastExportJob

ToQuery CreateForecastExportJob Source # 
Instance details

Defined in Amazonka.Forecast.CreateForecastExportJob

AWSRequest CreateForecastExportJob Source # 
Instance details

Defined in Amazonka.Forecast.CreateForecastExportJob

Generic CreateForecastExportJob Source # 
Instance details

Defined in Amazonka.Forecast.CreateForecastExportJob

Associated Types

type Rep CreateForecastExportJob :: Type -> Type #

Show CreateForecastExportJob Source # 
Instance details

Defined in Amazonka.Forecast.CreateForecastExportJob

NFData CreateForecastExportJob Source # 
Instance details

Defined in Amazonka.Forecast.CreateForecastExportJob

Methods

rnf :: CreateForecastExportJob -> () #

Eq CreateForecastExportJob Source # 
Instance details

Defined in Amazonka.Forecast.CreateForecastExportJob

Hashable CreateForecastExportJob Source # 
Instance details

Defined in Amazonka.Forecast.CreateForecastExportJob

type AWSResponse CreateForecastExportJob Source # 
Instance details

Defined in Amazonka.Forecast.CreateForecastExportJob

type Rep CreateForecastExportJob Source # 
Instance details

Defined in Amazonka.Forecast.CreateForecastExportJob

type Rep CreateForecastExportJob = D1 ('MetaData "CreateForecastExportJob" "Amazonka.Forecast.CreateForecastExportJob" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "CreateForecastExportJob'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "format") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "forecastExportJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "forecastArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DataDestination)))))

newCreateForecastExportJob Source #

Create a value of CreateForecastExportJob with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateForecastExportJob, createForecastExportJob_format - The format of the exported data, CSV or PARQUET. The default value is CSV.

$sel:tags:CreateForecastExportJob', createForecastExportJob_tags - The optional metadata that you apply to the forecast export job to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define.

The following basic restrictions apply to tags:

  • Maximum number of tags per resource - 50.
  • For each resource, each tag key must be unique, and each tag key can have only one value.
  • Maximum key length - 128 Unicode characters in UTF-8.
  • Maximum value length - 256 Unicode characters in UTF-8.
  • If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @.
  • Tag keys and values are case sensitive.
  • Do not use aws:, AWS:, or any upper or lowercase combination of such as a prefix for keys as it is reserved for AWS use. You cannot edit or delete tag keys with this prefix. Values can have this prefix. If a tag value has aws as its prefix but the key does not, then Forecast considers it to be a user tag and will count against the limit of 50 tags. Tags with only the key prefix of aws do not count against your tags per resource limit.

CreateForecastExportJob, createForecastExportJob_forecastExportJobName - The name for the forecast export job.

CreateForecastExportJob, createForecastExportJob_forecastArn - The Amazon Resource Name (ARN) of the forecast that you want to export.

CreateForecastExportJob, createForecastExportJob_destination - The location where you want to save the forecast and an AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the location. The forecast must be exported to an Amazon S3 bucket.

If encryption is used, Destination must include an AWS Key Management Service (KMS) key. The IAM role must allow Amazon Forecast permission to access the key.

data CreateForecastExportJobResponse Source #

See: newCreateForecastExportJobResponse smart constructor.

Instances

Instances details
Generic CreateForecastExportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateForecastExportJob

Associated Types

type Rep CreateForecastExportJobResponse :: Type -> Type #

Read CreateForecastExportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateForecastExportJob

Show CreateForecastExportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateForecastExportJob

NFData CreateForecastExportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateForecastExportJob

Eq CreateForecastExportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateForecastExportJob

type Rep CreateForecastExportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateForecastExportJob

type Rep CreateForecastExportJobResponse = D1 ('MetaData "CreateForecastExportJobResponse" "Amazonka.Forecast.CreateForecastExportJob" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "CreateForecastExportJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "forecastExportJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateForecastExportJobResponse Source #

Create a value of CreateForecastExportJobResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateForecastExportJobResponse, createForecastExportJobResponse_forecastExportJobArn - The Amazon Resource Name (ARN) of the export job.

$sel:httpStatus:CreateForecastExportJobResponse', createForecastExportJobResponse_httpStatus - The response's http status code.

CreateMonitor

data CreateMonitor Source #

See: newCreateMonitor smart constructor.

Constructors

CreateMonitor' (Maybe [Tag]) Text Text 

Instances

Instances details
ToJSON CreateMonitor Source # 
Instance details

Defined in Amazonka.Forecast.CreateMonitor

ToHeaders CreateMonitor Source # 
Instance details

Defined in Amazonka.Forecast.CreateMonitor

ToPath CreateMonitor Source # 
Instance details

Defined in Amazonka.Forecast.CreateMonitor

ToQuery CreateMonitor Source # 
Instance details

Defined in Amazonka.Forecast.CreateMonitor

AWSRequest CreateMonitor Source # 
Instance details

Defined in Amazonka.Forecast.CreateMonitor

Associated Types

type AWSResponse CreateMonitor #

Generic CreateMonitor Source # 
Instance details

Defined in Amazonka.Forecast.CreateMonitor

Associated Types

type Rep CreateMonitor :: Type -> Type #

Show CreateMonitor Source # 
Instance details

Defined in Amazonka.Forecast.CreateMonitor

NFData CreateMonitor Source # 
Instance details

Defined in Amazonka.Forecast.CreateMonitor

Methods

rnf :: CreateMonitor -> () #

Eq CreateMonitor Source # 
Instance details

Defined in Amazonka.Forecast.CreateMonitor

Hashable CreateMonitor Source # 
Instance details

Defined in Amazonka.Forecast.CreateMonitor

type AWSResponse CreateMonitor Source # 
Instance details

Defined in Amazonka.Forecast.CreateMonitor

type Rep CreateMonitor Source # 
Instance details

Defined in Amazonka.Forecast.CreateMonitor

type Rep CreateMonitor = D1 ('MetaData "CreateMonitor" "Amazonka.Forecast.CreateMonitor" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "CreateMonitor'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: (S1 ('MetaSel ('Just "monitorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateMonitor Source #

Create a value of CreateMonitor with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:tags:CreateMonitor', createMonitor_tags - A list of tags to apply to the monitor resource.

CreateMonitor, createMonitor_monitorName - The name of the monitor resource.

CreateMonitor, createMonitor_resourceArn - The Amazon Resource Name (ARN) of the predictor to monitor.

data CreateMonitorResponse Source #

See: newCreateMonitorResponse smart constructor.

Instances

Instances details
Generic CreateMonitorResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateMonitor

Associated Types

type Rep CreateMonitorResponse :: Type -> Type #

Read CreateMonitorResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateMonitor

Show CreateMonitorResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateMonitor

NFData CreateMonitorResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateMonitor

Methods

rnf :: CreateMonitorResponse -> () #

Eq CreateMonitorResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateMonitor

type Rep CreateMonitorResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateMonitor

type Rep CreateMonitorResponse = D1 ('MetaData "CreateMonitorResponse" "Amazonka.Forecast.CreateMonitor" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "CreateMonitorResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "monitorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateMonitorResponse Source #

Create a value of CreateMonitorResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateMonitorResponse, createMonitorResponse_monitorArn - The Amazon Resource Name (ARN) of the monitor resource.

$sel:httpStatus:CreateMonitorResponse', createMonitorResponse_httpStatus - The response's http status code.

CreatePredictor

data CreatePredictor Source #

See: newCreatePredictor smart constructor.

Instances

Instances details
ToJSON CreatePredictor Source # 
Instance details

Defined in Amazonka.Forecast.CreatePredictor

ToHeaders CreatePredictor Source # 
Instance details

Defined in Amazonka.Forecast.CreatePredictor

ToPath CreatePredictor Source # 
Instance details

Defined in Amazonka.Forecast.CreatePredictor

ToQuery CreatePredictor Source # 
Instance details

Defined in Amazonka.Forecast.CreatePredictor

AWSRequest CreatePredictor Source # 
Instance details

Defined in Amazonka.Forecast.CreatePredictor

Associated Types

type AWSResponse CreatePredictor #

Generic CreatePredictor Source # 
Instance details

Defined in Amazonka.Forecast.CreatePredictor

Associated Types

type Rep CreatePredictor :: Type -> Type #

Show CreatePredictor Source # 
Instance details

Defined in Amazonka.Forecast.CreatePredictor

NFData CreatePredictor Source # 
Instance details

Defined in Amazonka.Forecast.CreatePredictor

Methods

rnf :: CreatePredictor -> () #

Eq CreatePredictor Source # 
Instance details

Defined in Amazonka.Forecast.CreatePredictor

Hashable CreatePredictor Source # 
Instance details

Defined in Amazonka.Forecast.CreatePredictor

type AWSResponse CreatePredictor Source # 
Instance details

Defined in Amazonka.Forecast.CreatePredictor

type Rep CreatePredictor Source # 
Instance details

Defined in Amazonka.Forecast.CreatePredictor

type Rep CreatePredictor = D1 ('MetaData "CreatePredictor" "Amazonka.Forecast.CreatePredictor" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "CreatePredictor'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "algorithmArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "autoMLOverrideStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoMLOverrideStrategy)) :*: S1 ('MetaSel ('Just "encryptionConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncryptionConfig)))) :*: ((S1 ('MetaSel ('Just "evaluationParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EvaluationParameters)) :*: S1 ('MetaSel ('Just "forecastTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))) :*: (S1 ('MetaSel ('Just "hPOConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HyperParameterTuningJobConfig)) :*: S1 ('MetaSel ('Just "optimizationMetric") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OptimizationMetric))))) :*: (((S1 ('MetaSel ('Just "performAutoML") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "performHPO") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "trainingParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))) :*: ((S1 ('MetaSel ('Just "predictorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "forecastHorizon") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)) :*: (S1 ('MetaSel ('Just "inputDataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 InputDataConfig) :*: S1 ('MetaSel ('Just "featurizationConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FeaturizationConfig))))))

newCreatePredictor Source #

Create a value of CreatePredictor with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreatePredictor, createPredictor_algorithmArn - The Amazon Resource Name (ARN) of the algorithm to use for model training. Required if PerformAutoML is not set to true.

Supported algorithms:

  • arn:aws:forecast:::algorithm/ARIMA
  • arn:aws:forecast:::algorithm/CNN-QR
  • arn:aws:forecast:::algorithm/Deep_AR_Plus
  • arn:aws:forecast:::algorithm/ETS
  • arn:aws:forecast:::algorithm/NPTS
  • arn:aws:forecast:::algorithm/Prophet

$sel:autoMLOverrideStrategy:CreatePredictor', createPredictor_autoMLOverrideStrategy - The LatencyOptimized AutoML override strategy is only available in private beta. Contact AWS Support or your account manager to learn more about access privileges.

Used to overide the default AutoML strategy, which is to optimize predictor accuracy. To apply an AutoML strategy that minimizes training time, use LatencyOptimized.

This parameter is only valid for predictors trained using AutoML.

$sel:encryptionConfig:CreatePredictor', createPredictor_encryptionConfig - An AWS Key Management Service (KMS) key and the AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key.

$sel:evaluationParameters:CreatePredictor', createPredictor_evaluationParameters - Used to override the default evaluation parameters of the specified algorithm. Amazon Forecast evaluates a predictor by splitting a dataset into training data and testing data. The evaluation parameters define how to perform the split and the number of iterations.

$sel:forecastTypes:CreatePredictor', createPredictor_forecastTypes - Specifies the forecast types used to train a predictor. You can specify up to five forecast types. Forecast types can be quantiles from 0.01 to 0.99, by increments of 0.01 or higher. You can also specify the mean forecast with mean.

The default value is ["0.10", "0.50", "0.9"].

$sel:hPOConfig:CreatePredictor', createPredictor_hPOConfig - Provides hyperparameter override values for the algorithm. If you don't provide this parameter, Amazon Forecast uses default values. The individual algorithms specify which hyperparameters support hyperparameter optimization (HPO). For more information, see aws-forecast-choosing-recipes.

If you included the HPOConfig object, you must set PerformHPO to true.

$sel:optimizationMetric:CreatePredictor', createPredictor_optimizationMetric - The accuracy metric used to optimize the predictor.

$sel:performAutoML:CreatePredictor', createPredictor_performAutoML - Whether to perform AutoML. When Amazon Forecast performs AutoML, it evaluates the algorithms it provides and chooses the best algorithm and configuration for your training dataset.

The default value is false. In this case, you are required to specify an algorithm.

Set PerformAutoML to true to have Amazon Forecast perform AutoML. This is a good option if you aren't sure which algorithm is suitable for your training data. In this case, PerformHPO must be false.

$sel:performHPO:CreatePredictor', createPredictor_performHPO - Whether to perform hyperparameter optimization (HPO). HPO finds optimal hyperparameter values for your training data. The process of performing HPO is known as running a hyperparameter tuning job.

The default value is false. In this case, Amazon Forecast uses default hyperparameter values from the chosen algorithm.

To override the default values, set PerformHPO to true and, optionally, supply the HyperParameterTuningJobConfig object. The tuning job specifies a metric to optimize, which hyperparameters participate in tuning, and the valid range for each tunable hyperparameter. In this case, you are required to specify an algorithm and PerformAutoML must be false.

The following algorithms support HPO:

  • DeepAR+
  • CNN-QR

$sel:tags:CreatePredictor', createPredictor_tags - The optional metadata that you apply to the predictor to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define.

The following basic restrictions apply to tags:

  • Maximum number of tags per resource - 50.
  • For each resource, each tag key must be unique, and each tag key can have only one value.
  • Maximum key length - 128 Unicode characters in UTF-8.
  • Maximum value length - 256 Unicode characters in UTF-8.
  • If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @.
  • Tag keys and values are case sensitive.
  • Do not use aws:, AWS:, or any upper or lowercase combination of such as a prefix for keys as it is reserved for AWS use. You cannot edit or delete tag keys with this prefix. Values can have this prefix. If a tag value has aws as its prefix but the key does not, then Forecast considers it to be a user tag and will count against the limit of 50 tags. Tags with only the key prefix of aws do not count against your tags per resource limit.

$sel:trainingParameters:CreatePredictor', createPredictor_trainingParameters - The hyperparameters to override for model training. The hyperparameters that you can override are listed in the individual algorithms. For the list of supported algorithms, see aws-forecast-choosing-recipes.

CreatePredictor, createPredictor_predictorName - A name for the predictor.

$sel:forecastHorizon:CreatePredictor', createPredictor_forecastHorizon - Specifies the number of time-steps that the model is trained to predict. The forecast horizon is also called the prediction length.

For example, if you configure a dataset for daily data collection (using the DataFrequency parameter of the CreateDataset operation) and set the forecast horizon to 10, the model returns predictions for 10 days.

The maximum forecast horizon is the lesser of 500 time-steps or 1/3 of the TARGET_TIME_SERIES dataset length.

$sel:inputDataConfig:CreatePredictor', createPredictor_inputDataConfig - Describes the dataset group that contains the data to use to train the predictor.

$sel:featurizationConfig:CreatePredictor', createPredictor_featurizationConfig - The featurization configuration.

data CreatePredictorResponse Source #

See: newCreatePredictorResponse smart constructor.

Instances

Instances details
Generic CreatePredictorResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreatePredictor

Associated Types

type Rep CreatePredictorResponse :: Type -> Type #

Read CreatePredictorResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreatePredictor

Show CreatePredictorResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreatePredictor

NFData CreatePredictorResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreatePredictor

Methods

rnf :: CreatePredictorResponse -> () #

Eq CreatePredictorResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreatePredictor

type Rep CreatePredictorResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreatePredictor

type Rep CreatePredictorResponse = D1 ('MetaData "CreatePredictorResponse" "Amazonka.Forecast.CreatePredictor" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "CreatePredictorResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "predictorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreatePredictorResponse Source #

Create a value of CreatePredictorResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreatePredictorResponse, createPredictorResponse_predictorArn - The Amazon Resource Name (ARN) of the predictor.

$sel:httpStatus:CreatePredictorResponse', createPredictorResponse_httpStatus - The response's http status code.

CreatePredictorBacktestExportJob

data CreatePredictorBacktestExportJob Source #

See: newCreatePredictorBacktestExportJob smart constructor.

Instances

Instances details
ToJSON CreatePredictorBacktestExportJob Source # 
Instance details

Defined in Amazonka.Forecast.CreatePredictorBacktestExportJob

ToHeaders CreatePredictorBacktestExportJob Source # 
Instance details

Defined in Amazonka.Forecast.CreatePredictorBacktestExportJob

ToPath CreatePredictorBacktestExportJob Source # 
Instance details

Defined in Amazonka.Forecast.CreatePredictorBacktestExportJob

ToQuery CreatePredictorBacktestExportJob Source # 
Instance details

Defined in Amazonka.Forecast.CreatePredictorBacktestExportJob

AWSRequest CreatePredictorBacktestExportJob Source # 
Instance details

Defined in Amazonka.Forecast.CreatePredictorBacktestExportJob

Generic CreatePredictorBacktestExportJob Source # 
Instance details

Defined in Amazonka.Forecast.CreatePredictorBacktestExportJob

Associated Types

type Rep CreatePredictorBacktestExportJob :: Type -> Type #

Show CreatePredictorBacktestExportJob Source # 
Instance details

Defined in Amazonka.Forecast.CreatePredictorBacktestExportJob

NFData CreatePredictorBacktestExportJob Source # 
Instance details

Defined in Amazonka.Forecast.CreatePredictorBacktestExportJob

Eq CreatePredictorBacktestExportJob Source # 
Instance details

Defined in Amazonka.Forecast.CreatePredictorBacktestExportJob

Hashable CreatePredictorBacktestExportJob Source # 
Instance details

Defined in Amazonka.Forecast.CreatePredictorBacktestExportJob

type AWSResponse CreatePredictorBacktestExportJob Source # 
Instance details

Defined in Amazonka.Forecast.CreatePredictorBacktestExportJob

type Rep CreatePredictorBacktestExportJob Source # 
Instance details

Defined in Amazonka.Forecast.CreatePredictorBacktestExportJob

type Rep CreatePredictorBacktestExportJob = D1 ('MetaData "CreatePredictorBacktestExportJob" "Amazonka.Forecast.CreatePredictorBacktestExportJob" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "CreatePredictorBacktestExportJob'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "format") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "predictorBacktestExportJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "predictorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DataDestination)))))

newCreatePredictorBacktestExportJob Source #

Create a value of CreatePredictorBacktestExportJob with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreatePredictorBacktestExportJob, createPredictorBacktestExportJob_format - The format of the exported data, CSV or PARQUET. The default value is CSV.

$sel:tags:CreatePredictorBacktestExportJob', createPredictorBacktestExportJob_tags - Optional metadata to help you categorize and organize your backtests. Each tag consists of a key and an optional value, both of which you define. Tag keys and values are case sensitive.

The following restrictions apply to tags:

  • For each resource, each tag key must be unique and each tag key must have one value.
  • Maximum number of tags per resource: 50.
  • Maximum key length: 128 Unicode characters in UTF-8.
  • Maximum value length: 256 Unicode characters in UTF-8.
  • Accepted characters: all letters and numbers, spaces representable in UTF-8, and + - = . _ : / @. If your tagging schema is used across other services and resources, the character restrictions of those services also apply.
  • Key prefixes cannot include any upper or lowercase combination of aws: or AWS:. Values can have this prefix. If a tag value has aws as its prefix but the key does not, Forecast considers it to be a user tag and will count against the limit of 50 tags. Tags with only the key prefix of aws do not count against your tags per resource limit. You cannot edit or delete tag keys with this prefix.

CreatePredictorBacktestExportJob, createPredictorBacktestExportJob_predictorBacktestExportJobName - The name for the backtest export job.

CreatePredictorBacktestExportJob, createPredictorBacktestExportJob_predictorArn - The Amazon Resource Name (ARN) of the predictor that you want to export.

CreatePredictorBacktestExportJob, createPredictorBacktestExportJob_destination - Undocumented member.

data CreatePredictorBacktestExportJobResponse Source #

Instances

Instances details
Generic CreatePredictorBacktestExportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreatePredictorBacktestExportJob

Read CreatePredictorBacktestExportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreatePredictorBacktestExportJob

Show CreatePredictorBacktestExportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreatePredictorBacktestExportJob

NFData CreatePredictorBacktestExportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreatePredictorBacktestExportJob

Eq CreatePredictorBacktestExportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreatePredictorBacktestExportJob

type Rep CreatePredictorBacktestExportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreatePredictorBacktestExportJob

type Rep CreatePredictorBacktestExportJobResponse = D1 ('MetaData "CreatePredictorBacktestExportJobResponse" "Amazonka.Forecast.CreatePredictorBacktestExportJob" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "CreatePredictorBacktestExportJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "predictorBacktestExportJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreatePredictorBacktestExportJobResponse Source #

Create a value of CreatePredictorBacktestExportJobResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreatePredictorBacktestExportJobResponse, createPredictorBacktestExportJobResponse_predictorBacktestExportJobArn - The Amazon Resource Name (ARN) of the predictor backtest export job that you want to export.

$sel:httpStatus:CreatePredictorBacktestExportJobResponse', createPredictorBacktestExportJobResponse_httpStatus - The response's http status code.

CreateWhatIfAnalysis

data CreateWhatIfAnalysis Source #

See: newCreateWhatIfAnalysis smart constructor.

Instances

Instances details
ToJSON CreateWhatIfAnalysis Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfAnalysis

ToHeaders CreateWhatIfAnalysis Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfAnalysis

ToPath CreateWhatIfAnalysis Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfAnalysis

ToQuery CreateWhatIfAnalysis Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfAnalysis

AWSRequest CreateWhatIfAnalysis Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfAnalysis

Associated Types

type AWSResponse CreateWhatIfAnalysis #

Generic CreateWhatIfAnalysis Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfAnalysis

Associated Types

type Rep CreateWhatIfAnalysis :: Type -> Type #

Show CreateWhatIfAnalysis Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfAnalysis

NFData CreateWhatIfAnalysis Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfAnalysis

Methods

rnf :: CreateWhatIfAnalysis -> () #

Eq CreateWhatIfAnalysis Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfAnalysis

Hashable CreateWhatIfAnalysis Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfAnalysis

type AWSResponse CreateWhatIfAnalysis Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfAnalysis

type Rep CreateWhatIfAnalysis Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfAnalysis

type Rep CreateWhatIfAnalysis = D1 ('MetaData "CreateWhatIfAnalysis" "Amazonka.Forecast.CreateWhatIfAnalysis" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "CreateWhatIfAnalysis'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "timeSeriesSelector") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimeSeriesSelector))) :*: (S1 ('MetaSel ('Just "whatIfAnalysisName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "forecastArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateWhatIfAnalysis Source #

Create a value of CreateWhatIfAnalysis with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:tags:CreateWhatIfAnalysis', createWhatIfAnalysis_tags - A list of tags to apply to the what if forecast.

$sel:timeSeriesSelector:CreateWhatIfAnalysis', createWhatIfAnalysis_timeSeriesSelector - Defines the set of time series that are used in the what-if analysis with a TimeSeriesIdentifiers object. What-if analyses are performed only for the time series in this object.

The TimeSeriesIdentifiers object needs the following information:

  • DataSource
  • Format
  • Schema

CreateWhatIfAnalysis, createWhatIfAnalysis_whatIfAnalysisName - The name of the what-if analysis. Each name must be unique.

CreateWhatIfAnalysis, createWhatIfAnalysis_forecastArn - The Amazon Resource Name (ARN) of the baseline forecast.

data CreateWhatIfAnalysisResponse Source #

See: newCreateWhatIfAnalysisResponse smart constructor.

Instances

Instances details
Generic CreateWhatIfAnalysisResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfAnalysis

Associated Types

type Rep CreateWhatIfAnalysisResponse :: Type -> Type #

Read CreateWhatIfAnalysisResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfAnalysis

Show CreateWhatIfAnalysisResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfAnalysis

NFData CreateWhatIfAnalysisResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfAnalysis

Eq CreateWhatIfAnalysisResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfAnalysis

type Rep CreateWhatIfAnalysisResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfAnalysis

type Rep CreateWhatIfAnalysisResponse = D1 ('MetaData "CreateWhatIfAnalysisResponse" "Amazonka.Forecast.CreateWhatIfAnalysis" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "CreateWhatIfAnalysisResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "whatIfAnalysisArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateWhatIfAnalysisResponse Source #

Create a value of CreateWhatIfAnalysisResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateWhatIfAnalysisResponse, createWhatIfAnalysisResponse_whatIfAnalysisArn - The Amazon Resource Name (ARN) of the what-if analysis.

$sel:httpStatus:CreateWhatIfAnalysisResponse', createWhatIfAnalysisResponse_httpStatus - The response's http status code.

CreateWhatIfForecast

data CreateWhatIfForecast Source #

See: newCreateWhatIfForecast smart constructor.

Instances

Instances details
ToJSON CreateWhatIfForecast Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfForecast

ToHeaders CreateWhatIfForecast Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfForecast

ToPath CreateWhatIfForecast Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfForecast

ToQuery CreateWhatIfForecast Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfForecast

AWSRequest CreateWhatIfForecast Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfForecast

Associated Types

type AWSResponse CreateWhatIfForecast #

Generic CreateWhatIfForecast Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfForecast

Associated Types

type Rep CreateWhatIfForecast :: Type -> Type #

Show CreateWhatIfForecast Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfForecast

NFData CreateWhatIfForecast Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfForecast

Methods

rnf :: CreateWhatIfForecast -> () #

Eq CreateWhatIfForecast Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfForecast

Hashable CreateWhatIfForecast Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfForecast

type AWSResponse CreateWhatIfForecast Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfForecast

type Rep CreateWhatIfForecast Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfForecast

type Rep CreateWhatIfForecast = D1 ('MetaData "CreateWhatIfForecast" "Amazonka.Forecast.CreateWhatIfForecast" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "CreateWhatIfForecast'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "timeSeriesReplacementsDataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimeSeriesReplacementsDataSource))) :*: (S1 ('MetaSel ('Just "timeSeriesTransformations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TimeSeriesTransformation])) :*: (S1 ('MetaSel ('Just "whatIfForecastName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "whatIfAnalysisArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCreateWhatIfForecast Source #

Create a value of CreateWhatIfForecast with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:tags:CreateWhatIfForecast', createWhatIfForecast_tags - A list of tags to apply to the what if forecast.

$sel:timeSeriesReplacementsDataSource:CreateWhatIfForecast', createWhatIfForecast_timeSeriesReplacementsDataSource - The replacement time series dataset, which contains the rows that you want to change in the related time series dataset. A replacement time series does not need to contain all rows that are in the baseline related time series. Include only the rows (measure-dimension combinations) that you want to include in the what-if forecast. This dataset is merged with the original time series to create a transformed dataset that is used for the what-if analysis.

This dataset should contain the items to modify (such as item_id or workforce_type), any relevant dimensions, the timestamp column, and at least one of the related time series columns. This file should not contain duplicate timestamps for the same time series.

Timestamps and item_ids not included in this dataset are not included in the what-if analysis.

$sel:timeSeriesTransformations:CreateWhatIfForecast', createWhatIfForecast_timeSeriesTransformations - The transformations that are applied to the baseline time series. Each transformation contains an action and a set of conditions. An action is applied only when all conditions are met. If no conditions are provided, the action is applied to all items.

CreateWhatIfForecast, createWhatIfForecast_whatIfForecastName - The name of the what-if forecast. Names must be unique within each what-if analysis.

CreateWhatIfForecast, createWhatIfForecast_whatIfAnalysisArn - The Amazon Resource Name (ARN) of the what-if analysis.

data CreateWhatIfForecastResponse Source #

See: newCreateWhatIfForecastResponse smart constructor.

Instances

Instances details
Generic CreateWhatIfForecastResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfForecast

Associated Types

type Rep CreateWhatIfForecastResponse :: Type -> Type #

Read CreateWhatIfForecastResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfForecast

Show CreateWhatIfForecastResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfForecast

NFData CreateWhatIfForecastResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfForecast

Eq CreateWhatIfForecastResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfForecast

type Rep CreateWhatIfForecastResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfForecast

type Rep CreateWhatIfForecastResponse = D1 ('MetaData "CreateWhatIfForecastResponse" "Amazonka.Forecast.CreateWhatIfForecast" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "CreateWhatIfForecastResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "whatIfForecastArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateWhatIfForecastResponse Source #

Create a value of CreateWhatIfForecastResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateWhatIfForecastResponse, createWhatIfForecastResponse_whatIfForecastArn - The Amazon Resource Name (ARN) of the what-if forecast.

$sel:httpStatus:CreateWhatIfForecastResponse', createWhatIfForecastResponse_httpStatus - The response's http status code.

CreateWhatIfForecastExport

data CreateWhatIfForecastExport Source #

See: newCreateWhatIfForecastExport smart constructor.

Instances

Instances details
ToJSON CreateWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfForecastExport

ToHeaders CreateWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfForecastExport

ToPath CreateWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfForecastExport

ToQuery CreateWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfForecastExport

AWSRequest CreateWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfForecastExport

Generic CreateWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfForecastExport

Associated Types

type Rep CreateWhatIfForecastExport :: Type -> Type #

Show CreateWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfForecastExport

NFData CreateWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfForecastExport

Eq CreateWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfForecastExport

Hashable CreateWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfForecastExport

type AWSResponse CreateWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfForecastExport

type Rep CreateWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfForecastExport

type Rep CreateWhatIfForecastExport = D1 ('MetaData "CreateWhatIfForecastExport" "Amazonka.Forecast.CreateWhatIfForecastExport" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "CreateWhatIfForecastExport'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "format") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "whatIfForecastExportName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "whatIfForecastArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)) :*: S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DataDestination)))))

newCreateWhatIfForecastExport Source #

Create a value of CreateWhatIfForecastExport with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateWhatIfForecastExport, createWhatIfForecastExport_format - The format of the exported data, CSV or PARQUET.

$sel:tags:CreateWhatIfForecastExport', createWhatIfForecastExport_tags - A list of tags to apply to the what if forecast.

CreateWhatIfForecastExport, createWhatIfForecastExport_whatIfForecastExportName - The name of the what-if forecast to export.

CreateWhatIfForecastExport, createWhatIfForecastExport_whatIfForecastArns - The list of what-if forecast Amazon Resource Names (ARNs) to export.

CreateWhatIfForecastExport, createWhatIfForecastExport_destination - The location where you want to save the forecast and an AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the location. The forecast must be exported to an Amazon S3 bucket.

If encryption is used, Destination must include an AWS Key Management Service (KMS) key. The IAM role must allow Amazon Forecast permission to access the key.

data CreateWhatIfForecastExportResponse Source #

Instances

Instances details
Generic CreateWhatIfForecastExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfForecastExport

Associated Types

type Rep CreateWhatIfForecastExportResponse :: Type -> Type #

Read CreateWhatIfForecastExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfForecastExport

Show CreateWhatIfForecastExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfForecastExport

NFData CreateWhatIfForecastExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfForecastExport

Eq CreateWhatIfForecastExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfForecastExport

type Rep CreateWhatIfForecastExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.CreateWhatIfForecastExport

type Rep CreateWhatIfForecastExportResponse = D1 ('MetaData "CreateWhatIfForecastExportResponse" "Amazonka.Forecast.CreateWhatIfForecastExport" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "CreateWhatIfForecastExportResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "whatIfForecastExportArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateWhatIfForecastExportResponse Source #

Create a value of CreateWhatIfForecastExportResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateWhatIfForecastExportResponse, createWhatIfForecastExportResponse_whatIfForecastExportArn - The Amazon Resource Name (ARN) of the what-if forecast.

$sel:httpStatus:CreateWhatIfForecastExportResponse', createWhatIfForecastExportResponse_httpStatus - The response's http status code.

DeleteDataset

data DeleteDataset Source #

See: newDeleteDataset smart constructor.

Constructors

DeleteDataset' Text 

Instances

Instances details
ToJSON DeleteDataset Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDataset

ToHeaders DeleteDataset Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDataset

ToPath DeleteDataset Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDataset

ToQuery DeleteDataset Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDataset

AWSRequest DeleteDataset Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDataset

Associated Types

type AWSResponse DeleteDataset #

Generic DeleteDataset Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDataset

Associated Types

type Rep DeleteDataset :: Type -> Type #

Read DeleteDataset Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDataset

Show DeleteDataset Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDataset

NFData DeleteDataset Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDataset

Methods

rnf :: DeleteDataset -> () #

Eq DeleteDataset Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDataset

Hashable DeleteDataset Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDataset

type AWSResponse DeleteDataset Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDataset

type Rep DeleteDataset Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDataset

type Rep DeleteDataset = D1 ('MetaData "DeleteDataset" "Amazonka.Forecast.DeleteDataset" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DeleteDataset'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datasetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteDataset Source #

Create a value of DeleteDataset with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteDataset, deleteDataset_datasetArn - The Amazon Resource Name (ARN) of the dataset to delete.

data DeleteDatasetResponse Source #

See: newDeleteDatasetResponse smart constructor.

Instances

Instances details
Generic DeleteDatasetResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDataset

Associated Types

type Rep DeleteDatasetResponse :: Type -> Type #

Read DeleteDatasetResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDataset

Show DeleteDatasetResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDataset

NFData DeleteDatasetResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDataset

Methods

rnf :: DeleteDatasetResponse -> () #

Eq DeleteDatasetResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDataset

type Rep DeleteDatasetResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDataset

type Rep DeleteDatasetResponse = D1 ('MetaData "DeleteDatasetResponse" "Amazonka.Forecast.DeleteDataset" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DeleteDatasetResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteDatasetResponse :: DeleteDatasetResponse Source #

Create a value of DeleteDatasetResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteDatasetGroup

data DeleteDatasetGroup Source #

See: newDeleteDatasetGroup smart constructor.

Instances

Instances details
ToJSON DeleteDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDatasetGroup

ToHeaders DeleteDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDatasetGroup

ToPath DeleteDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDatasetGroup

ToQuery DeleteDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDatasetGroup

AWSRequest DeleteDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDatasetGroup

Associated Types

type AWSResponse DeleteDatasetGroup #

Generic DeleteDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDatasetGroup

Associated Types

type Rep DeleteDatasetGroup :: Type -> Type #

Read DeleteDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDatasetGroup

Show DeleteDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDatasetGroup

NFData DeleteDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDatasetGroup

Methods

rnf :: DeleteDatasetGroup -> () #

Eq DeleteDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDatasetGroup

Hashable DeleteDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDatasetGroup

type AWSResponse DeleteDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDatasetGroup

type Rep DeleteDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDatasetGroup

type Rep DeleteDatasetGroup = D1 ('MetaData "DeleteDatasetGroup" "Amazonka.Forecast.DeleteDatasetGroup" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DeleteDatasetGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datasetGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteDatasetGroup Source #

Create a value of DeleteDatasetGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteDatasetGroup, deleteDatasetGroup_datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group to delete.

data DeleteDatasetGroupResponse Source #

See: newDeleteDatasetGroupResponse smart constructor.

Instances

Instances details
Generic DeleteDatasetGroupResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDatasetGroup

Associated Types

type Rep DeleteDatasetGroupResponse :: Type -> Type #

Read DeleteDatasetGroupResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDatasetGroup

Show DeleteDatasetGroupResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDatasetGroup

NFData DeleteDatasetGroupResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDatasetGroup

Eq DeleteDatasetGroupResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDatasetGroup

type Rep DeleteDatasetGroupResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDatasetGroup

type Rep DeleteDatasetGroupResponse = D1 ('MetaData "DeleteDatasetGroupResponse" "Amazonka.Forecast.DeleteDatasetGroup" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DeleteDatasetGroupResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteDatasetGroupResponse :: DeleteDatasetGroupResponse Source #

Create a value of DeleteDatasetGroupResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteDatasetImportJob

data DeleteDatasetImportJob Source #

See: newDeleteDatasetImportJob smart constructor.

Instances

Instances details
ToJSON DeleteDatasetImportJob Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDatasetImportJob

ToHeaders DeleteDatasetImportJob Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDatasetImportJob

ToPath DeleteDatasetImportJob Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDatasetImportJob

ToQuery DeleteDatasetImportJob Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDatasetImportJob

AWSRequest DeleteDatasetImportJob Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDatasetImportJob

Associated Types

type AWSResponse DeleteDatasetImportJob #

Generic DeleteDatasetImportJob Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDatasetImportJob

Associated Types

type Rep DeleteDatasetImportJob :: Type -> Type #

Read DeleteDatasetImportJob Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDatasetImportJob

Show DeleteDatasetImportJob Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDatasetImportJob

NFData DeleteDatasetImportJob Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDatasetImportJob

Methods

rnf :: DeleteDatasetImportJob -> () #

Eq DeleteDatasetImportJob Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDatasetImportJob

Hashable DeleteDatasetImportJob Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDatasetImportJob

type AWSResponse DeleteDatasetImportJob Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDatasetImportJob

type Rep DeleteDatasetImportJob Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDatasetImportJob

type Rep DeleteDatasetImportJob = D1 ('MetaData "DeleteDatasetImportJob" "Amazonka.Forecast.DeleteDatasetImportJob" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DeleteDatasetImportJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datasetImportJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteDatasetImportJob Source #

Create a value of DeleteDatasetImportJob with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteDatasetImportJob, deleteDatasetImportJob_datasetImportJobArn - The Amazon Resource Name (ARN) of the dataset import job to delete.

data DeleteDatasetImportJobResponse Source #

See: newDeleteDatasetImportJobResponse smart constructor.

Instances

Instances details
Generic DeleteDatasetImportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDatasetImportJob

Associated Types

type Rep DeleteDatasetImportJobResponse :: Type -> Type #

Read DeleteDatasetImportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDatasetImportJob

Show DeleteDatasetImportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDatasetImportJob

NFData DeleteDatasetImportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDatasetImportJob

Eq DeleteDatasetImportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDatasetImportJob

type Rep DeleteDatasetImportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteDatasetImportJob

type Rep DeleteDatasetImportJobResponse = D1 ('MetaData "DeleteDatasetImportJobResponse" "Amazonka.Forecast.DeleteDatasetImportJob" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DeleteDatasetImportJobResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteDatasetImportJobResponse :: DeleteDatasetImportJobResponse Source #

Create a value of DeleteDatasetImportJobResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteExplainability

data DeleteExplainability Source #

See: newDeleteExplainability smart constructor.

Instances

Instances details
ToJSON DeleteExplainability Source # 
Instance details

Defined in Amazonka.Forecast.DeleteExplainability

ToHeaders DeleteExplainability Source # 
Instance details

Defined in Amazonka.Forecast.DeleteExplainability

ToPath DeleteExplainability Source # 
Instance details

Defined in Amazonka.Forecast.DeleteExplainability

ToQuery DeleteExplainability Source # 
Instance details

Defined in Amazonka.Forecast.DeleteExplainability

AWSRequest DeleteExplainability Source # 
Instance details

Defined in Amazonka.Forecast.DeleteExplainability

Associated Types

type AWSResponse DeleteExplainability #

Generic DeleteExplainability Source # 
Instance details

Defined in Amazonka.Forecast.DeleteExplainability

Associated Types

type Rep DeleteExplainability :: Type -> Type #

Read DeleteExplainability Source # 
Instance details

Defined in Amazonka.Forecast.DeleteExplainability

Show DeleteExplainability Source # 
Instance details

Defined in Amazonka.Forecast.DeleteExplainability

NFData DeleteExplainability Source # 
Instance details

Defined in Amazonka.Forecast.DeleteExplainability

Methods

rnf :: DeleteExplainability -> () #

Eq DeleteExplainability Source # 
Instance details

Defined in Amazonka.Forecast.DeleteExplainability

Hashable DeleteExplainability Source # 
Instance details

Defined in Amazonka.Forecast.DeleteExplainability

type AWSResponse DeleteExplainability Source # 
Instance details

Defined in Amazonka.Forecast.DeleteExplainability

type Rep DeleteExplainability Source # 
Instance details

Defined in Amazonka.Forecast.DeleteExplainability

type Rep DeleteExplainability = D1 ('MetaData "DeleteExplainability" "Amazonka.Forecast.DeleteExplainability" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DeleteExplainability'" 'PrefixI 'True) (S1 ('MetaSel ('Just "explainabilityArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteExplainability Source #

Create a value of DeleteExplainability with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteExplainability, deleteExplainability_explainabilityArn - The Amazon Resource Name (ARN) of the Explainability resource to delete.

data DeleteExplainabilityResponse Source #

See: newDeleteExplainabilityResponse smart constructor.

Instances

Instances details
Generic DeleteExplainabilityResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteExplainability

Associated Types

type Rep DeleteExplainabilityResponse :: Type -> Type #

Read DeleteExplainabilityResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteExplainability

Show DeleteExplainabilityResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteExplainability

NFData DeleteExplainabilityResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteExplainability

Eq DeleteExplainabilityResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteExplainability

type Rep DeleteExplainabilityResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteExplainability

type Rep DeleteExplainabilityResponse = D1 ('MetaData "DeleteExplainabilityResponse" "Amazonka.Forecast.DeleteExplainability" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DeleteExplainabilityResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteExplainabilityResponse :: DeleteExplainabilityResponse Source #

Create a value of DeleteExplainabilityResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteExplainabilityExport

data DeleteExplainabilityExport Source #

See: newDeleteExplainabilityExport smart constructor.

Instances

Instances details
ToJSON DeleteExplainabilityExport Source # 
Instance details

Defined in Amazonka.Forecast.DeleteExplainabilityExport

ToHeaders DeleteExplainabilityExport Source # 
Instance details

Defined in Amazonka.Forecast.DeleteExplainabilityExport

ToPath DeleteExplainabilityExport Source # 
Instance details

Defined in Amazonka.Forecast.DeleteExplainabilityExport

ToQuery DeleteExplainabilityExport Source # 
Instance details

Defined in Amazonka.Forecast.DeleteExplainabilityExport

AWSRequest DeleteExplainabilityExport Source # 
Instance details

Defined in Amazonka.Forecast.DeleteExplainabilityExport

Generic DeleteExplainabilityExport Source # 
Instance details

Defined in Amazonka.Forecast.DeleteExplainabilityExport

Associated Types

type Rep DeleteExplainabilityExport :: Type -> Type #

Read DeleteExplainabilityExport Source # 
Instance details

Defined in Amazonka.Forecast.DeleteExplainabilityExport

Show DeleteExplainabilityExport Source # 
Instance details

Defined in Amazonka.Forecast.DeleteExplainabilityExport

NFData DeleteExplainabilityExport Source # 
Instance details

Defined in Amazonka.Forecast.DeleteExplainabilityExport

Eq DeleteExplainabilityExport Source # 
Instance details

Defined in Amazonka.Forecast.DeleteExplainabilityExport

Hashable DeleteExplainabilityExport Source # 
Instance details

Defined in Amazonka.Forecast.DeleteExplainabilityExport

type AWSResponse DeleteExplainabilityExport Source # 
Instance details

Defined in Amazonka.Forecast.DeleteExplainabilityExport

type Rep DeleteExplainabilityExport Source # 
Instance details

Defined in Amazonka.Forecast.DeleteExplainabilityExport

type Rep DeleteExplainabilityExport = D1 ('MetaData "DeleteExplainabilityExport" "Amazonka.Forecast.DeleteExplainabilityExport" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DeleteExplainabilityExport'" 'PrefixI 'True) (S1 ('MetaSel ('Just "explainabilityExportArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteExplainabilityExport Source #

Create a value of DeleteExplainabilityExport with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteExplainabilityExport, deleteExplainabilityExport_explainabilityExportArn - The Amazon Resource Name (ARN) of the Explainability export to delete.

data DeleteExplainabilityExportResponse Source #

Instances

Instances details
Generic DeleteExplainabilityExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteExplainabilityExport

Associated Types

type Rep DeleteExplainabilityExportResponse :: Type -> Type #

Read DeleteExplainabilityExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteExplainabilityExport

Show DeleteExplainabilityExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteExplainabilityExport

NFData DeleteExplainabilityExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteExplainabilityExport

Eq DeleteExplainabilityExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteExplainabilityExport

type Rep DeleteExplainabilityExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteExplainabilityExport

type Rep DeleteExplainabilityExportResponse = D1 ('MetaData "DeleteExplainabilityExportResponse" "Amazonka.Forecast.DeleteExplainabilityExport" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DeleteExplainabilityExportResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteExplainabilityExportResponse :: DeleteExplainabilityExportResponse Source #

Create a value of DeleteExplainabilityExportResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteForecast

data DeleteForecast Source #

See: newDeleteForecast smart constructor.

Constructors

DeleteForecast' Text 

Instances

Instances details
ToJSON DeleteForecast Source # 
Instance details

Defined in Amazonka.Forecast.DeleteForecast

ToHeaders DeleteForecast Source # 
Instance details

Defined in Amazonka.Forecast.DeleteForecast

ToPath DeleteForecast Source # 
Instance details

Defined in Amazonka.Forecast.DeleteForecast

ToQuery DeleteForecast Source # 
Instance details

Defined in Amazonka.Forecast.DeleteForecast

AWSRequest DeleteForecast Source # 
Instance details

Defined in Amazonka.Forecast.DeleteForecast

Associated Types

type AWSResponse DeleteForecast #

Generic DeleteForecast Source # 
Instance details

Defined in Amazonka.Forecast.DeleteForecast

Associated Types

type Rep DeleteForecast :: Type -> Type #

Read DeleteForecast Source # 
Instance details

Defined in Amazonka.Forecast.DeleteForecast

Show DeleteForecast Source # 
Instance details

Defined in Amazonka.Forecast.DeleteForecast

NFData DeleteForecast Source # 
Instance details

Defined in Amazonka.Forecast.DeleteForecast

Methods

rnf :: DeleteForecast -> () #

Eq DeleteForecast Source # 
Instance details

Defined in Amazonka.Forecast.DeleteForecast

Hashable DeleteForecast Source # 
Instance details

Defined in Amazonka.Forecast.DeleteForecast

type AWSResponse DeleteForecast Source # 
Instance details

Defined in Amazonka.Forecast.DeleteForecast

type Rep DeleteForecast Source # 
Instance details

Defined in Amazonka.Forecast.DeleteForecast

type Rep DeleteForecast = D1 ('MetaData "DeleteForecast" "Amazonka.Forecast.DeleteForecast" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DeleteForecast'" 'PrefixI 'True) (S1 ('MetaSel ('Just "forecastArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteForecast Source #

Create a value of DeleteForecast with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteForecast, deleteForecast_forecastArn - The Amazon Resource Name (ARN) of the forecast to delete.

data DeleteForecastResponse Source #

See: newDeleteForecastResponse smart constructor.

Instances

Instances details
Generic DeleteForecastResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteForecast

Associated Types

type Rep DeleteForecastResponse :: Type -> Type #

Read DeleteForecastResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteForecast

Show DeleteForecastResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteForecast

NFData DeleteForecastResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteForecast

Methods

rnf :: DeleteForecastResponse -> () #

Eq DeleteForecastResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteForecast

type Rep DeleteForecastResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteForecast

type Rep DeleteForecastResponse = D1 ('MetaData "DeleteForecastResponse" "Amazonka.Forecast.DeleteForecast" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DeleteForecastResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteForecastResponse :: DeleteForecastResponse Source #

Create a value of DeleteForecastResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteForecastExportJob

data DeleteForecastExportJob Source #

See: newDeleteForecastExportJob smart constructor.

Instances

Instances details
ToJSON DeleteForecastExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DeleteForecastExportJob

ToHeaders DeleteForecastExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DeleteForecastExportJob

ToPath DeleteForecastExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DeleteForecastExportJob

ToQuery DeleteForecastExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DeleteForecastExportJob

AWSRequest DeleteForecastExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DeleteForecastExportJob

Generic DeleteForecastExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DeleteForecastExportJob

Associated Types

type Rep DeleteForecastExportJob :: Type -> Type #

Read DeleteForecastExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DeleteForecastExportJob

Show DeleteForecastExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DeleteForecastExportJob

NFData DeleteForecastExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DeleteForecastExportJob

Methods

rnf :: DeleteForecastExportJob -> () #

Eq DeleteForecastExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DeleteForecastExportJob

Hashable DeleteForecastExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DeleteForecastExportJob

type AWSResponse DeleteForecastExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DeleteForecastExportJob

type Rep DeleteForecastExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DeleteForecastExportJob

type Rep DeleteForecastExportJob = D1 ('MetaData "DeleteForecastExportJob" "Amazonka.Forecast.DeleteForecastExportJob" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DeleteForecastExportJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "forecastExportJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteForecastExportJob Source #

Create a value of DeleteForecastExportJob with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteForecastExportJob, deleteForecastExportJob_forecastExportJobArn - The Amazon Resource Name (ARN) of the forecast export job to delete.

data DeleteForecastExportJobResponse Source #

See: newDeleteForecastExportJobResponse smart constructor.

Instances

Instances details
Generic DeleteForecastExportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteForecastExportJob

Associated Types

type Rep DeleteForecastExportJobResponse :: Type -> Type #

Read DeleteForecastExportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteForecastExportJob

Show DeleteForecastExportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteForecastExportJob

NFData DeleteForecastExportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteForecastExportJob

Eq DeleteForecastExportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteForecastExportJob

type Rep DeleteForecastExportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteForecastExportJob

type Rep DeleteForecastExportJobResponse = D1 ('MetaData "DeleteForecastExportJobResponse" "Amazonka.Forecast.DeleteForecastExportJob" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DeleteForecastExportJobResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteForecastExportJobResponse :: DeleteForecastExportJobResponse Source #

Create a value of DeleteForecastExportJobResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteMonitor

data DeleteMonitor Source #

See: newDeleteMonitor smart constructor.

Constructors

DeleteMonitor' Text 

Instances

Instances details
ToJSON DeleteMonitor Source # 
Instance details

Defined in Amazonka.Forecast.DeleteMonitor

ToHeaders DeleteMonitor Source # 
Instance details

Defined in Amazonka.Forecast.DeleteMonitor

ToPath DeleteMonitor Source # 
Instance details

Defined in Amazonka.Forecast.DeleteMonitor

ToQuery DeleteMonitor Source # 
Instance details

Defined in Amazonka.Forecast.DeleteMonitor

AWSRequest DeleteMonitor Source # 
Instance details

Defined in Amazonka.Forecast.DeleteMonitor

Associated Types

type AWSResponse DeleteMonitor #

Generic DeleteMonitor Source # 
Instance details

Defined in Amazonka.Forecast.DeleteMonitor

Associated Types

type Rep DeleteMonitor :: Type -> Type #

Read DeleteMonitor Source # 
Instance details

Defined in Amazonka.Forecast.DeleteMonitor

Show DeleteMonitor Source # 
Instance details

Defined in Amazonka.Forecast.DeleteMonitor

NFData DeleteMonitor Source # 
Instance details

Defined in Amazonka.Forecast.DeleteMonitor

Methods

rnf :: DeleteMonitor -> () #

Eq DeleteMonitor Source # 
Instance details

Defined in Amazonka.Forecast.DeleteMonitor

Hashable DeleteMonitor Source # 
Instance details

Defined in Amazonka.Forecast.DeleteMonitor

type AWSResponse DeleteMonitor Source # 
Instance details

Defined in Amazonka.Forecast.DeleteMonitor

type Rep DeleteMonitor Source # 
Instance details

Defined in Amazonka.Forecast.DeleteMonitor

type Rep DeleteMonitor = D1 ('MetaData "DeleteMonitor" "Amazonka.Forecast.DeleteMonitor" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DeleteMonitor'" 'PrefixI 'True) (S1 ('MetaSel ('Just "monitorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteMonitor Source #

Create a value of DeleteMonitor with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteMonitor, deleteMonitor_monitorArn - The Amazon Resource Name (ARN) of the monitor resource to delete.

data DeleteMonitorResponse Source #

See: newDeleteMonitorResponse smart constructor.

Instances

Instances details
Generic DeleteMonitorResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteMonitor

Associated Types

type Rep DeleteMonitorResponse :: Type -> Type #

Read DeleteMonitorResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteMonitor

Show DeleteMonitorResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteMonitor

NFData DeleteMonitorResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteMonitor

Methods

rnf :: DeleteMonitorResponse -> () #

Eq DeleteMonitorResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteMonitor

type Rep DeleteMonitorResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteMonitor

type Rep DeleteMonitorResponse = D1 ('MetaData "DeleteMonitorResponse" "Amazonka.Forecast.DeleteMonitor" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DeleteMonitorResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteMonitorResponse :: DeleteMonitorResponse Source #

Create a value of DeleteMonitorResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeletePredictor

data DeletePredictor Source #

See: newDeletePredictor smart constructor.

Constructors

DeletePredictor' Text 

Instances

Instances details
ToJSON DeletePredictor Source # 
Instance details

Defined in Amazonka.Forecast.DeletePredictor

ToHeaders DeletePredictor Source # 
Instance details

Defined in Amazonka.Forecast.DeletePredictor

ToPath DeletePredictor Source # 
Instance details

Defined in Amazonka.Forecast.DeletePredictor

ToQuery DeletePredictor Source # 
Instance details

Defined in Amazonka.Forecast.DeletePredictor

AWSRequest DeletePredictor Source # 
Instance details

Defined in Amazonka.Forecast.DeletePredictor

Associated Types

type AWSResponse DeletePredictor #

Generic DeletePredictor Source # 
Instance details

Defined in Amazonka.Forecast.DeletePredictor

Associated Types

type Rep DeletePredictor :: Type -> Type #

Read DeletePredictor Source # 
Instance details

Defined in Amazonka.Forecast.DeletePredictor

Show DeletePredictor Source # 
Instance details

Defined in Amazonka.Forecast.DeletePredictor

NFData DeletePredictor Source # 
Instance details

Defined in Amazonka.Forecast.DeletePredictor

Methods

rnf :: DeletePredictor -> () #

Eq DeletePredictor Source # 
Instance details

Defined in Amazonka.Forecast.DeletePredictor

Hashable DeletePredictor Source # 
Instance details

Defined in Amazonka.Forecast.DeletePredictor

type AWSResponse DeletePredictor Source # 
Instance details

Defined in Amazonka.Forecast.DeletePredictor

type Rep DeletePredictor Source # 
Instance details

Defined in Amazonka.Forecast.DeletePredictor

type Rep DeletePredictor = D1 ('MetaData "DeletePredictor" "Amazonka.Forecast.DeletePredictor" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DeletePredictor'" 'PrefixI 'True) (S1 ('MetaSel ('Just "predictorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeletePredictor Source #

Create a value of DeletePredictor with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeletePredictor, deletePredictor_predictorArn - The Amazon Resource Name (ARN) of the predictor to delete.

data DeletePredictorResponse Source #

See: newDeletePredictorResponse smart constructor.

Instances

Instances details
Generic DeletePredictorResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeletePredictor

Associated Types

type Rep DeletePredictorResponse :: Type -> Type #

Read DeletePredictorResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeletePredictor

Show DeletePredictorResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeletePredictor

NFData DeletePredictorResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeletePredictor

Methods

rnf :: DeletePredictorResponse -> () #

Eq DeletePredictorResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeletePredictor

type Rep DeletePredictorResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeletePredictor

type Rep DeletePredictorResponse = D1 ('MetaData "DeletePredictorResponse" "Amazonka.Forecast.DeletePredictor" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DeletePredictorResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeletePredictorResponse :: DeletePredictorResponse Source #

Create a value of DeletePredictorResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeletePredictorBacktestExportJob

data DeletePredictorBacktestExportJob Source #

See: newDeletePredictorBacktestExportJob smart constructor.

Instances

Instances details
ToJSON DeletePredictorBacktestExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DeletePredictorBacktestExportJob

ToHeaders DeletePredictorBacktestExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DeletePredictorBacktestExportJob

ToPath DeletePredictorBacktestExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DeletePredictorBacktestExportJob

ToQuery DeletePredictorBacktestExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DeletePredictorBacktestExportJob

AWSRequest DeletePredictorBacktestExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DeletePredictorBacktestExportJob

Generic DeletePredictorBacktestExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DeletePredictorBacktestExportJob

Associated Types

type Rep DeletePredictorBacktestExportJob :: Type -> Type #

Read DeletePredictorBacktestExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DeletePredictorBacktestExportJob

Show DeletePredictorBacktestExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DeletePredictorBacktestExportJob

NFData DeletePredictorBacktestExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DeletePredictorBacktestExportJob

Eq DeletePredictorBacktestExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DeletePredictorBacktestExportJob

Hashable DeletePredictorBacktestExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DeletePredictorBacktestExportJob

type AWSResponse DeletePredictorBacktestExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DeletePredictorBacktestExportJob

type Rep DeletePredictorBacktestExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DeletePredictorBacktestExportJob

type Rep DeletePredictorBacktestExportJob = D1 ('MetaData "DeletePredictorBacktestExportJob" "Amazonka.Forecast.DeletePredictorBacktestExportJob" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DeletePredictorBacktestExportJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "predictorBacktestExportJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeletePredictorBacktestExportJob Source #

Create a value of DeletePredictorBacktestExportJob with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeletePredictorBacktestExportJob, deletePredictorBacktestExportJob_predictorBacktestExportJobArn - The Amazon Resource Name (ARN) of the predictor backtest export job to delete.

data DeletePredictorBacktestExportJobResponse Source #

Instances

Instances details
Generic DeletePredictorBacktestExportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeletePredictorBacktestExportJob

Read DeletePredictorBacktestExportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeletePredictorBacktestExportJob

Show DeletePredictorBacktestExportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeletePredictorBacktestExportJob

NFData DeletePredictorBacktestExportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeletePredictorBacktestExportJob

Eq DeletePredictorBacktestExportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeletePredictorBacktestExportJob

type Rep DeletePredictorBacktestExportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeletePredictorBacktestExportJob

type Rep DeletePredictorBacktestExportJobResponse = D1 ('MetaData "DeletePredictorBacktestExportJobResponse" "Amazonka.Forecast.DeletePredictorBacktestExportJob" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DeletePredictorBacktestExportJobResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeletePredictorBacktestExportJobResponse :: DeletePredictorBacktestExportJobResponse Source #

Create a value of DeletePredictorBacktestExportJobResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteResourceTree

data DeleteResourceTree Source #

See: newDeleteResourceTree smart constructor.

Instances

Instances details
ToJSON DeleteResourceTree Source # 
Instance details

Defined in Amazonka.Forecast.DeleteResourceTree

ToHeaders DeleteResourceTree Source # 
Instance details

Defined in Amazonka.Forecast.DeleteResourceTree

ToPath DeleteResourceTree Source # 
Instance details

Defined in Amazonka.Forecast.DeleteResourceTree

ToQuery DeleteResourceTree Source # 
Instance details

Defined in Amazonka.Forecast.DeleteResourceTree

AWSRequest DeleteResourceTree Source # 
Instance details

Defined in Amazonka.Forecast.DeleteResourceTree

Associated Types

type AWSResponse DeleteResourceTree #

Generic DeleteResourceTree Source # 
Instance details

Defined in Amazonka.Forecast.DeleteResourceTree

Associated Types

type Rep DeleteResourceTree :: Type -> Type #

Read DeleteResourceTree Source # 
Instance details

Defined in Amazonka.Forecast.DeleteResourceTree

Show DeleteResourceTree Source # 
Instance details

Defined in Amazonka.Forecast.DeleteResourceTree

NFData DeleteResourceTree Source # 
Instance details

Defined in Amazonka.Forecast.DeleteResourceTree

Methods

rnf :: DeleteResourceTree -> () #

Eq DeleteResourceTree Source # 
Instance details

Defined in Amazonka.Forecast.DeleteResourceTree

Hashable DeleteResourceTree Source # 
Instance details

Defined in Amazonka.Forecast.DeleteResourceTree

type AWSResponse DeleteResourceTree Source # 
Instance details

Defined in Amazonka.Forecast.DeleteResourceTree

type Rep DeleteResourceTree Source # 
Instance details

Defined in Amazonka.Forecast.DeleteResourceTree

type Rep DeleteResourceTree = D1 ('MetaData "DeleteResourceTree" "Amazonka.Forecast.DeleteResourceTree" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DeleteResourceTree'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteResourceTree Source #

Create a value of DeleteResourceTree with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteResourceTree, deleteResourceTree_resourceArn - The Amazon Resource Name (ARN) of the parent resource to delete. All child resources of the parent resource will also be deleted.

data DeleteResourceTreeResponse Source #

See: newDeleteResourceTreeResponse smart constructor.

Instances

Instances details
Generic DeleteResourceTreeResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteResourceTree

Associated Types

type Rep DeleteResourceTreeResponse :: Type -> Type #

Read DeleteResourceTreeResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteResourceTree

Show DeleteResourceTreeResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteResourceTree

NFData DeleteResourceTreeResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteResourceTree

Eq DeleteResourceTreeResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteResourceTree

type Rep DeleteResourceTreeResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteResourceTree

type Rep DeleteResourceTreeResponse = D1 ('MetaData "DeleteResourceTreeResponse" "Amazonka.Forecast.DeleteResourceTree" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DeleteResourceTreeResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteResourceTreeResponse :: DeleteResourceTreeResponse Source #

Create a value of DeleteResourceTreeResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteWhatIfAnalysis

data DeleteWhatIfAnalysis Source #

See: newDeleteWhatIfAnalysis smart constructor.

Instances

Instances details
ToJSON DeleteWhatIfAnalysis Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfAnalysis

ToHeaders DeleteWhatIfAnalysis Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfAnalysis

ToPath DeleteWhatIfAnalysis Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfAnalysis

ToQuery DeleteWhatIfAnalysis Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfAnalysis

AWSRequest DeleteWhatIfAnalysis Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfAnalysis

Associated Types

type AWSResponse DeleteWhatIfAnalysis #

Generic DeleteWhatIfAnalysis Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfAnalysis

Associated Types

type Rep DeleteWhatIfAnalysis :: Type -> Type #

Read DeleteWhatIfAnalysis Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfAnalysis

Show DeleteWhatIfAnalysis Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfAnalysis

NFData DeleteWhatIfAnalysis Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfAnalysis

Methods

rnf :: DeleteWhatIfAnalysis -> () #

Eq DeleteWhatIfAnalysis Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfAnalysis

Hashable DeleteWhatIfAnalysis Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfAnalysis

type AWSResponse DeleteWhatIfAnalysis Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfAnalysis

type Rep DeleteWhatIfAnalysis Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfAnalysis

type Rep DeleteWhatIfAnalysis = D1 ('MetaData "DeleteWhatIfAnalysis" "Amazonka.Forecast.DeleteWhatIfAnalysis" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DeleteWhatIfAnalysis'" 'PrefixI 'True) (S1 ('MetaSel ('Just "whatIfAnalysisArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteWhatIfAnalysis Source #

Create a value of DeleteWhatIfAnalysis with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteWhatIfAnalysis, deleteWhatIfAnalysis_whatIfAnalysisArn - The Amazon Resource Name (ARN) of the what-if analysis that you want to delete.

data DeleteWhatIfAnalysisResponse Source #

See: newDeleteWhatIfAnalysisResponse smart constructor.

Instances

Instances details
Generic DeleteWhatIfAnalysisResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfAnalysis

Associated Types

type Rep DeleteWhatIfAnalysisResponse :: Type -> Type #

Read DeleteWhatIfAnalysisResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfAnalysis

Show DeleteWhatIfAnalysisResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfAnalysis

NFData DeleteWhatIfAnalysisResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfAnalysis

Eq DeleteWhatIfAnalysisResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfAnalysis

type Rep DeleteWhatIfAnalysisResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfAnalysis

type Rep DeleteWhatIfAnalysisResponse = D1 ('MetaData "DeleteWhatIfAnalysisResponse" "Amazonka.Forecast.DeleteWhatIfAnalysis" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DeleteWhatIfAnalysisResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteWhatIfAnalysisResponse :: DeleteWhatIfAnalysisResponse Source #

Create a value of DeleteWhatIfAnalysisResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteWhatIfForecast

data DeleteWhatIfForecast Source #

See: newDeleteWhatIfForecast smart constructor.

Instances

Instances details
ToJSON DeleteWhatIfForecast Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecast

ToHeaders DeleteWhatIfForecast Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecast

ToPath DeleteWhatIfForecast Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecast

ToQuery DeleteWhatIfForecast Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecast

AWSRequest DeleteWhatIfForecast Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecast

Associated Types

type AWSResponse DeleteWhatIfForecast #

Generic DeleteWhatIfForecast Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecast

Associated Types

type Rep DeleteWhatIfForecast :: Type -> Type #

Read DeleteWhatIfForecast Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecast

Show DeleteWhatIfForecast Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecast

NFData DeleteWhatIfForecast Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecast

Methods

rnf :: DeleteWhatIfForecast -> () #

Eq DeleteWhatIfForecast Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecast

Hashable DeleteWhatIfForecast Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecast

type AWSResponse DeleteWhatIfForecast Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecast

type Rep DeleteWhatIfForecast Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecast

type Rep DeleteWhatIfForecast = D1 ('MetaData "DeleteWhatIfForecast" "Amazonka.Forecast.DeleteWhatIfForecast" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DeleteWhatIfForecast'" 'PrefixI 'True) (S1 ('MetaSel ('Just "whatIfForecastArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteWhatIfForecast Source #

Create a value of DeleteWhatIfForecast with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteWhatIfForecast, deleteWhatIfForecast_whatIfForecastArn - The Amazon Resource Name (ARN) of the what-if forecast that you want to delete.

data DeleteWhatIfForecastResponse Source #

See: newDeleteWhatIfForecastResponse smart constructor.

Instances

Instances details
Generic DeleteWhatIfForecastResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecast

Associated Types

type Rep DeleteWhatIfForecastResponse :: Type -> Type #

Read DeleteWhatIfForecastResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecast

Show DeleteWhatIfForecastResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecast

NFData DeleteWhatIfForecastResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecast

Eq DeleteWhatIfForecastResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecast

type Rep DeleteWhatIfForecastResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecast

type Rep DeleteWhatIfForecastResponse = D1 ('MetaData "DeleteWhatIfForecastResponse" "Amazonka.Forecast.DeleteWhatIfForecast" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DeleteWhatIfForecastResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteWhatIfForecastResponse :: DeleteWhatIfForecastResponse Source #

Create a value of DeleteWhatIfForecastResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteWhatIfForecastExport

data DeleteWhatIfForecastExport Source #

See: newDeleteWhatIfForecastExport smart constructor.

Instances

Instances details
ToJSON DeleteWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecastExport

ToHeaders DeleteWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecastExport

ToPath DeleteWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecastExport

ToQuery DeleteWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecastExport

AWSRequest DeleteWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecastExport

Generic DeleteWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecastExport

Associated Types

type Rep DeleteWhatIfForecastExport :: Type -> Type #

Read DeleteWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecastExport

Show DeleteWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecastExport

NFData DeleteWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecastExport

Eq DeleteWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecastExport

Hashable DeleteWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecastExport

type AWSResponse DeleteWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecastExport

type Rep DeleteWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecastExport

type Rep DeleteWhatIfForecastExport = D1 ('MetaData "DeleteWhatIfForecastExport" "Amazonka.Forecast.DeleteWhatIfForecastExport" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DeleteWhatIfForecastExport'" 'PrefixI 'True) (S1 ('MetaSel ('Just "whatIfForecastExportArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteWhatIfForecastExport Source #

Create a value of DeleteWhatIfForecastExport with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteWhatIfForecastExport, deleteWhatIfForecastExport_whatIfForecastExportArn - The Amazon Resource Name (ARN) of the what-if forecast export that you want to delete.

data DeleteWhatIfForecastExportResponse Source #

Instances

Instances details
Generic DeleteWhatIfForecastExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecastExport

Associated Types

type Rep DeleteWhatIfForecastExportResponse :: Type -> Type #

Read DeleteWhatIfForecastExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecastExport

Show DeleteWhatIfForecastExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecastExport

NFData DeleteWhatIfForecastExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecastExport

Eq DeleteWhatIfForecastExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecastExport

type Rep DeleteWhatIfForecastExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.DeleteWhatIfForecastExport

type Rep DeleteWhatIfForecastExportResponse = D1 ('MetaData "DeleteWhatIfForecastExportResponse" "Amazonka.Forecast.DeleteWhatIfForecastExport" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DeleteWhatIfForecastExportResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteWhatIfForecastExportResponse :: DeleteWhatIfForecastExportResponse Source #

Create a value of DeleteWhatIfForecastExportResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DescribeAutoPredictor

data DescribeAutoPredictor Source #

See: newDescribeAutoPredictor smart constructor.

Instances

Instances details
ToJSON DescribeAutoPredictor Source # 
Instance details

Defined in Amazonka.Forecast.DescribeAutoPredictor

ToHeaders DescribeAutoPredictor Source # 
Instance details

Defined in Amazonka.Forecast.DescribeAutoPredictor

ToPath DescribeAutoPredictor Source # 
Instance details

Defined in Amazonka.Forecast.DescribeAutoPredictor

ToQuery DescribeAutoPredictor Source # 
Instance details

Defined in Amazonka.Forecast.DescribeAutoPredictor

AWSRequest DescribeAutoPredictor Source # 
Instance details

Defined in Amazonka.Forecast.DescribeAutoPredictor

Associated Types

type AWSResponse DescribeAutoPredictor #

Generic DescribeAutoPredictor Source # 
Instance details

Defined in Amazonka.Forecast.DescribeAutoPredictor

Associated Types

type Rep DescribeAutoPredictor :: Type -> Type #

Read DescribeAutoPredictor Source # 
Instance details

Defined in Amazonka.Forecast.DescribeAutoPredictor

Show DescribeAutoPredictor Source # 
Instance details

Defined in Amazonka.Forecast.DescribeAutoPredictor

NFData DescribeAutoPredictor Source # 
Instance details

Defined in Amazonka.Forecast.DescribeAutoPredictor

Methods

rnf :: DescribeAutoPredictor -> () #

Eq DescribeAutoPredictor Source # 
Instance details

Defined in Amazonka.Forecast.DescribeAutoPredictor

Hashable DescribeAutoPredictor Source # 
Instance details

Defined in Amazonka.Forecast.DescribeAutoPredictor

type AWSResponse DescribeAutoPredictor Source # 
Instance details

Defined in Amazonka.Forecast.DescribeAutoPredictor

type Rep DescribeAutoPredictor Source # 
Instance details

Defined in Amazonka.Forecast.DescribeAutoPredictor

type Rep DescribeAutoPredictor = D1 ('MetaData "DescribeAutoPredictor" "Amazonka.Forecast.DescribeAutoPredictor" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DescribeAutoPredictor'" 'PrefixI 'True) (S1 ('MetaSel ('Just "predictorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeAutoPredictor Source #

Create a value of DescribeAutoPredictor with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeAutoPredictor, describeAutoPredictor_predictorArn - The Amazon Resource Name (ARN) of the predictor.

data DescribeAutoPredictorResponse Source #

See: newDescribeAutoPredictorResponse smart constructor.

Instances

Instances details
Generic DescribeAutoPredictorResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeAutoPredictor

Associated Types

type Rep DescribeAutoPredictorResponse :: Type -> Type #

Read DescribeAutoPredictorResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeAutoPredictor

Show DescribeAutoPredictorResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeAutoPredictor

NFData DescribeAutoPredictorResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeAutoPredictor

Eq DescribeAutoPredictorResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeAutoPredictor

type Rep DescribeAutoPredictorResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeAutoPredictor

type Rep DescribeAutoPredictorResponse = D1 ('MetaData "DescribeAutoPredictorResponse" "Amazonka.Forecast.DescribeAutoPredictor" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DescribeAutoPredictorResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "dataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataConfig))) :*: (S1 ('MetaSel ('Just "datasetImportJobArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "encryptionConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncryptionConfig)) :*: S1 ('MetaSel ('Just "estimatedTimeRemainingInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))) :*: ((S1 ('MetaSel ('Just "explainabilityInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExplainabilityInfo)) :*: S1 ('MetaSel ('Just "forecastDimensions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))) :*: (S1 ('MetaSel ('Just "forecastFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "forecastHorizon") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "forecastTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))))))) :*: (((S1 ('MetaSel ('Just "lastModificationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "monitorInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitorInfo)) :*: (S1 ('MetaSel ('Just "optimizationMetric") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OptimizationMetric)) :*: S1 ('MetaSel ('Just "predictorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "predictorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "referencePredictorSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReferencePredictorSummary))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "timeAlignmentBoundary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimeAlignmentBoundary)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))))

newDescribeAutoPredictorResponse Source #

Create a value of DescribeAutoPredictorResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeAutoPredictorResponse, describeAutoPredictorResponse_creationTime - The timestamp of the CreateAutoPredictor request.

$sel:dataConfig:DescribeAutoPredictorResponse', describeAutoPredictorResponse_dataConfig - The data configuration for your dataset group and any additional datasets.

$sel:datasetImportJobArns:DescribeAutoPredictorResponse', describeAutoPredictorResponse_datasetImportJobArns - An array of the ARNs of the dataset import jobs used to import training data for the predictor.

$sel:encryptionConfig:DescribeAutoPredictorResponse', describeAutoPredictorResponse_encryptionConfig - Undocumented member.

$sel:estimatedTimeRemainingInMinutes:DescribeAutoPredictorResponse', describeAutoPredictorResponse_estimatedTimeRemainingInMinutes - The estimated time remaining in minutes for the predictor training job to complete.

$sel:explainabilityInfo:DescribeAutoPredictorResponse', describeAutoPredictorResponse_explainabilityInfo - Provides the status and ARN of the Predictor Explainability.

DescribeAutoPredictorResponse, describeAutoPredictorResponse_forecastDimensions - An array of dimension (field) names that specify the attributes used to group your time series.

DescribeAutoPredictorResponse, describeAutoPredictorResponse_forecastFrequency - The frequency of predictions in a forecast.

Valid intervals are Y (Year), M (Month), W (Week), D (Day), H (Hour), 30min (30 minutes), 15min (15 minutes), 10min (10 minutes), 5min (5 minutes), and 1min (1 minute). For example, "Y" indicates every year and "5min" indicates every five minutes.

$sel:forecastHorizon:DescribeAutoPredictorResponse', describeAutoPredictorResponse_forecastHorizon - The number of time-steps that the model predicts. The forecast horizon is also called the prediction length.

$sel:forecastTypes:DescribeAutoPredictorResponse', describeAutoPredictorResponse_forecastTypes - The forecast types used during predictor training. Default value is ["0.1","0.5","0.9"].

DescribeAutoPredictorResponse, describeAutoPredictorResponse_lastModificationTime - The last time the resource was modified. The timestamp depends on the status of the job:

  • CREATE_PENDING - The CreationTime.
  • CREATE_IN_PROGRESS - The current timestamp.
  • CREATE_STOPPING - The current timestamp.
  • CREATE_STOPPED - When the job stopped.
  • ACTIVE or CREATE_FAILED - When the job finished or failed.

DescribeAutoPredictorResponse, describeAutoPredictorResponse_message - In the event of an error, a message detailing the cause of the error.

$sel:monitorInfo:DescribeAutoPredictorResponse', describeAutoPredictorResponse_monitorInfo - A object with the Amazon Resource Name (ARN) and status of the monitor resource.

$sel:optimizationMetric:DescribeAutoPredictorResponse', describeAutoPredictorResponse_optimizationMetric - The accuracy metric used to optimize the predictor.

DescribeAutoPredictor, describeAutoPredictorResponse_predictorArn - The Amazon Resource Name (ARN) of the predictor

DescribeAutoPredictorResponse, describeAutoPredictorResponse_predictorName - The name of the predictor.

DescribeAutoPredictorResponse, describeAutoPredictorResponse_referencePredictorSummary - The ARN and state of the reference predictor. This parameter is only valid for retrained or upgraded predictors.

DescribeAutoPredictorResponse, describeAutoPredictorResponse_status - The status of the predictor. States include:

  • ACTIVE
  • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
  • CREATE_STOPPING, CREATE_STOPPED
  • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED

$sel:timeAlignmentBoundary:DescribeAutoPredictorResponse', describeAutoPredictorResponse_timeAlignmentBoundary - The time boundary Forecast uses when aggregating data.

$sel:httpStatus:DescribeAutoPredictorResponse', describeAutoPredictorResponse_httpStatus - The response's http status code.

DescribeDataset

data DescribeDataset Source #

See: newDescribeDataset smart constructor.

Constructors

DescribeDataset' Text 

Instances

Instances details
ToJSON DescribeDataset Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDataset

ToHeaders DescribeDataset Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDataset

ToPath DescribeDataset Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDataset

ToQuery DescribeDataset Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDataset

AWSRequest DescribeDataset Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDataset

Associated Types

type AWSResponse DescribeDataset #

Generic DescribeDataset Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDataset

Associated Types

type Rep DescribeDataset :: Type -> Type #

Read DescribeDataset Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDataset

Show DescribeDataset Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDataset

NFData DescribeDataset Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDataset

Methods

rnf :: DescribeDataset -> () #

Eq DescribeDataset Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDataset

Hashable DescribeDataset Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDataset

type AWSResponse DescribeDataset Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDataset

type Rep DescribeDataset Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDataset

type Rep DescribeDataset = D1 ('MetaData "DescribeDataset" "Amazonka.Forecast.DescribeDataset" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DescribeDataset'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datasetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeDataset Source #

Create a value of DescribeDataset with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeDataset, describeDataset_datasetArn - The Amazon Resource Name (ARN) of the dataset.

data DescribeDatasetResponse Source #

See: newDescribeDatasetResponse smart constructor.

Instances

Instances details
Generic DescribeDatasetResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDataset

Associated Types

type Rep DescribeDatasetResponse :: Type -> Type #

Read DescribeDatasetResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDataset

Show DescribeDatasetResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDataset

NFData DescribeDatasetResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDataset

Methods

rnf :: DescribeDatasetResponse -> () #

Eq DescribeDatasetResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDataset

type Rep DescribeDatasetResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDataset

type Rep DescribeDatasetResponse = D1 ('MetaData "DescribeDatasetResponse" "Amazonka.Forecast.DescribeDataset" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DescribeDatasetResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "dataFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "datasetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "datasetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "datasetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatasetType))))) :*: ((S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Domain)) :*: (S1 ('MetaSel ('Just "encryptionConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncryptionConfig)) :*: S1 ('MetaSel ('Just "lastModificationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "schema") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Schema)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeDatasetResponse Source #

Create a value of DescribeDatasetResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeDatasetResponse, describeDatasetResponse_creationTime - When the dataset was created.

$sel:dataFrequency:DescribeDatasetResponse', describeDatasetResponse_dataFrequency - The frequency of data collection.

Valid intervals are Y (Year), M (Month), W (Week), D (Day), H (Hour), 30min (30 minutes), 15min (15 minutes), 10min (10 minutes), 5min (5 minutes), and 1min (1 minute). For example, "M" indicates every month and "30min" indicates every 30 minutes.

DescribeDataset, describeDatasetResponse_datasetArn - The Amazon Resource Name (ARN) of the dataset.

DescribeDatasetResponse, describeDatasetResponse_datasetName - The name of the dataset.

DescribeDatasetResponse, describeDatasetResponse_datasetType - The dataset type.

DescribeDatasetResponse, describeDatasetResponse_domain - The domain associated with the dataset.

$sel:encryptionConfig:DescribeDatasetResponse', describeDatasetResponse_encryptionConfig - The AWS Key Management Service (KMS) key and the AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key.

DescribeDatasetResponse, describeDatasetResponse_lastModificationTime - When you create a dataset, LastModificationTime is the same as CreationTime. While data is being imported to the dataset, LastModificationTime is the current time of the DescribeDataset call. After a CreateDatasetImportJob operation has finished, LastModificationTime is when the import job completed or failed.

DescribeDatasetResponse, describeDatasetResponse_schema - An array of SchemaAttribute objects that specify the dataset fields. Each SchemaAttribute specifies the name and data type of a field.

DescribeDatasetResponse, describeDatasetResponse_status - The status of the dataset. States include:

  • ACTIVE
  • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
  • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
  • UPDATE_PENDING, UPDATE_IN_PROGRESS, UPDATE_FAILED

The UPDATE states apply while data is imported to the dataset from a call to the CreateDatasetImportJob operation and reflect the status of the dataset import job. For example, when the import job status is CREATE_IN_PROGRESS, the status of the dataset is UPDATE_IN_PROGRESS.

The Status of the dataset must be ACTIVE before you can import training data.

$sel:httpStatus:DescribeDatasetResponse', describeDatasetResponse_httpStatus - The response's http status code.

DescribeDatasetGroup

data DescribeDatasetGroup Source #

See: newDescribeDatasetGroup smart constructor.

Instances

Instances details
ToJSON DescribeDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDatasetGroup

ToHeaders DescribeDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDatasetGroup

ToPath DescribeDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDatasetGroup

ToQuery DescribeDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDatasetGroup

AWSRequest DescribeDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDatasetGroup

Associated Types

type AWSResponse DescribeDatasetGroup #

Generic DescribeDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDatasetGroup

Associated Types

type Rep DescribeDatasetGroup :: Type -> Type #

Read DescribeDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDatasetGroup

Show DescribeDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDatasetGroup

NFData DescribeDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDatasetGroup

Methods

rnf :: DescribeDatasetGroup -> () #

Eq DescribeDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDatasetGroup

Hashable DescribeDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDatasetGroup

type AWSResponse DescribeDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDatasetGroup

type Rep DescribeDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDatasetGroup

type Rep DescribeDatasetGroup = D1 ('MetaData "DescribeDatasetGroup" "Amazonka.Forecast.DescribeDatasetGroup" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DescribeDatasetGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datasetGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeDatasetGroup Source #

Create a value of DescribeDatasetGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeDatasetGroup, describeDatasetGroup_datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group.

data DescribeDatasetGroupResponse Source #

See: newDescribeDatasetGroupResponse smart constructor.

Instances

Instances details
Generic DescribeDatasetGroupResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDatasetGroup

Associated Types

type Rep DescribeDatasetGroupResponse :: Type -> Type #

Read DescribeDatasetGroupResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDatasetGroup

Show DescribeDatasetGroupResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDatasetGroup

NFData DescribeDatasetGroupResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDatasetGroup

Eq DescribeDatasetGroupResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDatasetGroup

type Rep DescribeDatasetGroupResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDatasetGroup

type Rep DescribeDatasetGroupResponse = D1 ('MetaData "DescribeDatasetGroupResponse" "Amazonka.Forecast.DescribeDatasetGroup" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DescribeDatasetGroupResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "datasetArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "datasetGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "datasetGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Domain)) :*: S1 ('MetaSel ('Just "lastModificationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newDescribeDatasetGroupResponse Source #

Create a value of DescribeDatasetGroupResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeDatasetGroupResponse, describeDatasetGroupResponse_creationTime - When the dataset group was created.

$sel:datasetArns:DescribeDatasetGroupResponse', describeDatasetGroupResponse_datasetArns - An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.

DescribeDatasetGroup, describeDatasetGroupResponse_datasetGroupArn - The ARN of the dataset group.

DescribeDatasetGroupResponse, describeDatasetGroupResponse_datasetGroupName - The name of the dataset group.

DescribeDatasetGroupResponse, describeDatasetGroupResponse_domain - The domain associated with the dataset group.

DescribeDatasetGroupResponse, describeDatasetGroupResponse_lastModificationTime - When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation. While the dataset group is being updated, LastModificationTime is the current time of the DescribeDatasetGroup call.

DescribeDatasetGroupResponse, describeDatasetGroupResponse_status - The status of the dataset group. States include:

  • ACTIVE
  • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
  • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
  • UPDATE_PENDING, UPDATE_IN_PROGRESS, UPDATE_FAILED

The UPDATE states apply when you call the UpdateDatasetGroup operation.

The Status of the dataset group must be ACTIVE before you can use the dataset group to create a predictor.

$sel:httpStatus:DescribeDatasetGroupResponse', describeDatasetGroupResponse_httpStatus - The response's http status code.

DescribeDatasetImportJob

data DescribeDatasetImportJob Source #

See: newDescribeDatasetImportJob smart constructor.

Instances

Instances details
ToJSON DescribeDatasetImportJob Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDatasetImportJob

ToHeaders DescribeDatasetImportJob Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDatasetImportJob

ToPath DescribeDatasetImportJob Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDatasetImportJob

ToQuery DescribeDatasetImportJob Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDatasetImportJob

AWSRequest DescribeDatasetImportJob Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDatasetImportJob

Generic DescribeDatasetImportJob Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDatasetImportJob

Associated Types

type Rep DescribeDatasetImportJob :: Type -> Type #

Read DescribeDatasetImportJob Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDatasetImportJob

Show DescribeDatasetImportJob Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDatasetImportJob

NFData DescribeDatasetImportJob Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDatasetImportJob

Eq DescribeDatasetImportJob Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDatasetImportJob

Hashable DescribeDatasetImportJob Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDatasetImportJob

type AWSResponse DescribeDatasetImportJob Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDatasetImportJob

type Rep DescribeDatasetImportJob Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDatasetImportJob

type Rep DescribeDatasetImportJob = D1 ('MetaData "DescribeDatasetImportJob" "Amazonka.Forecast.DescribeDatasetImportJob" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DescribeDatasetImportJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datasetImportJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeDatasetImportJob Source #

Create a value of DescribeDatasetImportJob with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeDatasetImportJob, describeDatasetImportJob_datasetImportJobArn - The Amazon Resource Name (ARN) of the dataset import job.

data DescribeDatasetImportJobResponse Source #

See: newDescribeDatasetImportJobResponse smart constructor.

Instances

Instances details
Generic DescribeDatasetImportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDatasetImportJob

Associated Types

type Rep DescribeDatasetImportJobResponse :: Type -> Type #

Read DescribeDatasetImportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDatasetImportJob

Show DescribeDatasetImportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDatasetImportJob

NFData DescribeDatasetImportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDatasetImportJob

Eq DescribeDatasetImportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDatasetImportJob

type Rep DescribeDatasetImportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeDatasetImportJob

type Rep DescribeDatasetImportJobResponse = D1 ('MetaData "DescribeDatasetImportJobResponse" "Amazonka.Forecast.DescribeDatasetImportJob" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DescribeDatasetImportJobResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "dataSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "dataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataSource)) :*: S1 ('MetaSel ('Just "datasetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "datasetImportJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "datasetImportJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "estimatedTimeRemainingInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "fieldStatistics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Statistics)))))) :*: (((S1 ('MetaSel ('Just "format") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "geolocationFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastModificationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "timeZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "timestampFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "useGeolocationForTimeZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))))

newDescribeDatasetImportJobResponse Source #

Create a value of DescribeDatasetImportJobResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeDatasetImportJobResponse, describeDatasetImportJobResponse_creationTime - When the dataset import job was created.

$sel:dataSize:DescribeDatasetImportJobResponse', describeDatasetImportJobResponse_dataSize - The size of the dataset in gigabytes (GB) after the import job has finished.

DescribeDatasetImportJobResponse, describeDatasetImportJobResponse_dataSource - The location of the training data to import and an AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the data.

If encryption is used, DataSource includes an AWS Key Management Service (KMS) key.

DescribeDatasetImportJobResponse, describeDatasetImportJobResponse_datasetArn - The Amazon Resource Name (ARN) of the dataset that the training data was imported to.

DescribeDatasetImportJob, describeDatasetImportJobResponse_datasetImportJobArn - The ARN of the dataset import job.

DescribeDatasetImportJobResponse, describeDatasetImportJobResponse_datasetImportJobName - The name of the dataset import job.

$sel:estimatedTimeRemainingInMinutes:DescribeDatasetImportJobResponse', describeDatasetImportJobResponse_estimatedTimeRemainingInMinutes - The estimated time remaining in minutes for the dataset import job to complete.

$sel:fieldStatistics:DescribeDatasetImportJobResponse', describeDatasetImportJobResponse_fieldStatistics - Statistical information about each field in the input data.

DescribeDatasetImportJobResponse, describeDatasetImportJobResponse_format - The format of the imported data, CSV or PARQUET.

$sel:geolocationFormat:DescribeDatasetImportJobResponse', describeDatasetImportJobResponse_geolocationFormat - The format of the geolocation attribute. Valid Values:"LAT_LONG" and "CC_POSTALCODE".

DescribeDatasetImportJobResponse, describeDatasetImportJobResponse_lastModificationTime - The last time the resource was modified. The timestamp depends on the status of the job:

  • CREATE_PENDING - The CreationTime.
  • CREATE_IN_PROGRESS - The current timestamp.
  • CREATE_STOPPING - The current timestamp.
  • CREATE_STOPPED - When the job stopped.
  • ACTIVE or CREATE_FAILED - When the job finished or failed.

DescribeDatasetImportJobResponse, describeDatasetImportJobResponse_message - If an error occurred, an informational message about the error.

DescribeDatasetImportJobResponse, describeDatasetImportJobResponse_status - The status of the dataset import job. States include:

  • ACTIVE
  • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
  • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
  • CREATE_STOPPING, CREATE_STOPPED

$sel:timeZone:DescribeDatasetImportJobResponse', describeDatasetImportJobResponse_timeZone - The single time zone applied to every item in the dataset

DescribeDatasetImportJobResponse, describeDatasetImportJobResponse_timestampFormat - The format of timestamps in the dataset. The format that you specify depends on the DataFrequency specified when the dataset was created. The following formats are supported

  • "yyyy-MM-dd"

    For the following data frequencies: Y, M, W, and D

  • "yyyy-MM-dd HH:mm:ss"

    For the following data frequencies: H, 30min, 15min, and 1min; and optionally, for: Y, M, W, and D

$sel:useGeolocationForTimeZone:DescribeDatasetImportJobResponse', describeDatasetImportJobResponse_useGeolocationForTimeZone - Whether TimeZone is automatically derived from the geolocation attribute.

$sel:httpStatus:DescribeDatasetImportJobResponse', describeDatasetImportJobResponse_httpStatus - The response's http status code.

DescribeExplainability

data DescribeExplainability Source #

See: newDescribeExplainability smart constructor.

Instances

Instances details
ToJSON DescribeExplainability Source # 
Instance details

Defined in Amazonka.Forecast.DescribeExplainability

ToHeaders DescribeExplainability Source # 
Instance details

Defined in Amazonka.Forecast.DescribeExplainability

ToPath DescribeExplainability Source # 
Instance details

Defined in Amazonka.Forecast.DescribeExplainability

ToQuery DescribeExplainability Source # 
Instance details

Defined in Amazonka.Forecast.DescribeExplainability

AWSRequest DescribeExplainability Source # 
Instance details

Defined in Amazonka.Forecast.DescribeExplainability

Associated Types

type AWSResponse DescribeExplainability #

Generic DescribeExplainability Source # 
Instance details

Defined in Amazonka.Forecast.DescribeExplainability

Associated Types

type Rep DescribeExplainability :: Type -> Type #

Read DescribeExplainability Source # 
Instance details

Defined in Amazonka.Forecast.DescribeExplainability

Show DescribeExplainability Source # 
Instance details

Defined in Amazonka.Forecast.DescribeExplainability

NFData DescribeExplainability Source # 
Instance details

Defined in Amazonka.Forecast.DescribeExplainability

Methods

rnf :: DescribeExplainability -> () #

Eq DescribeExplainability Source # 
Instance details

Defined in Amazonka.Forecast.DescribeExplainability

Hashable DescribeExplainability Source # 
Instance details

Defined in Amazonka.Forecast.DescribeExplainability

type AWSResponse DescribeExplainability Source # 
Instance details

Defined in Amazonka.Forecast.DescribeExplainability

type Rep DescribeExplainability Source # 
Instance details

Defined in Amazonka.Forecast.DescribeExplainability

type Rep DescribeExplainability = D1 ('MetaData "DescribeExplainability" "Amazonka.Forecast.DescribeExplainability" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DescribeExplainability'" 'PrefixI 'True) (S1 ('MetaSel ('Just "explainabilityArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeExplainability Source #

Create a value of DescribeExplainability with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeExplainability, describeExplainability_explainabilityArn - The Amazon Resource Name (ARN) of the Explaianability to describe.

data DescribeExplainabilityResponse Source #

See: newDescribeExplainabilityResponse smart constructor.

Instances

Instances details
Generic DescribeExplainabilityResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeExplainability

Associated Types

type Rep DescribeExplainabilityResponse :: Type -> Type #

Read DescribeExplainabilityResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeExplainability

Show DescribeExplainabilityResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeExplainability

NFData DescribeExplainabilityResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeExplainability

Eq DescribeExplainabilityResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeExplainability

type Rep DescribeExplainabilityResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeExplainability

type Rep DescribeExplainabilityResponse = D1 ('MetaData "DescribeExplainabilityResponse" "Amazonka.Forecast.DescribeExplainability" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DescribeExplainabilityResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "dataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataSource)) :*: S1 ('MetaSel ('Just "enableVisualization") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "endDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "estimatedTimeRemainingInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 ('MetaSel ('Just "explainabilityArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "explainabilityConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExplainabilityConfig))))) :*: (((S1 ('MetaSel ('Just "explainabilityName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModificationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "schema") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Schema)) :*: S1 ('MetaSel ('Just "startDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeExplainabilityResponse Source #

Create a value of DescribeExplainabilityResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeExplainabilityResponse, describeExplainabilityResponse_creationTime - When the Explainability resource was created.

DescribeExplainabilityResponse, describeExplainabilityResponse_dataSource - Undocumented member.

$sel:enableVisualization:DescribeExplainabilityResponse', describeExplainabilityResponse_enableVisualization - Whether the visualization was enabled for the Explainability resource.

$sel:endDateTime:DescribeExplainabilityResponse', describeExplainabilityResponse_endDateTime - If TimePointGranularity is set to SPECIFIC, the last time point in the Explainability.

$sel:estimatedTimeRemainingInMinutes:DescribeExplainabilityResponse', describeExplainabilityResponse_estimatedTimeRemainingInMinutes - The estimated time remaining in minutes for the CreateExplainability job to complete.

DescribeExplainability, describeExplainabilityResponse_explainabilityArn - The Amazon Resource Name (ARN) of the Explainability.

DescribeExplainabilityResponse, describeExplainabilityResponse_explainabilityConfig - The configuration settings that define the granularity of time series and time points for the Explainability.

DescribeExplainabilityResponse, describeExplainabilityResponse_explainabilityName - The name of the Explainability.

DescribeExplainabilityResponse, describeExplainabilityResponse_lastModificationTime - The last time the resource was modified. The timestamp depends on the status of the job:

  • CREATE_PENDING - The CreationTime.
  • CREATE_IN_PROGRESS - The current timestamp.
  • CREATE_STOPPING - The current timestamp.
  • CREATE_STOPPED - When the job stopped.
  • ACTIVE or CREATE_FAILED - When the job finished or failed.

DescribeExplainabilityResponse, describeExplainabilityResponse_message - If an error occurred, a message about the error.

DescribeExplainabilityResponse, describeExplainabilityResponse_resourceArn - The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability resource.

DescribeExplainabilityResponse, describeExplainabilityResponse_schema - Undocumented member.

$sel:startDateTime:DescribeExplainabilityResponse', describeExplainabilityResponse_startDateTime - If TimePointGranularity is set to SPECIFIC, the first time point in the Explainability.

DescribeExplainabilityResponse, describeExplainabilityResponse_status - The status of the Explainability resource. States include:

  • ACTIVE
  • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
  • CREATE_STOPPING, CREATE_STOPPED
  • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED

$sel:httpStatus:DescribeExplainabilityResponse', describeExplainabilityResponse_httpStatus - The response's http status code.

DescribeExplainabilityExport

data DescribeExplainabilityExport Source #

See: newDescribeExplainabilityExport smart constructor.

Instances

Instances details
ToJSON DescribeExplainabilityExport Source # 
Instance details

Defined in Amazonka.Forecast.DescribeExplainabilityExport

ToHeaders DescribeExplainabilityExport Source # 
Instance details

Defined in Amazonka.Forecast.DescribeExplainabilityExport

ToPath DescribeExplainabilityExport Source # 
Instance details

Defined in Amazonka.Forecast.DescribeExplainabilityExport

ToQuery DescribeExplainabilityExport Source # 
Instance details

Defined in Amazonka.Forecast.DescribeExplainabilityExport

AWSRequest DescribeExplainabilityExport Source # 
Instance details

Defined in Amazonka.Forecast.DescribeExplainabilityExport

Generic DescribeExplainabilityExport Source # 
Instance details

Defined in Amazonka.Forecast.DescribeExplainabilityExport

Associated Types

type Rep DescribeExplainabilityExport :: Type -> Type #

Read DescribeExplainabilityExport Source # 
Instance details

Defined in Amazonka.Forecast.DescribeExplainabilityExport

Show DescribeExplainabilityExport Source # 
Instance details

Defined in Amazonka.Forecast.DescribeExplainabilityExport

NFData DescribeExplainabilityExport Source # 
Instance details

Defined in Amazonka.Forecast.DescribeExplainabilityExport

Eq DescribeExplainabilityExport Source # 
Instance details

Defined in Amazonka.Forecast.DescribeExplainabilityExport

Hashable DescribeExplainabilityExport Source # 
Instance details

Defined in Amazonka.Forecast.DescribeExplainabilityExport

type AWSResponse DescribeExplainabilityExport Source # 
Instance details

Defined in Amazonka.Forecast.DescribeExplainabilityExport

type Rep DescribeExplainabilityExport Source # 
Instance details

Defined in Amazonka.Forecast.DescribeExplainabilityExport

type Rep DescribeExplainabilityExport = D1 ('MetaData "DescribeExplainabilityExport" "Amazonka.Forecast.DescribeExplainabilityExport" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DescribeExplainabilityExport'" 'PrefixI 'True) (S1 ('MetaSel ('Just "explainabilityExportArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeExplainabilityExport Source #

Create a value of DescribeExplainabilityExport with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeExplainabilityExport, describeExplainabilityExport_explainabilityExportArn - The Amazon Resource Name (ARN) of the Explainability export.

data DescribeExplainabilityExportResponse Source #

Instances

Instances details
Generic DescribeExplainabilityExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeExplainabilityExport

Read DescribeExplainabilityExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeExplainabilityExport

Show DescribeExplainabilityExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeExplainabilityExport

NFData DescribeExplainabilityExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeExplainabilityExport

Eq DescribeExplainabilityExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeExplainabilityExport

type Rep DescribeExplainabilityExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeExplainabilityExport

type Rep DescribeExplainabilityExportResponse = D1 ('MetaData "DescribeExplainabilityExportResponse" "Amazonka.Forecast.DescribeExplainabilityExport" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DescribeExplainabilityExportResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataDestination))) :*: (S1 ('MetaSel ('Just "explainabilityArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "explainabilityExportArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "explainabilityExportName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "format") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModificationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeExplainabilityExportResponse Source #

Create a value of DescribeExplainabilityExportResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeExplainabilityExportResponse, describeExplainabilityExportResponse_creationTime - When the Explainability export was created.

DescribeExplainabilityExportResponse, describeExplainabilityExportResponse_destination - Undocumented member.

DescribeExplainabilityExportResponse, describeExplainabilityExportResponse_explainabilityArn - The Amazon Resource Name (ARN) of the Explainability export.

DescribeExplainabilityExport, describeExplainabilityExportResponse_explainabilityExportArn - The Amazon Resource Name (ARN) of the Explainability export.

DescribeExplainabilityExportResponse, describeExplainabilityExportResponse_explainabilityExportName - The name of the Explainability export.

DescribeExplainabilityExportResponse, describeExplainabilityExportResponse_format - The format of the exported data, CSV or PARQUET.

DescribeExplainabilityExportResponse, describeExplainabilityExportResponse_lastModificationTime - The last time the resource was modified. The timestamp depends on the status of the job:

  • CREATE_PENDING - The CreationTime.
  • CREATE_IN_PROGRESS - The current timestamp.
  • CREATE_STOPPING - The current timestamp.
  • CREATE_STOPPED - When the job stopped.
  • ACTIVE or CREATE_FAILED - When the job finished or failed.

DescribeExplainabilityExportResponse, describeExplainabilityExportResponse_message - Information about any errors that occurred during the export.

DescribeExplainabilityExportResponse, describeExplainabilityExportResponse_status - The status of the Explainability export. States include:

  • ACTIVE
  • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
  • CREATE_STOPPING, CREATE_STOPPED
  • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED

$sel:httpStatus:DescribeExplainabilityExportResponse', describeExplainabilityExportResponse_httpStatus - The response's http status code.

DescribeForecast

data DescribeForecast Source #

See: newDescribeForecast smart constructor.

Constructors

DescribeForecast' Text 

Instances

Instances details
ToJSON DescribeForecast Source # 
Instance details

Defined in Amazonka.Forecast.DescribeForecast

ToHeaders DescribeForecast Source # 
Instance details

Defined in Amazonka.Forecast.DescribeForecast

ToPath DescribeForecast Source # 
Instance details

Defined in Amazonka.Forecast.DescribeForecast

ToQuery DescribeForecast Source # 
Instance details

Defined in Amazonka.Forecast.DescribeForecast

AWSRequest DescribeForecast Source # 
Instance details

Defined in Amazonka.Forecast.DescribeForecast

Associated Types

type AWSResponse DescribeForecast #

Generic DescribeForecast Source # 
Instance details

Defined in Amazonka.Forecast.DescribeForecast

Associated Types

type Rep DescribeForecast :: Type -> Type #

Read DescribeForecast Source # 
Instance details

Defined in Amazonka.Forecast.DescribeForecast

Show DescribeForecast Source # 
Instance details

Defined in Amazonka.Forecast.DescribeForecast

NFData DescribeForecast Source # 
Instance details

Defined in Amazonka.Forecast.DescribeForecast

Methods

rnf :: DescribeForecast -> () #

Eq DescribeForecast Source # 
Instance details

Defined in Amazonka.Forecast.DescribeForecast

Hashable DescribeForecast Source # 
Instance details

Defined in Amazonka.Forecast.DescribeForecast

type AWSResponse DescribeForecast Source # 
Instance details

Defined in Amazonka.Forecast.DescribeForecast

type Rep DescribeForecast Source # 
Instance details

Defined in Amazonka.Forecast.DescribeForecast

type Rep DescribeForecast = D1 ('MetaData "DescribeForecast" "Amazonka.Forecast.DescribeForecast" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DescribeForecast'" 'PrefixI 'True) (S1 ('MetaSel ('Just "forecastArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeForecast Source #

Create a value of DescribeForecast with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeForecast, describeForecast_forecastArn - The Amazon Resource Name (ARN) of the forecast.

data DescribeForecastResponse Source #

See: newDescribeForecastResponse smart constructor.

Instances

Instances details
Generic DescribeForecastResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeForecast

Associated Types

type Rep DescribeForecastResponse :: Type -> Type #

Read DescribeForecastResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeForecast

Show DescribeForecastResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeForecast

NFData DescribeForecastResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeForecast

Eq DescribeForecastResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeForecast

type Rep DescribeForecastResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeForecast

type Rep DescribeForecastResponse = D1 ('MetaData "DescribeForecastResponse" "Amazonka.Forecast.DescribeForecast" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DescribeForecastResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "datasetGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "estimatedTimeRemainingInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))) :*: (S1 ('MetaSel ('Just "forecastArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "forecastName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "forecastTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))))) :*: ((S1 ('MetaSel ('Just "lastModificationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "predictorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "timeSeriesSelector") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimeSeriesSelector)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeForecastResponse Source #

Create a value of DescribeForecastResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeForecastResponse, describeForecastResponse_creationTime - When the forecast creation task was created.

DescribeForecastResponse, describeForecastResponse_datasetGroupArn - The ARN of the dataset group that provided the data used to train the predictor.

$sel:estimatedTimeRemainingInMinutes:DescribeForecastResponse', describeForecastResponse_estimatedTimeRemainingInMinutes - The estimated time remaining in minutes for the forecast job to complete.

DescribeForecast, describeForecastResponse_forecastArn - The forecast ARN as specified in the request.

DescribeForecastResponse, describeForecastResponse_forecastName - The name of the forecast.

$sel:forecastTypes:DescribeForecastResponse', describeForecastResponse_forecastTypes - The quantiles at which probabilistic forecasts were generated.

DescribeForecastResponse, describeForecastResponse_lastModificationTime - The last time the resource was modified. The timestamp depends on the status of the job:

  • CREATE_PENDING - The CreationTime.
  • CREATE_IN_PROGRESS - The current timestamp.
  • CREATE_STOPPING - The current timestamp.
  • CREATE_STOPPED - When the job stopped.
  • ACTIVE or CREATE_FAILED - When the job finished or failed.

DescribeForecastResponse, describeForecastResponse_message - If an error occurred, an informational message about the error.

DescribeForecastResponse, describeForecastResponse_predictorArn - The ARN of the predictor used to generate the forecast.

DescribeForecastResponse, describeForecastResponse_status - The status of the forecast. States include:

  • ACTIVE
  • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
  • CREATE_STOPPING, CREATE_STOPPED
  • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED

The Status of the forecast must be ACTIVE before you can query or export the forecast.

$sel:timeSeriesSelector:DescribeForecastResponse', describeForecastResponse_timeSeriesSelector - The time series to include in the forecast.

$sel:httpStatus:DescribeForecastResponse', describeForecastResponse_httpStatus - The response's http status code.

DescribeForecastExportJob

data DescribeForecastExportJob Source #

See: newDescribeForecastExportJob smart constructor.

Instances

Instances details
ToJSON DescribeForecastExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DescribeForecastExportJob

ToHeaders DescribeForecastExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DescribeForecastExportJob

ToPath DescribeForecastExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DescribeForecastExportJob

ToQuery DescribeForecastExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DescribeForecastExportJob

AWSRequest DescribeForecastExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DescribeForecastExportJob

Generic DescribeForecastExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DescribeForecastExportJob

Associated Types

type Rep DescribeForecastExportJob :: Type -> Type #

Read DescribeForecastExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DescribeForecastExportJob

Show DescribeForecastExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DescribeForecastExportJob

NFData DescribeForecastExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DescribeForecastExportJob

Eq DescribeForecastExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DescribeForecastExportJob

Hashable DescribeForecastExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DescribeForecastExportJob

type AWSResponse DescribeForecastExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DescribeForecastExportJob

type Rep DescribeForecastExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DescribeForecastExportJob

type Rep DescribeForecastExportJob = D1 ('MetaData "DescribeForecastExportJob" "Amazonka.Forecast.DescribeForecastExportJob" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DescribeForecastExportJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "forecastExportJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeForecastExportJob Source #

Create a value of DescribeForecastExportJob with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeForecastExportJob, describeForecastExportJob_forecastExportJobArn - The Amazon Resource Name (ARN) of the forecast export job.

data DescribeForecastExportJobResponse Source #

See: newDescribeForecastExportJobResponse smart constructor.

Instances

Instances details
Generic DescribeForecastExportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeForecastExportJob

Associated Types

type Rep DescribeForecastExportJobResponse :: Type -> Type #

Read DescribeForecastExportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeForecastExportJob

Show DescribeForecastExportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeForecastExportJob

NFData DescribeForecastExportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeForecastExportJob

Eq DescribeForecastExportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeForecastExportJob

type Rep DescribeForecastExportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeForecastExportJob

type Rep DescribeForecastExportJobResponse = D1 ('MetaData "DescribeForecastExportJobResponse" "Amazonka.Forecast.DescribeForecastExportJob" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DescribeForecastExportJobResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataDestination))) :*: (S1 ('MetaSel ('Just "forecastArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "forecastExportJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "forecastExportJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "format") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModificationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeForecastExportJobResponse Source #

Create a value of DescribeForecastExportJobResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeForecastExportJobResponse, describeForecastExportJobResponse_creationTime - When the forecast export job was created.

DescribeForecastExportJobResponse, describeForecastExportJobResponse_destination - The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.

DescribeForecastExportJobResponse, describeForecastExportJobResponse_forecastArn - The Amazon Resource Name (ARN) of the exported forecast.

DescribeForecastExportJob, describeForecastExportJobResponse_forecastExportJobArn - The ARN of the forecast export job.

DescribeForecastExportJobResponse, describeForecastExportJobResponse_forecastExportJobName - The name of the forecast export job.

DescribeForecastExportJobResponse, describeForecastExportJobResponse_format - The format of the exported data, CSV or PARQUET.

DescribeForecastExportJobResponse, describeForecastExportJobResponse_lastModificationTime - The last time the resource was modified. The timestamp depends on the status of the job:

  • CREATE_PENDING - The CreationTime.
  • CREATE_IN_PROGRESS - The current timestamp.
  • CREATE_STOPPING - The current timestamp.
  • CREATE_STOPPED - When the job stopped.
  • ACTIVE or CREATE_FAILED - When the job finished or failed.

DescribeForecastExportJobResponse, describeForecastExportJobResponse_message - If an error occurred, an informational message about the error.

DescribeForecastExportJobResponse, describeForecastExportJobResponse_status - The status of the forecast export job. States include:

  • ACTIVE
  • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
  • CREATE_STOPPING, CREATE_STOPPED
  • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED

The Status of the forecast export job must be ACTIVE before you can access the forecast in your S3 bucket.

$sel:httpStatus:DescribeForecastExportJobResponse', describeForecastExportJobResponse_httpStatus - The response's http status code.

DescribeMonitor

data DescribeMonitor Source #

See: newDescribeMonitor smart constructor.

Constructors

DescribeMonitor' Text 

Instances

Instances details
ToJSON DescribeMonitor Source # 
Instance details

Defined in Amazonka.Forecast.DescribeMonitor

ToHeaders DescribeMonitor Source # 
Instance details

Defined in Amazonka.Forecast.DescribeMonitor

ToPath DescribeMonitor Source # 
Instance details

Defined in Amazonka.Forecast.DescribeMonitor

ToQuery DescribeMonitor Source # 
Instance details

Defined in Amazonka.Forecast.DescribeMonitor

AWSRequest DescribeMonitor Source # 
Instance details

Defined in Amazonka.Forecast.DescribeMonitor

Associated Types

type AWSResponse DescribeMonitor #

Generic DescribeMonitor Source # 
Instance details

Defined in Amazonka.Forecast.DescribeMonitor

Associated Types

type Rep DescribeMonitor :: Type -> Type #

Read DescribeMonitor Source # 
Instance details

Defined in Amazonka.Forecast.DescribeMonitor

Show DescribeMonitor Source # 
Instance details

Defined in Amazonka.Forecast.DescribeMonitor

NFData DescribeMonitor Source # 
Instance details

Defined in Amazonka.Forecast.DescribeMonitor

Methods

rnf :: DescribeMonitor -> () #

Eq DescribeMonitor Source # 
Instance details

Defined in Amazonka.Forecast.DescribeMonitor

Hashable DescribeMonitor Source # 
Instance details

Defined in Amazonka.Forecast.DescribeMonitor

type AWSResponse DescribeMonitor Source # 
Instance details

Defined in Amazonka.Forecast.DescribeMonitor

type Rep DescribeMonitor Source # 
Instance details

Defined in Amazonka.Forecast.DescribeMonitor

type Rep DescribeMonitor = D1 ('MetaData "DescribeMonitor" "Amazonka.Forecast.DescribeMonitor" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DescribeMonitor'" 'PrefixI 'True) (S1 ('MetaSel ('Just "monitorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeMonitor Source #

Create a value of DescribeMonitor with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeMonitor, describeMonitor_monitorArn - The Amazon Resource Name (ARN) of the monitor resource to describe.

data DescribeMonitorResponse Source #

See: newDescribeMonitorResponse smart constructor.

Instances

Instances details
Generic DescribeMonitorResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeMonitor

Associated Types

type Rep DescribeMonitorResponse :: Type -> Type #

Read DescribeMonitorResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeMonitor

Show DescribeMonitorResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeMonitor

NFData DescribeMonitorResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeMonitor

Methods

rnf :: DescribeMonitorResponse -> () #

Eq DescribeMonitorResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeMonitor

type Rep DescribeMonitorResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeMonitor

type Rep DescribeMonitorResponse = D1 ('MetaData "DescribeMonitorResponse" "Amazonka.Forecast.DescribeMonitor" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DescribeMonitorResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "baseline") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Baseline)) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "estimatedEvaluationTimeRemainingInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))) :*: (S1 ('MetaSel ('Just "lastEvaluationState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastEvaluationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastModificationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "monitorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "monitorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeMonitorResponse Source #

Create a value of DescribeMonitorResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:baseline:DescribeMonitorResponse', describeMonitorResponse_baseline - Metrics you can use as a baseline for comparison purposes. Use these values you interpret monitoring results for an auto predictor.

DescribeMonitorResponse, describeMonitorResponse_creationTime - The timestamp for when the monitor resource was created.

$sel:estimatedEvaluationTimeRemainingInMinutes:DescribeMonitorResponse', describeMonitorResponse_estimatedEvaluationTimeRemainingInMinutes - The estimated number of minutes remaining before the monitor resource finishes its current evaluation.

$sel:lastEvaluationState:DescribeMonitorResponse', describeMonitorResponse_lastEvaluationState - The state of the monitor's latest evaluation.

$sel:lastEvaluationTime:DescribeMonitorResponse', describeMonitorResponse_lastEvaluationTime - The timestamp of the latest evaluation completed by the monitor.

DescribeMonitorResponse, describeMonitorResponse_lastModificationTime - The timestamp of the latest modification to the monitor.

DescribeMonitorResponse, describeMonitorResponse_message - An error message, if any, for the monitor.

DescribeMonitor, describeMonitorResponse_monitorArn - The Amazon Resource Name (ARN) of the monitor resource described.

DescribeMonitorResponse, describeMonitorResponse_monitorName - The name of the monitor.

DescribeMonitorResponse, describeMonitorResponse_resourceArn - The Amazon Resource Name (ARN) of the auto predictor being monitored.

DescribeMonitorResponse, describeMonitorResponse_status - The status of the monitor resource.

$sel:httpStatus:DescribeMonitorResponse', describeMonitorResponse_httpStatus - The response's http status code.

DescribePredictor

data DescribePredictor Source #

See: newDescribePredictor smart constructor.

Constructors

DescribePredictor' Text 

Instances

Instances details
ToJSON DescribePredictor Source # 
Instance details

Defined in Amazonka.Forecast.DescribePredictor

ToHeaders DescribePredictor Source # 
Instance details

Defined in Amazonka.Forecast.DescribePredictor

ToPath DescribePredictor Source # 
Instance details

Defined in Amazonka.Forecast.DescribePredictor

ToQuery DescribePredictor Source # 
Instance details

Defined in Amazonka.Forecast.DescribePredictor

AWSRequest DescribePredictor Source # 
Instance details

Defined in Amazonka.Forecast.DescribePredictor

Associated Types

type AWSResponse DescribePredictor #

Generic DescribePredictor Source # 
Instance details

Defined in Amazonka.Forecast.DescribePredictor

Associated Types

type Rep DescribePredictor :: Type -> Type #

Read DescribePredictor Source # 
Instance details

Defined in Amazonka.Forecast.DescribePredictor

Show DescribePredictor Source # 
Instance details

Defined in Amazonka.Forecast.DescribePredictor

NFData DescribePredictor Source # 
Instance details

Defined in Amazonka.Forecast.DescribePredictor

Methods

rnf :: DescribePredictor -> () #

Eq DescribePredictor Source # 
Instance details

Defined in Amazonka.Forecast.DescribePredictor

Hashable DescribePredictor Source # 
Instance details

Defined in Amazonka.Forecast.DescribePredictor

type AWSResponse DescribePredictor Source # 
Instance details

Defined in Amazonka.Forecast.DescribePredictor

type Rep DescribePredictor Source # 
Instance details

Defined in Amazonka.Forecast.DescribePredictor

type Rep DescribePredictor = D1 ('MetaData "DescribePredictor" "Amazonka.Forecast.DescribePredictor" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DescribePredictor'" 'PrefixI 'True) (S1 ('MetaSel ('Just "predictorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribePredictor Source #

Create a value of DescribePredictor with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribePredictor, describePredictor_predictorArn - The Amazon Resource Name (ARN) of the predictor that you want information about.

data DescribePredictorResponse Source #

See: newDescribePredictorResponse smart constructor.

Instances

Instances details
Generic DescribePredictorResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribePredictor

Associated Types

type Rep DescribePredictorResponse :: Type -> Type #

Read DescribePredictorResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribePredictor

Show DescribePredictorResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribePredictor

NFData DescribePredictorResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribePredictor

Eq DescribePredictorResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribePredictor

type Rep DescribePredictorResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribePredictor

type Rep DescribePredictorResponse = D1 ('MetaData "DescribePredictorResponse" "Amazonka.Forecast.DescribePredictor" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DescribePredictorResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "algorithmArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "autoMLAlgorithmArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "autoMLOverrideStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoMLOverrideStrategy)))) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "datasetImportJobArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "encryptionConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncryptionConfig))))) :*: ((S1 ('MetaSel ('Just "estimatedTimeRemainingInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "evaluationParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EvaluationParameters)) :*: S1 ('MetaSel ('Just "featurizationConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FeaturizationConfig)))) :*: (S1 ('MetaSel ('Just "forecastHorizon") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "forecastTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "hPOConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HyperParameterTuningJobConfig)))))) :*: (((S1 ('MetaSel ('Just "inputDataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InputDataConfig)) :*: (S1 ('MetaSel ('Just "isAutoPredictor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "lastModificationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "optimizationMetric") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OptimizationMetric)) :*: S1 ('MetaSel ('Just "performAutoML") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 ('MetaSel ('Just "performHPO") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "predictorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "predictorExecutionDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PredictorExecutionDetails)))) :*: ((S1 ('MetaSel ('Just "predictorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "trainingParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))))

newDescribePredictorResponse Source #

Create a value of DescribePredictorResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribePredictorResponse, describePredictorResponse_algorithmArn - The Amazon Resource Name (ARN) of the algorithm used for model training.

$sel:autoMLAlgorithmArns:DescribePredictorResponse', describePredictorResponse_autoMLAlgorithmArns - When PerformAutoML is specified, the ARN of the chosen algorithm.

$sel:autoMLOverrideStrategy:DescribePredictorResponse', describePredictorResponse_autoMLOverrideStrategy - The LatencyOptimized AutoML override strategy is only available in private beta. Contact AWS Support or your account manager to learn more about access privileges.

The AutoML strategy used to train the predictor. Unless LatencyOptimized is specified, the AutoML strategy optimizes predictor accuracy.

This parameter is only valid for predictors trained using AutoML.

DescribePredictorResponse, describePredictorResponse_creationTime - When the model training task was created.

$sel:datasetImportJobArns:DescribePredictorResponse', describePredictorResponse_datasetImportJobArns - An array of the ARNs of the dataset import jobs used to import training data for the predictor.

$sel:encryptionConfig:DescribePredictorResponse', describePredictorResponse_encryptionConfig - An AWS Key Management Service (KMS) key and the AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key.

$sel:estimatedTimeRemainingInMinutes:DescribePredictorResponse', describePredictorResponse_estimatedTimeRemainingInMinutes - The estimated time remaining in minutes for the predictor training job to complete.

$sel:evaluationParameters:DescribePredictorResponse', describePredictorResponse_evaluationParameters - Used to override the default evaluation parameters of the specified algorithm. Amazon Forecast evaluates a predictor by splitting a dataset into training data and testing data. The evaluation parameters define how to perform the split and the number of iterations.

$sel:featurizationConfig:DescribePredictorResponse', describePredictorResponse_featurizationConfig - The featurization configuration.

$sel:forecastHorizon:DescribePredictorResponse', describePredictorResponse_forecastHorizon - The number of time-steps of the forecast. The forecast horizon is also called the prediction length.

$sel:forecastTypes:DescribePredictorResponse', describePredictorResponse_forecastTypes - The forecast types used during predictor training. Default value is ["0.1","0.5","0.9"]

$sel:hPOConfig:DescribePredictorResponse', describePredictorResponse_hPOConfig - The hyperparameter override values for the algorithm.

$sel:inputDataConfig:DescribePredictorResponse', describePredictorResponse_inputDataConfig - Describes the dataset group that contains the data to use to train the predictor.

DescribePredictorResponse, describePredictorResponse_isAutoPredictor - Whether the predictor was created with CreateAutoPredictor.

DescribePredictorResponse, describePredictorResponse_lastModificationTime - The last time the resource was modified. The timestamp depends on the status of the job:

  • CREATE_PENDING - The CreationTime.
  • CREATE_IN_PROGRESS - The current timestamp.
  • CREATE_STOPPING - The current timestamp.
  • CREATE_STOPPED - When the job stopped.
  • ACTIVE or CREATE_FAILED - When the job finished or failed.

DescribePredictorResponse, describePredictorResponse_message - If an error occurred, an informational message about the error.

$sel:optimizationMetric:DescribePredictorResponse', describePredictorResponse_optimizationMetric - The accuracy metric used to optimize the predictor.

$sel:performAutoML:DescribePredictorResponse', describePredictorResponse_performAutoML - Whether the predictor is set to perform AutoML.

$sel:performHPO:DescribePredictorResponse', describePredictorResponse_performHPO - Whether the predictor is set to perform hyperparameter optimization (HPO).

DescribePredictor, describePredictorResponse_predictorArn - The ARN of the predictor.

$sel:predictorExecutionDetails:DescribePredictorResponse', describePredictorResponse_predictorExecutionDetails - Details on the the status and results of the backtests performed to evaluate the accuracy of the predictor. You specify the number of backtests to perform when you call the operation.

DescribePredictorResponse, describePredictorResponse_predictorName - The name of the predictor.

DescribePredictorResponse, describePredictorResponse_status - The status of the predictor. States include:

  • ACTIVE
  • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
  • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
  • CREATE_STOPPING, CREATE_STOPPED

The Status of the predictor must be ACTIVE before you can use the predictor to create a forecast.

$sel:trainingParameters:DescribePredictorResponse', describePredictorResponse_trainingParameters - The default training parameters or overrides selected during model training. When running AutoML or choosing HPO with CNN-QR or DeepAR+, the optimized values for the chosen hyperparameters are returned. For more information, see aws-forecast-choosing-recipes.

$sel:httpStatus:DescribePredictorResponse', describePredictorResponse_httpStatus - The response's http status code.

DescribePredictorBacktestExportJob

data DescribePredictorBacktestExportJob Source #

Instances

Instances details
ToJSON DescribePredictorBacktestExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DescribePredictorBacktestExportJob

ToHeaders DescribePredictorBacktestExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DescribePredictorBacktestExportJob

ToPath DescribePredictorBacktestExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DescribePredictorBacktestExportJob

ToQuery DescribePredictorBacktestExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DescribePredictorBacktestExportJob

AWSRequest DescribePredictorBacktestExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DescribePredictorBacktestExportJob

Generic DescribePredictorBacktestExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DescribePredictorBacktestExportJob

Associated Types

type Rep DescribePredictorBacktestExportJob :: Type -> Type #

Read DescribePredictorBacktestExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DescribePredictorBacktestExportJob

Show DescribePredictorBacktestExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DescribePredictorBacktestExportJob

NFData DescribePredictorBacktestExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DescribePredictorBacktestExportJob

Eq DescribePredictorBacktestExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DescribePredictorBacktestExportJob

Hashable DescribePredictorBacktestExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DescribePredictorBacktestExportJob

type AWSResponse DescribePredictorBacktestExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DescribePredictorBacktestExportJob

type Rep DescribePredictorBacktestExportJob Source # 
Instance details

Defined in Amazonka.Forecast.DescribePredictorBacktestExportJob

type Rep DescribePredictorBacktestExportJob = D1 ('MetaData "DescribePredictorBacktestExportJob" "Amazonka.Forecast.DescribePredictorBacktestExportJob" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DescribePredictorBacktestExportJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "predictorBacktestExportJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribePredictorBacktestExportJob Source #

Create a value of DescribePredictorBacktestExportJob with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribePredictorBacktestExportJob, describePredictorBacktestExportJob_predictorBacktestExportJobArn - The Amazon Resource Name (ARN) of the predictor backtest export job.

data DescribePredictorBacktestExportJobResponse Source #

Instances

Instances details
Generic DescribePredictorBacktestExportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribePredictorBacktestExportJob

Read DescribePredictorBacktestExportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribePredictorBacktestExportJob

Show DescribePredictorBacktestExportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribePredictorBacktestExportJob

NFData DescribePredictorBacktestExportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribePredictorBacktestExportJob

Eq DescribePredictorBacktestExportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribePredictorBacktestExportJob

type Rep DescribePredictorBacktestExportJobResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribePredictorBacktestExportJob

type Rep DescribePredictorBacktestExportJobResponse = D1 ('MetaData "DescribePredictorBacktestExportJobResponse" "Amazonka.Forecast.DescribePredictorBacktestExportJob" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DescribePredictorBacktestExportJobResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataDestination))) :*: (S1 ('MetaSel ('Just "format") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastModificationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "predictorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "predictorBacktestExportJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "predictorBacktestExportJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribePredictorBacktestExportJobResponse Source #

Create a value of DescribePredictorBacktestExportJobResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribePredictorBacktestExportJobResponse, describePredictorBacktestExportJobResponse_creationTime - When the predictor backtest export job was created.

DescribePredictorBacktestExportJobResponse, describePredictorBacktestExportJobResponse_destination - Undocumented member.

DescribePredictorBacktestExportJobResponse, describePredictorBacktestExportJobResponse_format - The format of the exported data, CSV or PARQUET.

DescribePredictorBacktestExportJobResponse, describePredictorBacktestExportJobResponse_lastModificationTime - The last time the resource was modified. The timestamp depends on the status of the job:

  • CREATE_PENDING - The CreationTime.
  • CREATE_IN_PROGRESS - The current timestamp.
  • CREATE_STOPPING - The current timestamp.
  • CREATE_STOPPED - When the job stopped.
  • ACTIVE or CREATE_FAILED - When the job finished or failed.

DescribePredictorBacktestExportJobResponse, describePredictorBacktestExportJobResponse_message - Information about any errors that may have occurred during the backtest export.

DescribePredictorBacktestExportJobResponse, describePredictorBacktestExportJobResponse_predictorArn - The Amazon Resource Name (ARN) of the predictor.

DescribePredictorBacktestExportJob, describePredictorBacktestExportJobResponse_predictorBacktestExportJobArn - The Amazon Resource Name (ARN) of the predictor backtest export job.

DescribePredictorBacktestExportJobResponse, describePredictorBacktestExportJobResponse_predictorBacktestExportJobName - The name of the predictor backtest export job.

DescribePredictorBacktestExportJobResponse, describePredictorBacktestExportJobResponse_status - The status of the predictor backtest export job. States include:

  • ACTIVE
  • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
  • CREATE_STOPPING, CREATE_STOPPED
  • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED

$sel:httpStatus:DescribePredictorBacktestExportJobResponse', describePredictorBacktestExportJobResponse_httpStatus - The response's http status code.

DescribeWhatIfAnalysis

data DescribeWhatIfAnalysis Source #

See: newDescribeWhatIfAnalysis smart constructor.

Instances

Instances details
ToJSON DescribeWhatIfAnalysis Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfAnalysis

ToHeaders DescribeWhatIfAnalysis Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfAnalysis

ToPath DescribeWhatIfAnalysis Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfAnalysis

ToQuery DescribeWhatIfAnalysis Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfAnalysis

AWSRequest DescribeWhatIfAnalysis Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfAnalysis

Associated Types

type AWSResponse DescribeWhatIfAnalysis #

Generic DescribeWhatIfAnalysis Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfAnalysis

Associated Types

type Rep DescribeWhatIfAnalysis :: Type -> Type #

Read DescribeWhatIfAnalysis Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfAnalysis

Show DescribeWhatIfAnalysis Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfAnalysis

NFData DescribeWhatIfAnalysis Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfAnalysis

Methods

rnf :: DescribeWhatIfAnalysis -> () #

Eq DescribeWhatIfAnalysis Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfAnalysis

Hashable DescribeWhatIfAnalysis Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfAnalysis

type AWSResponse DescribeWhatIfAnalysis Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfAnalysis

type Rep DescribeWhatIfAnalysis Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfAnalysis

type Rep DescribeWhatIfAnalysis = D1 ('MetaData "DescribeWhatIfAnalysis" "Amazonka.Forecast.DescribeWhatIfAnalysis" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DescribeWhatIfAnalysis'" 'PrefixI 'True) (S1 ('MetaSel ('Just "whatIfAnalysisArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeWhatIfAnalysis Source #

Create a value of DescribeWhatIfAnalysis with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeWhatIfAnalysis, describeWhatIfAnalysis_whatIfAnalysisArn - The Amazon Resource Name (ARN) of the what-if analysis that you are interested in.

data DescribeWhatIfAnalysisResponse Source #

See: newDescribeWhatIfAnalysisResponse smart constructor.

Instances

Instances details
Generic DescribeWhatIfAnalysisResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfAnalysis

Associated Types

type Rep DescribeWhatIfAnalysisResponse :: Type -> Type #

Read DescribeWhatIfAnalysisResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfAnalysis

Show DescribeWhatIfAnalysisResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfAnalysis

NFData DescribeWhatIfAnalysisResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfAnalysis

Eq DescribeWhatIfAnalysisResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfAnalysis

type Rep DescribeWhatIfAnalysisResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfAnalysis

type Rep DescribeWhatIfAnalysisResponse = D1 ('MetaData "DescribeWhatIfAnalysisResponse" "Amazonka.Forecast.DescribeWhatIfAnalysis" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DescribeWhatIfAnalysisResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "estimatedTimeRemainingInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 ('MetaSel ('Just "forecastArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastModificationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "timeSeriesSelector") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimeSeriesSelector))) :*: (S1 ('MetaSel ('Just "whatIfAnalysisArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "whatIfAnalysisName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeWhatIfAnalysisResponse Source #

Create a value of DescribeWhatIfAnalysisResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeWhatIfAnalysisResponse, describeWhatIfAnalysisResponse_creationTime - When the what-if analysis was created.

$sel:estimatedTimeRemainingInMinutes:DescribeWhatIfAnalysisResponse', describeWhatIfAnalysisResponse_estimatedTimeRemainingInMinutes - The approximate time remaining to complete the what-if analysis, in minutes.

DescribeWhatIfAnalysisResponse, describeWhatIfAnalysisResponse_forecastArn - The Amazon Resource Name (ARN) of the what-if forecast.

DescribeWhatIfAnalysisResponse, describeWhatIfAnalysisResponse_lastModificationTime - The last time the resource was modified. The timestamp depends on the status of the job:

  • CREATE_PENDING - The CreationTime.
  • CREATE_IN_PROGRESS - The current timestamp.
  • CREATE_STOPPING - The current timestamp.
  • CREATE_STOPPED - When the job stopped.
  • ACTIVE or CREATE_FAILED - When the job finished or failed.

DescribeWhatIfAnalysisResponse, describeWhatIfAnalysisResponse_message - If an error occurred, an informational message about the error.

DescribeWhatIfAnalysisResponse, describeWhatIfAnalysisResponse_status - The status of the what-if analysis. States include:

  • ACTIVE
  • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
  • CREATE_STOPPING, CREATE_STOPPED
  • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED

The Status of the what-if analysis must be ACTIVE before you can access the analysis.

$sel:timeSeriesSelector:DescribeWhatIfAnalysisResponse', describeWhatIfAnalysisResponse_timeSeriesSelector - Undocumented member.

DescribeWhatIfAnalysis, describeWhatIfAnalysisResponse_whatIfAnalysisArn - The Amazon Resource Name (ARN) of the what-if analysis.

DescribeWhatIfAnalysisResponse, describeWhatIfAnalysisResponse_whatIfAnalysisName - The name of the what-if analysis.

$sel:httpStatus:DescribeWhatIfAnalysisResponse', describeWhatIfAnalysisResponse_httpStatus - The response's http status code.

DescribeWhatIfForecast

data DescribeWhatIfForecast Source #

See: newDescribeWhatIfForecast smart constructor.

Instances

Instances details
ToJSON DescribeWhatIfForecast Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecast

ToHeaders DescribeWhatIfForecast Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecast

ToPath DescribeWhatIfForecast Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecast

ToQuery DescribeWhatIfForecast Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecast

AWSRequest DescribeWhatIfForecast Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecast

Associated Types

type AWSResponse DescribeWhatIfForecast #

Generic DescribeWhatIfForecast Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecast

Associated Types

type Rep DescribeWhatIfForecast :: Type -> Type #

Read DescribeWhatIfForecast Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecast

Show DescribeWhatIfForecast Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecast

NFData DescribeWhatIfForecast Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecast

Methods

rnf :: DescribeWhatIfForecast -> () #

Eq DescribeWhatIfForecast Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecast

Hashable DescribeWhatIfForecast Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecast

type AWSResponse DescribeWhatIfForecast Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecast

type Rep DescribeWhatIfForecast Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecast

type Rep DescribeWhatIfForecast = D1 ('MetaData "DescribeWhatIfForecast" "Amazonka.Forecast.DescribeWhatIfForecast" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DescribeWhatIfForecast'" 'PrefixI 'True) (S1 ('MetaSel ('Just "whatIfForecastArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeWhatIfForecast Source #

Create a value of DescribeWhatIfForecast with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeWhatIfForecast, describeWhatIfForecast_whatIfForecastArn - The Amazon Resource Name (ARN) of the what-if forecast that you are interested in.

data DescribeWhatIfForecastResponse Source #

See: newDescribeWhatIfForecastResponse smart constructor.

Instances

Instances details
Generic DescribeWhatIfForecastResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecast

Associated Types

type Rep DescribeWhatIfForecastResponse :: Type -> Type #

Read DescribeWhatIfForecastResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecast

Show DescribeWhatIfForecastResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecast

NFData DescribeWhatIfForecastResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecast

Eq DescribeWhatIfForecastResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecast

type Rep DescribeWhatIfForecastResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecast

type Rep DescribeWhatIfForecastResponse = D1 ('MetaData "DescribeWhatIfForecastResponse" "Amazonka.Forecast.DescribeWhatIfForecast" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DescribeWhatIfForecastResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "estimatedTimeRemainingInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "forecastTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))))) :*: (S1 ('MetaSel ('Just "lastModificationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "timeSeriesReplacementsDataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimeSeriesReplacementsDataSource)) :*: (S1 ('MetaSel ('Just "timeSeriesTransformations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TimeSeriesTransformation])) :*: S1 ('MetaSel ('Just "whatIfAnalysisArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "whatIfForecastArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "whatIfForecastName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeWhatIfForecastResponse Source #

Create a value of DescribeWhatIfForecastResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeWhatIfForecastResponse, describeWhatIfForecastResponse_creationTime - When the what-if forecast was created.

$sel:estimatedTimeRemainingInMinutes:DescribeWhatIfForecastResponse', describeWhatIfForecastResponse_estimatedTimeRemainingInMinutes - The approximate time remaining to complete the what-if forecast, in minutes.

$sel:forecastTypes:DescribeWhatIfForecastResponse', describeWhatIfForecastResponse_forecastTypes - The quantiles at which probabilistic forecasts are generated. You can specify up to 5 quantiles per what-if forecast in the CreateWhatIfForecast operation. If you didn't specify quantiles, the default values are ["0.1", "0.5", "0.9"].

DescribeWhatIfForecastResponse, describeWhatIfForecastResponse_lastModificationTime - The last time the resource was modified. The timestamp depends on the status of the job:

  • CREATE_PENDING - The CreationTime.
  • CREATE_IN_PROGRESS - The current timestamp.
  • CREATE_STOPPING - The current timestamp.
  • CREATE_STOPPED - When the job stopped.
  • ACTIVE or CREATE_FAILED - When the job finished or failed.

DescribeWhatIfForecastResponse, describeWhatIfForecastResponse_message - If an error occurred, an informational message about the error.

DescribeWhatIfForecastResponse, describeWhatIfForecastResponse_status - The status of the what-if forecast. States include:

  • ACTIVE
  • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
  • CREATE_STOPPING, CREATE_STOPPED
  • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED

The Status of the what-if forecast must be ACTIVE before you can access the forecast.

$sel:timeSeriesReplacementsDataSource:DescribeWhatIfForecastResponse', describeWhatIfForecastResponse_timeSeriesReplacementsDataSource - An array of S3Config, Schema, and Format elements that describe the replacement time series.

$sel:timeSeriesTransformations:DescribeWhatIfForecastResponse', describeWhatIfForecastResponse_timeSeriesTransformations - An array of Action and TimeSeriesConditions elements that describe what transformations were applied to which time series.

DescribeWhatIfForecastResponse, describeWhatIfForecastResponse_whatIfAnalysisArn - The Amazon Resource Name (ARN) of the what-if analysis that contains this forecast.

DescribeWhatIfForecast, describeWhatIfForecastResponse_whatIfForecastArn - The Amazon Resource Name (ARN) of the what-if forecast.

DescribeWhatIfForecastResponse, describeWhatIfForecastResponse_whatIfForecastName - The name of the what-if forecast.

$sel:httpStatus:DescribeWhatIfForecastResponse', describeWhatIfForecastResponse_httpStatus - The response's http status code.

DescribeWhatIfForecastExport

data DescribeWhatIfForecastExport Source #

See: newDescribeWhatIfForecastExport smart constructor.

Instances

Instances details
ToJSON DescribeWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecastExport

ToHeaders DescribeWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecastExport

ToPath DescribeWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecastExport

ToQuery DescribeWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecastExport

AWSRequest DescribeWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecastExport

Generic DescribeWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecastExport

Associated Types

type Rep DescribeWhatIfForecastExport :: Type -> Type #

Read DescribeWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecastExport

Show DescribeWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecastExport

NFData DescribeWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecastExport

Eq DescribeWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecastExport

Hashable DescribeWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecastExport

type AWSResponse DescribeWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecastExport

type Rep DescribeWhatIfForecastExport Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecastExport

type Rep DescribeWhatIfForecastExport = D1 ('MetaData "DescribeWhatIfForecastExport" "Amazonka.Forecast.DescribeWhatIfForecastExport" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DescribeWhatIfForecastExport'" 'PrefixI 'True) (S1 ('MetaSel ('Just "whatIfForecastExportArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeWhatIfForecastExport Source #

Create a value of DescribeWhatIfForecastExport with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeWhatIfForecastExport, describeWhatIfForecastExport_whatIfForecastExportArn - The Amazon Resource Name (ARN) of the what-if forecast export that you are interested in.

data DescribeWhatIfForecastExportResponse Source #

Instances

Instances details
Generic DescribeWhatIfForecastExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecastExport

Read DescribeWhatIfForecastExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecastExport

Show DescribeWhatIfForecastExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecastExport

NFData DescribeWhatIfForecastExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecastExport

Eq DescribeWhatIfForecastExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecastExport

type Rep DescribeWhatIfForecastExportResponse Source # 
Instance details

Defined in Amazonka.Forecast.DescribeWhatIfForecastExport

type Rep DescribeWhatIfForecastExportResponse = D1 ('MetaData "DescribeWhatIfForecastExportResponse" "Amazonka.Forecast.DescribeWhatIfForecastExport" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DescribeWhatIfForecastExportResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataDestination))) :*: (S1 ('MetaSel ('Just "estimatedTimeRemainingInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "format") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModificationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "whatIfForecastArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: (S1 ('MetaSel ('Just "whatIfForecastExportArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "whatIfForecastExportName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeWhatIfForecastExportResponse Source #

Create a value of DescribeWhatIfForecastExportResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeWhatIfForecastExportResponse, describeWhatIfForecastExportResponse_creationTime - When the what-if forecast export was created.

DescribeWhatIfForecastExportResponse, describeWhatIfForecastExportResponse_destination - Undocumented member.

$sel:estimatedTimeRemainingInMinutes:DescribeWhatIfForecastExportResponse', describeWhatIfForecastExportResponse_estimatedTimeRemainingInMinutes - The approximate time remaining to complete the what-if forecast export, in minutes.

DescribeWhatIfForecastExportResponse, describeWhatIfForecastExportResponse_format - The format of the exported data, CSV or PARQUET.

DescribeWhatIfForecastExportResponse, describeWhatIfForecastExportResponse_lastModificationTime - The last time the resource was modified. The timestamp depends on the status of the job:

  • CREATE_PENDING - The CreationTime.
  • CREATE_IN_PROGRESS - The current timestamp.
  • CREATE_STOPPING - The current timestamp.
  • CREATE_STOPPED - When the job stopped.
  • ACTIVE or CREATE_FAILED - When the job finished or failed.

DescribeWhatIfForecastExportResponse, describeWhatIfForecastExportResponse_message - If an error occurred, an informational message about the error.

DescribeWhatIfForecastExportResponse, describeWhatIfForecastExportResponse_status - The status of the what-if forecast. States include:

  • ACTIVE
  • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
  • CREATE_STOPPING, CREATE_STOPPED
  • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED

The Status of the what-if forecast export must be ACTIVE before you can access the forecast export.

DescribeWhatIfForecastExportResponse, describeWhatIfForecastExportResponse_whatIfForecastArns - An array of Amazon Resource Names (ARNs) that represent all of the what-if forecasts exported in this resource.

DescribeWhatIfForecastExport, describeWhatIfForecastExportResponse_whatIfForecastExportArn - The Amazon Resource Name (ARN) of the what-if forecast export.

DescribeWhatIfForecastExportResponse, describeWhatIfForecastExportResponse_whatIfForecastExportName - The name of the what-if forecast export.

$sel:httpStatus:DescribeWhatIfForecastExportResponse', describeWhatIfForecastExportResponse_httpStatus - The response's http status code.

GetAccuracyMetrics

data GetAccuracyMetrics Source #

See: newGetAccuracyMetrics smart constructor.

Instances

Instances details
ToJSON GetAccuracyMetrics Source # 
Instance details

Defined in Amazonka.Forecast.GetAccuracyMetrics

ToHeaders GetAccuracyMetrics Source # 
Instance details

Defined in Amazonka.Forecast.GetAccuracyMetrics

ToPath GetAccuracyMetrics Source # 
Instance details

Defined in Amazonka.Forecast.GetAccuracyMetrics

ToQuery GetAccuracyMetrics Source # 
Instance details

Defined in Amazonka.Forecast.GetAccuracyMetrics

AWSRequest GetAccuracyMetrics Source # 
Instance details

Defined in Amazonka.Forecast.GetAccuracyMetrics

Associated Types

type AWSResponse GetAccuracyMetrics #

Generic GetAccuracyMetrics Source # 
Instance details

Defined in Amazonka.Forecast.GetAccuracyMetrics

Associated Types

type Rep GetAccuracyMetrics :: Type -> Type #

Read GetAccuracyMetrics Source # 
Instance details

Defined in Amazonka.Forecast.GetAccuracyMetrics

Show GetAccuracyMetrics Source # 
Instance details

Defined in Amazonka.Forecast.GetAccuracyMetrics

NFData GetAccuracyMetrics Source # 
Instance details

Defined in Amazonka.Forecast.GetAccuracyMetrics

Methods

rnf :: GetAccuracyMetrics -> () #

Eq GetAccuracyMetrics Source # 
Instance details

Defined in Amazonka.Forecast.GetAccuracyMetrics

Hashable GetAccuracyMetrics Source # 
Instance details

Defined in Amazonka.Forecast.GetAccuracyMetrics

type AWSResponse GetAccuracyMetrics Source # 
Instance details

Defined in Amazonka.Forecast.GetAccuracyMetrics

type Rep GetAccuracyMetrics Source # 
Instance details

Defined in Amazonka.Forecast.GetAccuracyMetrics

type Rep GetAccuracyMetrics = D1 ('MetaData "GetAccuracyMetrics" "Amazonka.Forecast.GetAccuracyMetrics" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "GetAccuracyMetrics'" 'PrefixI 'True) (S1 ('MetaSel ('Just "predictorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetAccuracyMetrics Source #

Create a value of GetAccuracyMetrics with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetAccuracyMetrics, getAccuracyMetrics_predictorArn - The Amazon Resource Name (ARN) of the predictor to get metrics for.

data GetAccuracyMetricsResponse Source #

See: newGetAccuracyMetricsResponse smart constructor.

Instances

Instances details
Generic GetAccuracyMetricsResponse Source # 
Instance details

Defined in Amazonka.Forecast.GetAccuracyMetrics

Associated Types

type Rep GetAccuracyMetricsResponse :: Type -> Type #

Read GetAccuracyMetricsResponse Source # 
Instance details

Defined in Amazonka.Forecast.GetAccuracyMetrics

Show GetAccuracyMetricsResponse Source # 
Instance details

Defined in Amazonka.Forecast.GetAccuracyMetrics

NFData GetAccuracyMetricsResponse Source # 
Instance details

Defined in Amazonka.Forecast.GetAccuracyMetrics

Eq GetAccuracyMetricsResponse Source # 
Instance details

Defined in Amazonka.Forecast.GetAccuracyMetrics

type Rep GetAccuracyMetricsResponse Source # 
Instance details

Defined in Amazonka.Forecast.GetAccuracyMetrics

type Rep GetAccuracyMetricsResponse = D1 ('MetaData "GetAccuracyMetricsResponse" "Amazonka.Forecast.GetAccuracyMetrics" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "GetAccuracyMetricsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "autoMLOverrideStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoMLOverrideStrategy)) :*: S1 ('MetaSel ('Just "isAutoPredictor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "optimizationMetric") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OptimizationMetric)) :*: (S1 ('MetaSel ('Just "predictorEvaluationResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EvaluationResult])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newGetAccuracyMetricsResponse Source #

Create a value of GetAccuracyMetricsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:autoMLOverrideStrategy:GetAccuracyMetricsResponse', getAccuracyMetricsResponse_autoMLOverrideStrategy - The LatencyOptimized AutoML override strategy is only available in private beta. Contact AWS Support or your account manager to learn more about access privileges.

The AutoML strategy used to train the predictor. Unless LatencyOptimized is specified, the AutoML strategy optimizes predictor accuracy.

This parameter is only valid for predictors trained using AutoML.

GetAccuracyMetricsResponse, getAccuracyMetricsResponse_isAutoPredictor - Whether the predictor was created with CreateAutoPredictor.

$sel:optimizationMetric:GetAccuracyMetricsResponse', getAccuracyMetricsResponse_optimizationMetric - The accuracy metric used to optimize the predictor.

$sel:predictorEvaluationResults:GetAccuracyMetricsResponse', getAccuracyMetricsResponse_predictorEvaluationResults - An array of results from evaluating the predictor.

$sel:httpStatus:GetAccuracyMetricsResponse', getAccuracyMetricsResponse_httpStatus - The response's http status code.

ListDatasetGroups (Paginated)

data ListDatasetGroups Source #

See: newListDatasetGroups smart constructor.

Instances

Instances details
ToJSON ListDatasetGroups Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasetGroups

ToHeaders ListDatasetGroups Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasetGroups

ToPath ListDatasetGroups Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasetGroups

ToQuery ListDatasetGroups Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasetGroups

AWSPager ListDatasetGroups Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasetGroups

AWSRequest ListDatasetGroups Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasetGroups

Associated Types

type AWSResponse ListDatasetGroups #

Generic ListDatasetGroups Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasetGroups

Associated Types

type Rep ListDatasetGroups :: Type -> Type #

Read ListDatasetGroups Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasetGroups

Show ListDatasetGroups Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasetGroups

NFData ListDatasetGroups Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasetGroups

Methods

rnf :: ListDatasetGroups -> () #

Eq ListDatasetGroups Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasetGroups

Hashable ListDatasetGroups Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasetGroups

type AWSResponse ListDatasetGroups Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasetGroups

type Rep ListDatasetGroups Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasetGroups

type Rep ListDatasetGroups = D1 ('MetaData "ListDatasetGroups" "Amazonka.Forecast.ListDatasetGroups" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "ListDatasetGroups'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListDatasetGroups :: ListDatasetGroups Source #

Create a value of ListDatasetGroups with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maxResults:ListDatasetGroups', listDatasetGroups_maxResults - The number of items to return in the response.

ListDatasetGroups, listDatasetGroups_nextToken - If the result of the previous request was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.

data ListDatasetGroupsResponse Source #

See: newListDatasetGroupsResponse smart constructor.

Instances

Instances details
Generic ListDatasetGroupsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasetGroups

Associated Types

type Rep ListDatasetGroupsResponse :: Type -> Type #

Read ListDatasetGroupsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasetGroups

Show ListDatasetGroupsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasetGroups

NFData ListDatasetGroupsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasetGroups

Eq ListDatasetGroupsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasetGroups

type Rep ListDatasetGroupsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasetGroups

type Rep ListDatasetGroupsResponse = D1 ('MetaData "ListDatasetGroupsResponse" "Amazonka.Forecast.ListDatasetGroups" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "ListDatasetGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datasetGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DatasetGroupSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListDatasetGroupsResponse Source #

Create a value of ListDatasetGroupsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:datasetGroups:ListDatasetGroupsResponse', listDatasetGroupsResponse_datasetGroups - An array of objects that summarize each dataset group's properties.

ListDatasetGroups, listDatasetGroupsResponse_nextToken - If the response is truncated, Amazon Forecast returns this token. To retrieve the next set of results, use the token in the next request.

$sel:httpStatus:ListDatasetGroupsResponse', listDatasetGroupsResponse_httpStatus - The response's http status code.

ListDatasetImportJobs (Paginated)

data ListDatasetImportJobs Source #

See: newListDatasetImportJobs smart constructor.

Instances

Instances details
ToJSON ListDatasetImportJobs Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasetImportJobs

ToHeaders ListDatasetImportJobs Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasetImportJobs

ToPath ListDatasetImportJobs Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasetImportJobs

ToQuery ListDatasetImportJobs Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasetImportJobs

AWSPager ListDatasetImportJobs Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasetImportJobs

AWSRequest ListDatasetImportJobs Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasetImportJobs

Associated Types

type AWSResponse ListDatasetImportJobs #

Generic ListDatasetImportJobs Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasetImportJobs

Associated Types

type Rep ListDatasetImportJobs :: Type -> Type #

Read ListDatasetImportJobs Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasetImportJobs

Show ListDatasetImportJobs Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasetImportJobs

NFData ListDatasetImportJobs Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasetImportJobs

Methods

rnf :: ListDatasetImportJobs -> () #

Eq ListDatasetImportJobs Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasetImportJobs

Hashable ListDatasetImportJobs Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasetImportJobs

type AWSResponse ListDatasetImportJobs Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasetImportJobs

type Rep ListDatasetImportJobs Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasetImportJobs

type Rep ListDatasetImportJobs = D1 ('MetaData "ListDatasetImportJobs" "Amazonka.Forecast.ListDatasetImportJobs" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "ListDatasetImportJobs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListDatasetImportJobs :: ListDatasetImportJobs Source #

Create a value of ListDatasetImportJobs with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filters:ListDatasetImportJobs', listDatasetImportJobs_filters - An array of filters. For each filter, you provide a condition and a match statement. The condition is either IS or IS_NOT, which specifies whether to include or exclude the datasets that match the statement from the list, respectively. The match statement consists of a key and a value.

Filter properties

  • Condition - The condition to apply. Valid values are IS and IS_NOT. To include the datasets that match the statement, specify IS. To exclude matching datasets, specify IS_NOT.
  • Key - The name of the parameter to filter on. Valid values are DatasetArn and Status.
  • Value - The value to match.

For example, to list all dataset import jobs whose status is ACTIVE, you specify the following filter:

"Filters": [ { "Condition": "IS", "Key": "Status", "Value": "ACTIVE" } ]

$sel:maxResults:ListDatasetImportJobs', listDatasetImportJobs_maxResults - The number of items to return in the response.

ListDatasetImportJobs, listDatasetImportJobs_nextToken - If the result of the previous request was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.

data ListDatasetImportJobsResponse Source #

See: newListDatasetImportJobsResponse smart constructor.

Instances

Instances details
Generic ListDatasetImportJobsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasetImportJobs

Associated Types

type Rep ListDatasetImportJobsResponse :: Type -> Type #

Read ListDatasetImportJobsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasetImportJobs

Show ListDatasetImportJobsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasetImportJobs

NFData ListDatasetImportJobsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasetImportJobs

Eq ListDatasetImportJobsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasetImportJobs

type Rep ListDatasetImportJobsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasetImportJobs

type Rep ListDatasetImportJobsResponse = D1 ('MetaData "ListDatasetImportJobsResponse" "Amazonka.Forecast.ListDatasetImportJobs" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "ListDatasetImportJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datasetImportJobs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DatasetImportJobSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListDatasetImportJobsResponse Source #

Create a value of ListDatasetImportJobsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:datasetImportJobs:ListDatasetImportJobsResponse', listDatasetImportJobsResponse_datasetImportJobs - An array of objects that summarize each dataset import job's properties.

ListDatasetImportJobs, listDatasetImportJobsResponse_nextToken - If the response is truncated, Amazon Forecast returns this token. To retrieve the next set of results, use the token in the next request.

$sel:httpStatus:ListDatasetImportJobsResponse', listDatasetImportJobsResponse_httpStatus - The response's http status code.

ListDatasets (Paginated)

data ListDatasets Source #

See: newListDatasets smart constructor.

Instances

Instances details
ToJSON ListDatasets Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasets

ToHeaders ListDatasets Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasets

ToPath ListDatasets Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasets

ToQuery ListDatasets Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasets

AWSPager ListDatasets Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasets

AWSRequest ListDatasets Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasets

Associated Types

type AWSResponse ListDatasets #

Generic ListDatasets Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasets

Associated Types

type Rep ListDatasets :: Type -> Type #

Read ListDatasets Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasets

Show ListDatasets Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasets

NFData ListDatasets Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasets

Methods

rnf :: ListDatasets -> () #

Eq ListDatasets Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasets

Hashable ListDatasets Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasets

type AWSResponse ListDatasets Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasets

type Rep ListDatasets Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasets

type Rep ListDatasets = D1 ('MetaData "ListDatasets" "Amazonka.Forecast.ListDatasets" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "ListDatasets'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListDatasets :: ListDatasets Source #

Create a value of ListDatasets with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maxResults:ListDatasets', listDatasets_maxResults - The number of items to return in the response.

ListDatasets, listDatasets_nextToken - If the result of the previous request was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.

data ListDatasetsResponse Source #

See: newListDatasetsResponse smart constructor.

Instances

Instances details
Generic ListDatasetsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasets

Associated Types

type Rep ListDatasetsResponse :: Type -> Type #

Read ListDatasetsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasets

Show ListDatasetsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasets

NFData ListDatasetsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasets

Methods

rnf :: ListDatasetsResponse -> () #

Eq ListDatasetsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasets

type Rep ListDatasetsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListDatasets

type Rep ListDatasetsResponse = D1 ('MetaData "ListDatasetsResponse" "Amazonka.Forecast.ListDatasets" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "ListDatasetsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datasets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DatasetSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListDatasetsResponse Source #

Create a value of ListDatasetsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:datasets:ListDatasetsResponse', listDatasetsResponse_datasets - An array of objects that summarize each dataset's properties.

ListDatasets, listDatasetsResponse_nextToken - If the response is truncated, Amazon Forecast returns this token. To retrieve the next set of results, use the token in the next request.

$sel:httpStatus:ListDatasetsResponse', listDatasetsResponse_httpStatus - The response's http status code.

ListExplainabilities (Paginated)

data ListExplainabilities Source #

See: newListExplainabilities smart constructor.

Instances

Instances details
ToJSON ListExplainabilities Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilities

ToHeaders ListExplainabilities Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilities

ToPath ListExplainabilities Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilities

ToQuery ListExplainabilities Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilities

AWSPager ListExplainabilities Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilities

AWSRequest ListExplainabilities Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilities

Associated Types

type AWSResponse ListExplainabilities #

Generic ListExplainabilities Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilities

Associated Types

type Rep ListExplainabilities :: Type -> Type #

Read ListExplainabilities Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilities

Show ListExplainabilities Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilities

NFData ListExplainabilities Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilities

Methods

rnf :: ListExplainabilities -> () #

Eq ListExplainabilities Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilities

Hashable ListExplainabilities Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilities

type AWSResponse ListExplainabilities Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilities

type Rep ListExplainabilities Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilities

type Rep ListExplainabilities = D1 ('MetaData "ListExplainabilities" "Amazonka.Forecast.ListExplainabilities" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "ListExplainabilities'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListExplainabilities :: ListExplainabilities Source #

Create a value of ListExplainabilities with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filters:ListExplainabilities', listExplainabilities_filters - An array of filters. For each filter, provide a condition and a match statement. The condition is either IS or IS_NOT, which specifies whether to include or exclude the resources that match the statement from the list. The match statement consists of a key and a value.

Filter properties

  • Condition - The condition to apply. Valid values are IS and IS_NOT.
  • Key - The name of the parameter to filter on. Valid values are ResourceArn and Status.
  • Value - The value to match.

$sel:maxResults:ListExplainabilities', listExplainabilities_maxResults - The number of items returned in the response.

ListExplainabilities, listExplainabilities_nextToken - If the result of the previous request was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.

data ListExplainabilitiesResponse Source #

See: newListExplainabilitiesResponse smart constructor.

Instances

Instances details
Generic ListExplainabilitiesResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilities

Associated Types

type Rep ListExplainabilitiesResponse :: Type -> Type #

Read ListExplainabilitiesResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilities

Show ListExplainabilitiesResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilities

NFData ListExplainabilitiesResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilities

Eq ListExplainabilitiesResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilities

type Rep ListExplainabilitiesResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilities

type Rep ListExplainabilitiesResponse = D1 ('MetaData "ListExplainabilitiesResponse" "Amazonka.Forecast.ListExplainabilities" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "ListExplainabilitiesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "explainabilities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ExplainabilitySummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListExplainabilitiesResponse Source #

Create a value of ListExplainabilitiesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:explainabilities:ListExplainabilitiesResponse', listExplainabilitiesResponse_explainabilities - An array of objects that summarize the properties of each Explainability resource.

ListExplainabilities, listExplainabilitiesResponse_nextToken - Returns this token if the response is truncated. To retrieve the next set of results, use the token in the next request.

$sel:httpStatus:ListExplainabilitiesResponse', listExplainabilitiesResponse_httpStatus - The response's http status code.

ListExplainabilityExports (Paginated)

data ListExplainabilityExports Source #

See: newListExplainabilityExports smart constructor.

Instances

Instances details
ToJSON ListExplainabilityExports Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilityExports

ToHeaders ListExplainabilityExports Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilityExports

ToPath ListExplainabilityExports Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilityExports

ToQuery ListExplainabilityExports Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilityExports

AWSPager ListExplainabilityExports Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilityExports

AWSRequest ListExplainabilityExports Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilityExports

Generic ListExplainabilityExports Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilityExports

Associated Types

type Rep ListExplainabilityExports :: Type -> Type #

Read ListExplainabilityExports Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilityExports

Show ListExplainabilityExports Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilityExports

NFData ListExplainabilityExports Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilityExports

Eq ListExplainabilityExports Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilityExports

Hashable ListExplainabilityExports Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilityExports

type AWSResponse ListExplainabilityExports Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilityExports

type Rep ListExplainabilityExports Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilityExports

type Rep ListExplainabilityExports = D1 ('MetaData "ListExplainabilityExports" "Amazonka.Forecast.ListExplainabilityExports" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "ListExplainabilityExports'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListExplainabilityExports :: ListExplainabilityExports Source #

Create a value of ListExplainabilityExports with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filters:ListExplainabilityExports', listExplainabilityExports_filters - An array of filters. For each filter, provide a condition and a match statement. The condition is either IS or IS_NOT, which specifies whether to include or exclude resources that match the statement from the list. The match statement consists of a key and a value.

Filter properties

  • Condition - The condition to apply. Valid values are IS and IS_NOT.
  • Key - The name of the parameter to filter on. Valid values are ResourceArn and Status.
  • Value - The value to match.

$sel:maxResults:ListExplainabilityExports', listExplainabilityExports_maxResults - The number of items to return in the response.

ListExplainabilityExports, listExplainabilityExports_nextToken - If the result of the previous request was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.

data ListExplainabilityExportsResponse Source #

See: newListExplainabilityExportsResponse smart constructor.

Instances

Instances details
Generic ListExplainabilityExportsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilityExports

Associated Types

type Rep ListExplainabilityExportsResponse :: Type -> Type #

Read ListExplainabilityExportsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilityExports

Show ListExplainabilityExportsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilityExports

NFData ListExplainabilityExportsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilityExports

Eq ListExplainabilityExportsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilityExports

type Rep ListExplainabilityExportsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListExplainabilityExports

type Rep ListExplainabilityExportsResponse = D1 ('MetaData "ListExplainabilityExportsResponse" "Amazonka.Forecast.ListExplainabilityExports" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "ListExplainabilityExportsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "explainabilityExports") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ExplainabilityExportSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListExplainabilityExportsResponse Source #

Create a value of ListExplainabilityExportsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:explainabilityExports:ListExplainabilityExportsResponse', listExplainabilityExportsResponse_explainabilityExports - An array of objects that summarize the properties of each Explainability export.

ListExplainabilityExports, listExplainabilityExportsResponse_nextToken - Returns this token if the response is truncated. To retrieve the next set of results, use the token in the next request.

$sel:httpStatus:ListExplainabilityExportsResponse', listExplainabilityExportsResponse_httpStatus - The response's http status code.

ListForecastExportJobs (Paginated)

data ListForecastExportJobs Source #

See: newListForecastExportJobs smart constructor.

Instances

Instances details
ToJSON ListForecastExportJobs Source # 
Instance details

Defined in Amazonka.Forecast.ListForecastExportJobs

ToHeaders ListForecastExportJobs Source # 
Instance details

Defined in Amazonka.Forecast.ListForecastExportJobs

ToPath ListForecastExportJobs Source # 
Instance details

Defined in Amazonka.Forecast.ListForecastExportJobs

ToQuery ListForecastExportJobs Source # 
Instance details

Defined in Amazonka.Forecast.ListForecastExportJobs

AWSPager ListForecastExportJobs Source # 
Instance details

Defined in Amazonka.Forecast.ListForecastExportJobs

AWSRequest ListForecastExportJobs Source # 
Instance details

Defined in Amazonka.Forecast.ListForecastExportJobs

Associated Types

type AWSResponse ListForecastExportJobs #

Generic ListForecastExportJobs Source # 
Instance details

Defined in Amazonka.Forecast.ListForecastExportJobs

Associated Types

type Rep ListForecastExportJobs :: Type -> Type #

Read ListForecastExportJobs Source # 
Instance details

Defined in Amazonka.Forecast.ListForecastExportJobs

Show ListForecastExportJobs Source # 
Instance details

Defined in Amazonka.Forecast.ListForecastExportJobs

NFData ListForecastExportJobs Source # 
Instance details

Defined in Amazonka.Forecast.ListForecastExportJobs

Methods

rnf :: ListForecastExportJobs -> () #

Eq ListForecastExportJobs Source # 
Instance details

Defined in Amazonka.Forecast.ListForecastExportJobs

Hashable ListForecastExportJobs Source # 
Instance details

Defined in Amazonka.Forecast.ListForecastExportJobs

type AWSResponse ListForecastExportJobs Source # 
Instance details

Defined in Amazonka.Forecast.ListForecastExportJobs

type Rep ListForecastExportJobs Source # 
Instance details

Defined in Amazonka.Forecast.ListForecastExportJobs

type Rep ListForecastExportJobs = D1 ('MetaData "ListForecastExportJobs" "Amazonka.Forecast.ListForecastExportJobs" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "ListForecastExportJobs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListForecastExportJobs :: ListForecastExportJobs Source #

Create a value of ListForecastExportJobs with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filters:ListForecastExportJobs', listForecastExportJobs_filters - An array of filters. For each filter, you provide a condition and a match statement. The condition is either IS or IS_NOT, which specifies whether to include or exclude the forecast export jobs that match the statement from the list, respectively. The match statement consists of a key and a value.

Filter properties

  • Condition - The condition to apply. Valid values are IS and IS_NOT. To include the forecast export jobs that match the statement, specify IS. To exclude matching forecast export jobs, specify IS_NOT.
  • Key - The name of the parameter to filter on. Valid values are ForecastArn and Status.
  • Value - The value to match.

For example, to list all jobs that export a forecast named electricityforecast, specify the following filter:

"Filters": [ { "Condition": "IS", "Key": "ForecastArn", "Value": "arn:aws:forecast:us-west-2:<acct-id>:forecast/electricityforecast" } ]

$sel:maxResults:ListForecastExportJobs', listForecastExportJobs_maxResults - The number of items to return in the response.

ListForecastExportJobs, listForecastExportJobs_nextToken - If the result of the previous request was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.

data ListForecastExportJobsResponse Source #

See: newListForecastExportJobsResponse smart constructor.

Instances

Instances details
Generic ListForecastExportJobsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListForecastExportJobs

Associated Types

type Rep ListForecastExportJobsResponse :: Type -> Type #

Read ListForecastExportJobsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListForecastExportJobs

Show ListForecastExportJobsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListForecastExportJobs

NFData ListForecastExportJobsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListForecastExportJobs

Eq ListForecastExportJobsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListForecastExportJobs

type Rep ListForecastExportJobsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListForecastExportJobs

type Rep ListForecastExportJobsResponse = D1 ('MetaData "ListForecastExportJobsResponse" "Amazonka.Forecast.ListForecastExportJobs" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "ListForecastExportJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "forecastExportJobs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ForecastExportJobSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListForecastExportJobsResponse Source #

Create a value of ListForecastExportJobsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:forecastExportJobs:ListForecastExportJobsResponse', listForecastExportJobsResponse_forecastExportJobs - An array of objects that summarize each export job's properties.

ListForecastExportJobs, listForecastExportJobsResponse_nextToken - If the response is truncated, Amazon Forecast returns this token. To retrieve the next set of results, use the token in the next request.

$sel:httpStatus:ListForecastExportJobsResponse', listForecastExportJobsResponse_httpStatus - The response's http status code.

ListForecasts (Paginated)

data ListForecasts Source #

See: newListForecasts smart constructor.

Instances

Instances details
ToJSON ListForecasts Source # 
Instance details

Defined in Amazonka.Forecast.ListForecasts

ToHeaders ListForecasts Source # 
Instance details

Defined in Amazonka.Forecast.ListForecasts

ToPath ListForecasts Source # 
Instance details

Defined in Amazonka.Forecast.ListForecasts

ToQuery ListForecasts Source # 
Instance details

Defined in Amazonka.Forecast.ListForecasts

AWSPager ListForecasts Source # 
Instance details

Defined in Amazonka.Forecast.ListForecasts

AWSRequest ListForecasts Source # 
Instance details

Defined in Amazonka.Forecast.ListForecasts

Associated Types

type AWSResponse ListForecasts #

Generic ListForecasts Source # 
Instance details

Defined in Amazonka.Forecast.ListForecasts

Associated Types

type Rep ListForecasts :: Type -> Type #

Read ListForecasts Source # 
Instance details

Defined in Amazonka.Forecast.ListForecasts

Show ListForecasts Source # 
Instance details

Defined in Amazonka.Forecast.ListForecasts

NFData ListForecasts Source # 
Instance details

Defined in Amazonka.Forecast.ListForecasts

Methods

rnf :: ListForecasts -> () #

Eq ListForecasts Source # 
Instance details

Defined in Amazonka.Forecast.ListForecasts

Hashable ListForecasts Source # 
Instance details

Defined in Amazonka.Forecast.ListForecasts

type AWSResponse ListForecasts Source # 
Instance details

Defined in Amazonka.Forecast.ListForecasts

type Rep ListForecasts Source # 
Instance details

Defined in Amazonka.Forecast.ListForecasts

type Rep ListForecasts = D1 ('MetaData "ListForecasts" "Amazonka.Forecast.ListForecasts" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "ListForecasts'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListForecasts :: ListForecasts Source #

Create a value of ListForecasts with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filters:ListForecasts', listForecasts_filters - An array of filters. For each filter, you provide a condition and a match statement. The condition is either IS or IS_NOT, which specifies whether to include or exclude the forecasts that match the statement from the list, respectively. The match statement consists of a key and a value.

Filter properties

  • Condition - The condition to apply. Valid values are IS and IS_NOT. To include the forecasts that match the statement, specify IS. To exclude matching forecasts, specify IS_NOT.
  • Key - The name of the parameter to filter on. Valid values are DatasetGroupArn, PredictorArn, and Status.
  • Value - The value to match.

For example, to list all forecasts whose status is not ACTIVE, you would specify:

"Filters": [ { "Condition": "IS_NOT", "Key": "Status", "Value": "ACTIVE" } ]

$sel:maxResults:ListForecasts', listForecasts_maxResults - The number of items to return in the response.

ListForecasts, listForecasts_nextToken - If the result of the previous request was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.

data ListForecastsResponse Source #

See: newListForecastsResponse smart constructor.

Instances

Instances details
Generic ListForecastsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListForecasts

Associated Types

type Rep ListForecastsResponse :: Type -> Type #

Read ListForecastsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListForecasts

Show ListForecastsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListForecasts

NFData ListForecastsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListForecasts

Methods

rnf :: ListForecastsResponse -> () #

Eq ListForecastsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListForecasts

type Rep ListForecastsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListForecasts

type Rep ListForecastsResponse = D1 ('MetaData "ListForecastsResponse" "Amazonka.Forecast.ListForecasts" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "ListForecastsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "forecasts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ForecastSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListForecastsResponse Source #

Create a value of ListForecastsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:forecasts:ListForecastsResponse', listForecastsResponse_forecasts - An array of objects that summarize each forecast's properties.

ListForecasts, listForecastsResponse_nextToken - If the response is truncated, Amazon Forecast returns this token. To retrieve the next set of results, use the token in the next request.

$sel:httpStatus:ListForecastsResponse', listForecastsResponse_httpStatus - The response's http status code.

ListMonitorEvaluations (Paginated)

data ListMonitorEvaluations Source #

See: newListMonitorEvaluations smart constructor.

Instances

Instances details
ToJSON ListMonitorEvaluations Source # 
Instance details

Defined in Amazonka.Forecast.ListMonitorEvaluations

ToHeaders ListMonitorEvaluations Source # 
Instance details

Defined in Amazonka.Forecast.ListMonitorEvaluations

ToPath ListMonitorEvaluations Source # 
Instance details

Defined in Amazonka.Forecast.ListMonitorEvaluations

ToQuery ListMonitorEvaluations Source # 
Instance details

Defined in Amazonka.Forecast.ListMonitorEvaluations

AWSPager ListMonitorEvaluations Source # 
Instance details

Defined in Amazonka.Forecast.ListMonitorEvaluations

AWSRequest ListMonitorEvaluations Source # 
Instance details

Defined in Amazonka.Forecast.ListMonitorEvaluations

Associated Types

type AWSResponse ListMonitorEvaluations #

Generic ListMonitorEvaluations Source # 
Instance details

Defined in Amazonka.Forecast.ListMonitorEvaluations

Associated Types

type Rep ListMonitorEvaluations :: Type -> Type #

Read ListMonitorEvaluations Source # 
Instance details

Defined in Amazonka.Forecast.ListMonitorEvaluations

Show ListMonitorEvaluations Source # 
Instance details

Defined in Amazonka.Forecast.ListMonitorEvaluations

NFData ListMonitorEvaluations Source # 
Instance details

Defined in Amazonka.Forecast.ListMonitorEvaluations

Methods

rnf :: ListMonitorEvaluations -> () #

Eq ListMonitorEvaluations Source # 
Instance details

Defined in Amazonka.Forecast.ListMonitorEvaluations

Hashable ListMonitorEvaluations Source # 
Instance details

Defined in Amazonka.Forecast.ListMonitorEvaluations

type AWSResponse ListMonitorEvaluations Source # 
Instance details

Defined in Amazonka.Forecast.ListMonitorEvaluations

type Rep ListMonitorEvaluations Source # 
Instance details

Defined in Amazonka.Forecast.ListMonitorEvaluations

type Rep ListMonitorEvaluations = D1 ('MetaData "ListMonitorEvaluations" "Amazonka.Forecast.ListMonitorEvaluations" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "ListMonitorEvaluations'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "monitorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListMonitorEvaluations Source #

Create a value of ListMonitorEvaluations with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filters:ListMonitorEvaluations', listMonitorEvaluations_filters - An array of filters. For each filter, provide a condition and a match statement. The condition is either IS or IS_NOT, which specifies whether to include or exclude the resources that match the statement from the list. The match statement consists of a key and a value.

Filter properties

  • Condition - The condition to apply. Valid values are IS and IS_NOT.
  • Key - The name of the parameter to filter on. The only valid value is EvaluationState.
  • Value - The value to match. Valid values are only SUCCESS or FAILURE.

For example, to list only successful monitor evaluations, you would specify:

"Filters": [ { "Condition": "IS", "Key": "EvaluationState", "Value": "SUCCESS" } ]

$sel:maxResults:ListMonitorEvaluations', listMonitorEvaluations_maxResults - The maximum number of monitoring results to return.

ListMonitorEvaluations, listMonitorEvaluations_nextToken - If the result of the previous request was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.

ListMonitorEvaluations, listMonitorEvaluations_monitorArn - The Amazon Resource Name (ARN) of the monitor resource to get results from.

data ListMonitorEvaluationsResponse Source #

See: newListMonitorEvaluationsResponse smart constructor.

Instances

Instances details
Generic ListMonitorEvaluationsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListMonitorEvaluations

Associated Types

type Rep ListMonitorEvaluationsResponse :: Type -> Type #

Read ListMonitorEvaluationsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListMonitorEvaluations

Show ListMonitorEvaluationsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListMonitorEvaluations

NFData ListMonitorEvaluationsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListMonitorEvaluations

Eq ListMonitorEvaluationsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListMonitorEvaluations

type Rep ListMonitorEvaluationsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListMonitorEvaluations

type Rep ListMonitorEvaluationsResponse = D1 ('MetaData "ListMonitorEvaluationsResponse" "Amazonka.Forecast.ListMonitorEvaluations" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "ListMonitorEvaluationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "predictorMonitorEvaluations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PredictorMonitorEvaluation])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListMonitorEvaluationsResponse Source #

Create a value of ListMonitorEvaluationsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

ListMonitorEvaluations, listMonitorEvaluationsResponse_nextToken - If the response is truncated, Amazon Forecast returns this token. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.

$sel:predictorMonitorEvaluations:ListMonitorEvaluationsResponse', listMonitorEvaluationsResponse_predictorMonitorEvaluations - The monitoring results and predictor events collected by the monitor resource during different windows of time.

For information about monitoring see Viewing Monitoring Results. For more information about retrieving monitoring results see Viewing Monitoring Results.

$sel:httpStatus:ListMonitorEvaluationsResponse', listMonitorEvaluationsResponse_httpStatus - The response's http status code.

ListMonitors (Paginated)

data ListMonitors Source #

See: newListMonitors smart constructor.

Instances

Instances details
ToJSON ListMonitors Source # 
Instance details

Defined in Amazonka.Forecast.ListMonitors

ToHeaders ListMonitors Source # 
Instance details

Defined in Amazonka.Forecast.ListMonitors

ToPath ListMonitors Source # 
Instance details

Defined in Amazonka.Forecast.ListMonitors

ToQuery ListMonitors Source # 
Instance details

Defined in Amazonka.Forecast.ListMonitors

AWSPager ListMonitors Source # 
Instance details

Defined in Amazonka.Forecast.ListMonitors

AWSRequest ListMonitors Source # 
Instance details

Defined in Amazonka.Forecast.ListMonitors

Associated Types

type AWSResponse ListMonitors #

Generic ListMonitors Source # 
Instance details

Defined in Amazonka.Forecast.ListMonitors

Associated Types

type Rep ListMonitors :: Type -> Type #

Read ListMonitors Source # 
Instance details

Defined in Amazonka.Forecast.ListMonitors

Show ListMonitors Source # 
Instance details

Defined in Amazonka.Forecast.ListMonitors

NFData ListMonitors Source # 
Instance details

Defined in Amazonka.Forecast.ListMonitors

Methods

rnf :: ListMonitors -> () #

Eq ListMonitors Source # 
Instance details

Defined in Amazonka.Forecast.ListMonitors

Hashable ListMonitors Source # 
Instance details

Defined in Amazonka.Forecast.ListMonitors

type AWSResponse ListMonitors Source # 
Instance details

Defined in Amazonka.Forecast.ListMonitors

type Rep ListMonitors Source # 
Instance details

Defined in Amazonka.Forecast.ListMonitors

type Rep ListMonitors = D1 ('MetaData "ListMonitors" "Amazonka.Forecast.ListMonitors" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "ListMonitors'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListMonitors :: ListMonitors Source #

Create a value of ListMonitors with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filters:ListMonitors', listMonitors_filters - An array of filters. For each filter, provide a condition and a match statement. The condition is either IS or IS_NOT, which specifies whether to include or exclude the resources that match the statement from the list. The match statement consists of a key and a value.

Filter properties

  • Condition - The condition to apply. Valid values are IS and IS_NOT.
  • Key - The name of the parameter to filter on. The only valid value is Status.
  • Value - The value to match.

For example, to list all monitors who's status is ACTIVE, you would specify:

"Filters": [ { "Condition": "IS", "Key": "Status", "Value": "ACTIVE" } ]

$sel:maxResults:ListMonitors', listMonitors_maxResults - The maximum number of monitors to include in the response.

ListMonitors, listMonitors_nextToken - If the result of the previous request was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.

data ListMonitorsResponse Source #

See: newListMonitorsResponse smart constructor.

Instances

Instances details
Generic ListMonitorsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListMonitors

Associated Types

type Rep ListMonitorsResponse :: Type -> Type #

Read ListMonitorsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListMonitors

Show ListMonitorsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListMonitors

NFData ListMonitorsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListMonitors

Methods

rnf :: ListMonitorsResponse -> () #

Eq ListMonitorsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListMonitors

type Rep ListMonitorsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListMonitors

type Rep ListMonitorsResponse = D1 ('MetaData "ListMonitorsResponse" "Amazonka.Forecast.ListMonitors" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "ListMonitorsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "monitors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MonitorSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListMonitorsResponse Source #

Create a value of ListMonitorsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:monitors:ListMonitorsResponse', listMonitorsResponse_monitors - An array of objects that summarize each monitor's properties.

ListMonitors, listMonitorsResponse_nextToken - If the response is truncated, Amazon Forecast returns this token. To retrieve the next set of results, use the token in the next request.

$sel:httpStatus:ListMonitorsResponse', listMonitorsResponse_httpStatus - The response's http status code.

ListPredictorBacktestExportJobs (Paginated)

data ListPredictorBacktestExportJobs Source #

See: newListPredictorBacktestExportJobs smart constructor.

Instances

Instances details
ToJSON ListPredictorBacktestExportJobs Source # 
Instance details

Defined in Amazonka.Forecast.ListPredictorBacktestExportJobs

ToHeaders ListPredictorBacktestExportJobs Source # 
Instance details

Defined in Amazonka.Forecast.ListPredictorBacktestExportJobs

ToPath ListPredictorBacktestExportJobs Source # 
Instance details

Defined in Amazonka.Forecast.ListPredictorBacktestExportJobs

ToQuery ListPredictorBacktestExportJobs Source # 
Instance details

Defined in Amazonka.Forecast.ListPredictorBacktestExportJobs

AWSPager ListPredictorBacktestExportJobs Source # 
Instance details

Defined in Amazonka.Forecast.ListPredictorBacktestExportJobs

AWSRequest ListPredictorBacktestExportJobs Source # 
Instance details

Defined in Amazonka.Forecast.ListPredictorBacktestExportJobs

Generic ListPredictorBacktestExportJobs Source # 
Instance details

Defined in Amazonka.Forecast.ListPredictorBacktestExportJobs

Associated Types

type Rep ListPredictorBacktestExportJobs :: Type -> Type #

Read ListPredictorBacktestExportJobs Source # 
Instance details

Defined in Amazonka.Forecast.ListPredictorBacktestExportJobs

Show ListPredictorBacktestExportJobs Source # 
Instance details

Defined in Amazonka.Forecast.ListPredictorBacktestExportJobs

NFData ListPredictorBacktestExportJobs Source # 
Instance details

Defined in Amazonka.Forecast.ListPredictorBacktestExportJobs

Eq ListPredictorBacktestExportJobs Source # 
Instance details

Defined in Amazonka.Forecast.ListPredictorBacktestExportJobs

Hashable ListPredictorBacktestExportJobs Source # 
Instance details

Defined in Amazonka.Forecast.ListPredictorBacktestExportJobs

type AWSResponse ListPredictorBacktestExportJobs Source # 
Instance details

Defined in Amazonka.Forecast.ListPredictorBacktestExportJobs

type Rep ListPredictorBacktestExportJobs Source # 
Instance details

Defined in Amazonka.Forecast.ListPredictorBacktestExportJobs

type Rep ListPredictorBacktestExportJobs = D1 ('MetaData "ListPredictorBacktestExportJobs" "Amazonka.Forecast.ListPredictorBacktestExportJobs" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "ListPredictorBacktestExportJobs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListPredictorBacktestExportJobs :: ListPredictorBacktestExportJobs Source #

Create a value of ListPredictorBacktestExportJobs with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filters:ListPredictorBacktestExportJobs', listPredictorBacktestExportJobs_filters - An array of filters. For each filter, provide a condition and a match statement. The condition is either IS or IS_NOT, which specifies whether to include or exclude the predictor backtest export jobs that match the statement from the list. The match statement consists of a key and a value.

Filter properties

  • Condition - The condition to apply. Valid values are IS and IS_NOT. To include the predictor backtest export jobs that match the statement, specify IS. To exclude matching predictor backtest export jobs, specify IS_NOT.
  • Key - The name of the parameter to filter on. Valid values are PredictorArn and Status.
  • Value - The value to match.

$sel:maxResults:ListPredictorBacktestExportJobs', listPredictorBacktestExportJobs_maxResults - The number of items to return in the response.

ListPredictorBacktestExportJobs, listPredictorBacktestExportJobs_nextToken - If the result of the previous request was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.

data ListPredictorBacktestExportJobsResponse Source #

Instances

Instances details
Generic ListPredictorBacktestExportJobsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListPredictorBacktestExportJobs

Read ListPredictorBacktestExportJobsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListPredictorBacktestExportJobs

Show ListPredictorBacktestExportJobsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListPredictorBacktestExportJobs

NFData ListPredictorBacktestExportJobsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListPredictorBacktestExportJobs

Eq ListPredictorBacktestExportJobsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListPredictorBacktestExportJobs

type Rep ListPredictorBacktestExportJobsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListPredictorBacktestExportJobs

type Rep ListPredictorBacktestExportJobsResponse = D1 ('MetaData "ListPredictorBacktestExportJobsResponse" "Amazonka.Forecast.ListPredictorBacktestExportJobs" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "ListPredictorBacktestExportJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "predictorBacktestExportJobs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PredictorBacktestExportJobSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListPredictorBacktestExportJobsResponse Source #

Create a value of ListPredictorBacktestExportJobsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

ListPredictorBacktestExportJobs, listPredictorBacktestExportJobsResponse_nextToken - Returns this token if the response is truncated. To retrieve the next set of results, use the token in the next request.

$sel:predictorBacktestExportJobs:ListPredictorBacktestExportJobsResponse', listPredictorBacktestExportJobsResponse_predictorBacktestExportJobs - An array of objects that summarize the properties of each predictor backtest export job.

$sel:httpStatus:ListPredictorBacktestExportJobsResponse', listPredictorBacktestExportJobsResponse_httpStatus - The response's http status code.

ListPredictors (Paginated)

data ListPredictors Source #

See: newListPredictors smart constructor.

Instances

Instances details
ToJSON ListPredictors Source # 
Instance details

Defined in Amazonka.Forecast.ListPredictors

ToHeaders ListPredictors Source # 
Instance details

Defined in Amazonka.Forecast.ListPredictors

ToPath ListPredictors Source # 
Instance details

Defined in Amazonka.Forecast.ListPredictors

ToQuery ListPredictors Source # 
Instance details

Defined in Amazonka.Forecast.ListPredictors

AWSPager ListPredictors Source # 
Instance details

Defined in Amazonka.Forecast.ListPredictors

AWSRequest ListPredictors Source # 
Instance details

Defined in Amazonka.Forecast.ListPredictors

Associated Types

type AWSResponse ListPredictors #

Generic ListPredictors Source # 
Instance details

Defined in Amazonka.Forecast.ListPredictors

Associated Types

type Rep ListPredictors :: Type -> Type #

Read ListPredictors Source # 
Instance details

Defined in Amazonka.Forecast.ListPredictors

Show ListPredictors Source # 
Instance details

Defined in Amazonka.Forecast.ListPredictors

NFData ListPredictors Source # 
Instance details

Defined in Amazonka.Forecast.ListPredictors

Methods

rnf :: ListPredictors -> () #

Eq ListPredictors Source # 
Instance details

Defined in Amazonka.Forecast.ListPredictors

Hashable ListPredictors Source # 
Instance details

Defined in Amazonka.Forecast.ListPredictors

type AWSResponse ListPredictors Source # 
Instance details

Defined in Amazonka.Forecast.ListPredictors

type Rep ListPredictors Source # 
Instance details

Defined in Amazonka.Forecast.ListPredictors

type Rep ListPredictors = D1 ('MetaData "ListPredictors" "Amazonka.Forecast.ListPredictors" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "ListPredictors'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListPredictors :: ListPredictors Source #

Create a value of ListPredictors with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filters:ListPredictors', listPredictors_filters - An array of filters. For each filter, you provide a condition and a match statement. The condition is either IS or IS_NOT, which specifies whether to include or exclude the predictors that match the statement from the list, respectively. The match statement consists of a key and a value.

Filter properties

  • Condition - The condition to apply. Valid values are IS and IS_NOT. To include the predictors that match the statement, specify IS. To exclude matching predictors, specify IS_NOT.
  • Key - The name of the parameter to filter on. Valid values are DatasetGroupArn and Status.
  • Value - The value to match.

For example, to list all predictors whose status is ACTIVE, you would specify:

"Filters": [ { "Condition": "IS", "Key": "Status", "Value": "ACTIVE" } ]

$sel:maxResults:ListPredictors', listPredictors_maxResults - The number of items to return in the response.

ListPredictors, listPredictors_nextToken - If the result of the previous request was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.

data ListPredictorsResponse Source #

See: newListPredictorsResponse smart constructor.

Instances

Instances details
Generic ListPredictorsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListPredictors

Associated Types

type Rep ListPredictorsResponse :: Type -> Type #

Read ListPredictorsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListPredictors

Show ListPredictorsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListPredictors

NFData ListPredictorsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListPredictors

Methods

rnf :: ListPredictorsResponse -> () #

Eq ListPredictorsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListPredictors

type Rep ListPredictorsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListPredictors

type Rep ListPredictorsResponse = D1 ('MetaData "ListPredictorsResponse" "Amazonka.Forecast.ListPredictors" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "ListPredictorsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "predictors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PredictorSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListPredictorsResponse Source #

Create a value of ListPredictorsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

ListPredictors, listPredictorsResponse_nextToken - If the response is truncated, Amazon Forecast returns this token. To retrieve the next set of results, use the token in the next request.

$sel:predictors:ListPredictorsResponse', listPredictorsResponse_predictors - An array of objects that summarize each predictor's properties.

$sel:httpStatus:ListPredictorsResponse', listPredictorsResponse_httpStatus - The response's http status code.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
ToJSON ListTagsForResource Source # 
Instance details

Defined in Amazonka.Forecast.ListTagsForResource

ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.Forecast.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.Forecast.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.Forecast.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.Forecast.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.Forecast.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.Forecast.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.Forecast.ListTagsForResource

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.Forecast.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.Forecast.ListTagsForResource

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.Forecast.ListTagsForResource

type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.Forecast.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.Forecast.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.Forecast.ListTagsForResource" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newListTagsForResource Source #

Create a value of ListTagsForResource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

ListTagsForResource, listTagsForResource_resourceArn - The Amazon Resource Name (ARN) that identifies the resource for which to list the tags.

data ListTagsForResourceResponse Source #

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListTagsForResource

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListTagsForResource

Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.Forecast.ListTagsForResource" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "ListTagsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newListTagsForResourceResponse Source #

Create a value of ListTagsForResourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:tags:ListTagsForResourceResponse', listTagsForResourceResponse_tags - The tags for the resource.

$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.

ListWhatIfAnalyses (Paginated)

data ListWhatIfAnalyses Source #

See: newListWhatIfAnalyses smart constructor.

Instances

Instances details
ToJSON ListWhatIfAnalyses Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfAnalyses

ToHeaders ListWhatIfAnalyses Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfAnalyses

ToPath ListWhatIfAnalyses Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfAnalyses

ToQuery ListWhatIfAnalyses Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfAnalyses

AWSPager ListWhatIfAnalyses Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfAnalyses

AWSRequest ListWhatIfAnalyses Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfAnalyses

Associated Types

type AWSResponse ListWhatIfAnalyses #

Generic ListWhatIfAnalyses Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfAnalyses

Associated Types

type Rep ListWhatIfAnalyses :: Type -> Type #

Read ListWhatIfAnalyses Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfAnalyses

Show ListWhatIfAnalyses Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfAnalyses

NFData ListWhatIfAnalyses Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfAnalyses

Methods

rnf :: ListWhatIfAnalyses -> () #

Eq ListWhatIfAnalyses Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfAnalyses

Hashable ListWhatIfAnalyses Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfAnalyses

type AWSResponse ListWhatIfAnalyses Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfAnalyses

type Rep ListWhatIfAnalyses Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfAnalyses

type Rep ListWhatIfAnalyses = D1 ('MetaData "ListWhatIfAnalyses" "Amazonka.Forecast.ListWhatIfAnalyses" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "ListWhatIfAnalyses'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListWhatIfAnalyses :: ListWhatIfAnalyses Source #

Create a value of ListWhatIfAnalyses with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filters:ListWhatIfAnalyses', listWhatIfAnalyses_filters - An array of filters. For each filter, you provide a condition and a match statement. The condition is either IS or IS_NOT, which specifies whether to include or exclude the what-if analysis jobs that match the statement from the list, respectively. The match statement consists of a key and a value.

Filter properties

  • Condition - The condition to apply. Valid values are IS and IS_NOT. To include the what-if analysis jobs that match the statement, specify IS. To exclude matching what-if analysis jobs, specify IS_NOT.
  • Key - The name of the parameter to filter on. Valid values are WhatIfAnalysisArn and Status.
  • Value - The value to match.

For example, to list all jobs that export a forecast named electricityWhatIf, specify the following filter:

"Filters": [ { "Condition": "IS", "Key": "WhatIfAnalysisArn", "Value": "arn:aws:forecast:us-west-2:<acct-id>:forecast/electricityWhatIf" } ]

$sel:maxResults:ListWhatIfAnalyses', listWhatIfAnalyses_maxResults - The number of items to return in the response.

ListWhatIfAnalyses, listWhatIfAnalyses_nextToken - If the result of the previous request was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.

data ListWhatIfAnalysesResponse Source #

See: newListWhatIfAnalysesResponse smart constructor.

Instances

Instances details
Generic ListWhatIfAnalysesResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfAnalyses

Associated Types

type Rep ListWhatIfAnalysesResponse :: Type -> Type #

Read ListWhatIfAnalysesResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfAnalyses

Show ListWhatIfAnalysesResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfAnalyses

NFData ListWhatIfAnalysesResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfAnalyses

Eq ListWhatIfAnalysesResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfAnalyses

type Rep ListWhatIfAnalysesResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfAnalyses

type Rep ListWhatIfAnalysesResponse = D1 ('MetaData "ListWhatIfAnalysesResponse" "Amazonka.Forecast.ListWhatIfAnalyses" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "ListWhatIfAnalysesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "whatIfAnalyses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [WhatIfAnalysisSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListWhatIfAnalysesResponse Source #

Create a value of ListWhatIfAnalysesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

ListWhatIfAnalyses, listWhatIfAnalysesResponse_nextToken - If the response is truncated, Forecast returns this token. To retrieve the next set of results, use the token in the next request.

$sel:whatIfAnalyses:ListWhatIfAnalysesResponse', listWhatIfAnalysesResponse_whatIfAnalyses - An array of WhatIfAnalysisSummary objects that describe the matched analyses.

$sel:httpStatus:ListWhatIfAnalysesResponse', listWhatIfAnalysesResponse_httpStatus - The response's http status code.

ListWhatIfForecastExports (Paginated)

data ListWhatIfForecastExports Source #

See: newListWhatIfForecastExports smart constructor.

Instances

Instances details
ToJSON ListWhatIfForecastExports Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfForecastExports

ToHeaders ListWhatIfForecastExports Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfForecastExports

ToPath ListWhatIfForecastExports Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfForecastExports

ToQuery ListWhatIfForecastExports Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfForecastExports

AWSPager ListWhatIfForecastExports Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfForecastExports

AWSRequest ListWhatIfForecastExports Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfForecastExports

Generic ListWhatIfForecastExports Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfForecastExports

Associated Types

type Rep ListWhatIfForecastExports :: Type -> Type #

Read ListWhatIfForecastExports Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfForecastExports

Show ListWhatIfForecastExports Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfForecastExports

NFData ListWhatIfForecastExports Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfForecastExports

Eq ListWhatIfForecastExports Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfForecastExports

Hashable ListWhatIfForecastExports Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfForecastExports

type AWSResponse ListWhatIfForecastExports Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfForecastExports

type Rep ListWhatIfForecastExports Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfForecastExports

type Rep ListWhatIfForecastExports = D1 ('MetaData "ListWhatIfForecastExports" "Amazonka.Forecast.ListWhatIfForecastExports" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "ListWhatIfForecastExports'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListWhatIfForecastExports :: ListWhatIfForecastExports Source #

Create a value of ListWhatIfForecastExports with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filters:ListWhatIfForecastExports', listWhatIfForecastExports_filters - An array of filters. For each filter, you provide a condition and a match statement. The condition is either IS or IS_NOT, which specifies whether to include or exclude the what-if forecast export jobs that match the statement from the list, respectively. The match statement consists of a key and a value.

Filter properties

  • Condition - The condition to apply. Valid values are IS and IS_NOT. To include the forecast export jobs that match the statement, specify IS. To exclude matching forecast export jobs, specify IS_NOT.
  • Key - The name of the parameter to filter on. Valid values are WhatIfForecastExportArn and Status.
  • Value - The value to match.

For example, to list all jobs that export a forecast named electricityWIFExport, specify the following filter:

"Filters": [ { "Condition": "IS", "Key": "WhatIfForecastExportArn", "Value": "arn:aws:forecast:us-west-2:<acct-id>:forecast/electricityWIFExport" } ]

$sel:maxResults:ListWhatIfForecastExports', listWhatIfForecastExports_maxResults - The number of items to return in the response.

ListWhatIfForecastExports, listWhatIfForecastExports_nextToken - If the result of the previous request was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next
 request. Tokens expire after 24 hours.

data ListWhatIfForecastExportsResponse Source #

See: newListWhatIfForecastExportsResponse smart constructor.

Instances

Instances details
Generic ListWhatIfForecastExportsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfForecastExports

Associated Types

type Rep ListWhatIfForecastExportsResponse :: Type -> Type #

Read ListWhatIfForecastExportsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfForecastExports

Show ListWhatIfForecastExportsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfForecastExports

NFData ListWhatIfForecastExportsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfForecastExports

Eq ListWhatIfForecastExportsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfForecastExports

type Rep ListWhatIfForecastExportsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfForecastExports

type Rep ListWhatIfForecastExportsResponse = D1 ('MetaData "ListWhatIfForecastExportsResponse" "Amazonka.Forecast.ListWhatIfForecastExports" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "ListWhatIfForecastExportsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "whatIfForecastExports") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [WhatIfForecastExportSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListWhatIfForecastExportsResponse Source #

Create a value of ListWhatIfForecastExportsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

ListWhatIfForecastExports, listWhatIfForecastExportsResponse_nextToken - If the response is truncated, Forecast returns this token. To retrieve the next set of results, use the token in the next request.

$sel:whatIfForecastExports:ListWhatIfForecastExportsResponse', listWhatIfForecastExportsResponse_whatIfForecastExports - An array of WhatIfForecastExports objects that describe the matched forecast exports.

$sel:httpStatus:ListWhatIfForecastExportsResponse', listWhatIfForecastExportsResponse_httpStatus - The response's http status code.

ListWhatIfForecasts (Paginated)

data ListWhatIfForecasts Source #

See: newListWhatIfForecasts smart constructor.

Instances

Instances details
ToJSON ListWhatIfForecasts Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfForecasts

ToHeaders ListWhatIfForecasts Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfForecasts

ToPath ListWhatIfForecasts Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfForecasts

ToQuery ListWhatIfForecasts Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfForecasts

AWSPager ListWhatIfForecasts Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfForecasts

AWSRequest ListWhatIfForecasts Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfForecasts

Associated Types

type AWSResponse ListWhatIfForecasts #

Generic ListWhatIfForecasts Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfForecasts

Associated Types

type Rep ListWhatIfForecasts :: Type -> Type #

Read ListWhatIfForecasts Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfForecasts

Show ListWhatIfForecasts Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfForecasts

NFData ListWhatIfForecasts Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfForecasts

Methods

rnf :: ListWhatIfForecasts -> () #

Eq ListWhatIfForecasts Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfForecasts

Hashable ListWhatIfForecasts Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfForecasts

type AWSResponse ListWhatIfForecasts Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfForecasts

type Rep ListWhatIfForecasts Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfForecasts

type Rep ListWhatIfForecasts = D1 ('MetaData "ListWhatIfForecasts" "Amazonka.Forecast.ListWhatIfForecasts" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "ListWhatIfForecasts'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListWhatIfForecasts :: ListWhatIfForecasts Source #

Create a value of ListWhatIfForecasts with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filters:ListWhatIfForecasts', listWhatIfForecasts_filters - An array of filters. For each filter, you provide a condition and a match statement. The condition is either IS or IS_NOT, which specifies whether to include or exclude the what-if forecast export jobs that match the statement from the list, respectively. The match statement consists of a key and a value.

Filter properties

  • Condition - The condition to apply. Valid values are IS and IS_NOT. To include the forecast export jobs that match the statement, specify IS. To exclude matching forecast export jobs, specify IS_NOT.
  • Key - The name of the parameter to filter on. Valid values are WhatIfForecastArn and Status.
  • Value - The value to match.

For example, to list all jobs that export a forecast named electricityWhatIfForecast, specify the following filter:

"Filters": [ { "Condition": "IS", "Key": "WhatIfForecastArn", "Value": "arn:aws:forecast:us-west-2:<acct-id>:forecast/electricityWhatIfForecast" } ]

$sel:maxResults:ListWhatIfForecasts', listWhatIfForecasts_maxResults - The number of items to return in the response.

ListWhatIfForecasts, listWhatIfForecasts_nextToken - If the result of the previous request was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next
 request. Tokens expire after 24 hours.

data ListWhatIfForecastsResponse Source #

See: newListWhatIfForecastsResponse smart constructor.

Instances

Instances details
Generic ListWhatIfForecastsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfForecasts

Associated Types

type Rep ListWhatIfForecastsResponse :: Type -> Type #

Read ListWhatIfForecastsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfForecasts

Show ListWhatIfForecastsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfForecasts

NFData ListWhatIfForecastsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfForecasts

Eq ListWhatIfForecastsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfForecasts

type Rep ListWhatIfForecastsResponse Source # 
Instance details

Defined in Amazonka.Forecast.ListWhatIfForecasts

type Rep ListWhatIfForecastsResponse = D1 ('MetaData "ListWhatIfForecastsResponse" "Amazonka.Forecast.ListWhatIfForecasts" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "ListWhatIfForecastsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "whatIfForecasts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [WhatIfForecastSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListWhatIfForecastsResponse Source #

Create a value of ListWhatIfForecastsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

ListWhatIfForecasts, listWhatIfForecastsResponse_nextToken - If the result of the previous request was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next
 request. Tokens expire after 24 hours.

$sel:whatIfForecasts:ListWhatIfForecastsResponse', listWhatIfForecastsResponse_whatIfForecasts - An array of WhatIfForecasts objects that describe the matched forecasts.

$sel:httpStatus:ListWhatIfForecastsResponse', listWhatIfForecastsResponse_httpStatus - The response's http status code.

ResumeResource

data ResumeResource Source #

See: newResumeResource smart constructor.

Constructors

ResumeResource' Text 

Instances

Instances details
ToJSON ResumeResource Source # 
Instance details

Defined in Amazonka.Forecast.ResumeResource

ToHeaders ResumeResource Source # 
Instance details

Defined in Amazonka.Forecast.ResumeResource

ToPath ResumeResource Source # 
Instance details

Defined in Amazonka.Forecast.ResumeResource

ToQuery ResumeResource Source # 
Instance details

Defined in Amazonka.Forecast.ResumeResource

AWSRequest ResumeResource Source # 
Instance details

Defined in Amazonka.Forecast.ResumeResource

Associated Types

type AWSResponse ResumeResource #

Generic ResumeResource Source # 
Instance details

Defined in Amazonka.Forecast.ResumeResource

Associated Types

type Rep ResumeResource :: Type -> Type #

Read ResumeResource Source # 
Instance details

Defined in Amazonka.Forecast.ResumeResource

Show ResumeResource Source # 
Instance details

Defined in Amazonka.Forecast.ResumeResource

NFData ResumeResource Source # 
Instance details

Defined in Amazonka.Forecast.ResumeResource

Methods

rnf :: ResumeResource -> () #

Eq ResumeResource Source # 
Instance details

Defined in Amazonka.Forecast.ResumeResource

Hashable ResumeResource Source # 
Instance details

Defined in Amazonka.Forecast.ResumeResource

type AWSResponse ResumeResource Source # 
Instance details

Defined in Amazonka.Forecast.ResumeResource

type Rep ResumeResource Source # 
Instance details

Defined in Amazonka.Forecast.ResumeResource

type Rep ResumeResource = D1 ('MetaData "ResumeResource" "Amazonka.Forecast.ResumeResource" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "ResumeResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newResumeResource Source #

Create a value of ResumeResource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

ResumeResource, resumeResource_resourceArn - The Amazon Resource Name (ARN) of the monitor resource to resume.

data ResumeResourceResponse Source #

See: newResumeResourceResponse smart constructor.

Instances

Instances details
Generic ResumeResourceResponse Source # 
Instance details

Defined in Amazonka.Forecast.ResumeResource

Associated Types

type Rep ResumeResourceResponse :: Type -> Type #

Read ResumeResourceResponse Source # 
Instance details

Defined in Amazonka.Forecast.ResumeResource

Show ResumeResourceResponse Source # 
Instance details

Defined in Amazonka.Forecast.ResumeResource

NFData ResumeResourceResponse Source # 
Instance details

Defined in Amazonka.Forecast.ResumeResource

Methods

rnf :: ResumeResourceResponse -> () #

Eq ResumeResourceResponse Source # 
Instance details

Defined in Amazonka.Forecast.ResumeResource

type Rep ResumeResourceResponse Source # 
Instance details

Defined in Amazonka.Forecast.ResumeResource

type Rep ResumeResourceResponse = D1 ('MetaData "ResumeResourceResponse" "Amazonka.Forecast.ResumeResource" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "ResumeResourceResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newResumeResourceResponse :: ResumeResourceResponse Source #

Create a value of ResumeResourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

StopResource

data StopResource Source #

See: newStopResource smart constructor.

Constructors

StopResource' Text 

Instances

Instances details
ToJSON StopResource Source # 
Instance details

Defined in Amazonka.Forecast.StopResource

ToHeaders StopResource Source # 
Instance details

Defined in Amazonka.Forecast.StopResource

ToPath StopResource Source # 
Instance details

Defined in Amazonka.Forecast.StopResource

ToQuery StopResource Source # 
Instance details

Defined in Amazonka.Forecast.StopResource

AWSRequest StopResource Source # 
Instance details

Defined in Amazonka.Forecast.StopResource

Associated Types

type AWSResponse StopResource #

Generic StopResource Source # 
Instance details

Defined in Amazonka.Forecast.StopResource

Associated Types

type Rep StopResource :: Type -> Type #

Read StopResource Source # 
Instance details

Defined in Amazonka.Forecast.StopResource

Show StopResource Source # 
Instance details

Defined in Amazonka.Forecast.StopResource

NFData StopResource Source # 
Instance details

Defined in Amazonka.Forecast.StopResource

Methods

rnf :: StopResource -> () #

Eq StopResource Source # 
Instance details

Defined in Amazonka.Forecast.StopResource

Hashable StopResource Source # 
Instance details

Defined in Amazonka.Forecast.StopResource

type AWSResponse StopResource Source # 
Instance details

Defined in Amazonka.Forecast.StopResource

type Rep StopResource Source # 
Instance details

Defined in Amazonka.Forecast.StopResource

type Rep StopResource = D1 ('MetaData "StopResource" "Amazonka.Forecast.StopResource" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "StopResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newStopResource Source #

Create a value of StopResource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

StopResource, stopResource_resourceArn - The Amazon Resource Name (ARN) that identifies the resource to stop. The supported ARNs are DatasetImportJobArn, PredictorArn, PredictorBacktestExportJobArn, ForecastArn, ForecastExportJobArn, ExplainabilityArn, and ExplainabilityExportArn.

data StopResourceResponse Source #

See: newStopResourceResponse smart constructor.

Constructors

StopResourceResponse' 

Instances

Instances details
Generic StopResourceResponse Source # 
Instance details

Defined in Amazonka.Forecast.StopResource

Associated Types

type Rep StopResourceResponse :: Type -> Type #

Read StopResourceResponse Source # 
Instance details

Defined in Amazonka.Forecast.StopResource

Show StopResourceResponse Source # 
Instance details

Defined in Amazonka.Forecast.StopResource

NFData StopResourceResponse Source # 
Instance details

Defined in Amazonka.Forecast.StopResource

Methods

rnf :: StopResourceResponse -> () #

Eq StopResourceResponse Source # 
Instance details

Defined in Amazonka.Forecast.StopResource

type Rep StopResourceResponse Source # 
Instance details

Defined in Amazonka.Forecast.StopResource

type Rep StopResourceResponse = D1 ('MetaData "StopResourceResponse" "Amazonka.Forecast.StopResource" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "StopResourceResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newStopResourceResponse :: StopResourceResponse Source #

Create a value of StopResourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Constructors

TagResource' Text [Tag] 

Instances

Instances details
ToJSON TagResource Source # 
Instance details

Defined in Amazonka.Forecast.TagResource

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.Forecast.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.Forecast.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.Forecast.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.Forecast.TagResource

Associated Types

type AWSResponse TagResource #

Generic TagResource Source # 
Instance details

Defined in Amazonka.Forecast.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

Show TagResource Source # 
Instance details

Defined in Amazonka.Forecast.TagResource

NFData TagResource Source # 
Instance details

Defined in Amazonka.Forecast.TagResource

Methods

rnf :: TagResource -> () #

Eq TagResource Source # 
Instance details

Defined in Amazonka.Forecast.TagResource

Hashable TagResource Source # 
Instance details

Defined in Amazonka.Forecast.TagResource

type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.Forecast.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.Forecast.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.Forecast.TagResource" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Tag])))

newTagResource Source #

Create a value of TagResource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

TagResource, tagResource_resourceArn - The Amazon Resource Name (ARN) that identifies the resource for which to list the tags.

$sel:tags:TagResource', tagResource_tags - The tags to add to the resource. A tag is an array of key-value pairs.

The following basic restrictions apply to tags:

  • Maximum number of tags per resource - 50.
  • For each resource, each tag key must be unique, and each tag key can have only one value.
  • Maximum key length - 128 Unicode characters in UTF-8.
  • Maximum value length - 256 Unicode characters in UTF-8.
  • If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @.
  • Tag keys and values are case sensitive.
  • Do not use aws:, AWS:, or any upper or lowercase combination of such as a prefix for keys as it is reserved for AWS use. You cannot edit or delete tag keys with this prefix. Values can have this prefix. If a tag value has aws as its prefix but the key does not, then Forecast considers it to be a user tag and will count against the limit of 50 tags. Tags with only the key prefix of aws do not count against your tags per resource limit.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Instances

Instances details
Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.Forecast.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.Forecast.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.Forecast.TagResource

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.Forecast.TagResource

Methods

rnf :: TagResourceResponse -> () #

Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.Forecast.TagResource

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.Forecast.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.Forecast.TagResource" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "TagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newTagResourceResponse Source #

Create a value of TagResourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:TagResourceResponse', tagResourceResponse_httpStatus - The response's http status code.

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Instances

Instances details
ToJSON UntagResource Source # 
Instance details

Defined in Amazonka.Forecast.UntagResource

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.Forecast.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.Forecast.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.Forecast.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.Forecast.UntagResource

Associated Types

type AWSResponse UntagResource #

Generic UntagResource Source # 
Instance details

Defined in Amazonka.Forecast.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

Show UntagResource Source # 
Instance details

Defined in Amazonka.Forecast.UntagResource

NFData UntagResource Source # 
Instance details

Defined in Amazonka.Forecast.UntagResource

Methods

rnf :: UntagResource -> () #

Eq UntagResource Source # 
Instance details

Defined in Amazonka.Forecast.UntagResource

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.Forecast.UntagResource

type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.Forecast.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.Forecast.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.Forecast.UntagResource" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Sensitive Text])))

newUntagResource Source #

Create a value of UntagResource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

UntagResource, untagResource_resourceArn - The Amazon Resource Name (ARN) that identifies the resource for which to list the tags.

$sel:tagKeys:UntagResource', untagResource_tagKeys - The keys of the tags to be removed.

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Forecast.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Forecast.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Forecast.UntagResource

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Forecast.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Forecast.UntagResource

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Forecast.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.Forecast.UntagResource" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUntagResourceResponse Source #

Create a value of UntagResourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:UntagResourceResponse', untagResourceResponse_httpStatus - The response's http status code.

UpdateDatasetGroup

data UpdateDatasetGroup Source #

See: newUpdateDatasetGroup smart constructor.

Constructors

UpdateDatasetGroup' Text [Text] 

Instances

Instances details
ToJSON UpdateDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.UpdateDatasetGroup

ToHeaders UpdateDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.UpdateDatasetGroup

ToPath UpdateDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.UpdateDatasetGroup

ToQuery UpdateDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.UpdateDatasetGroup

AWSRequest UpdateDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.UpdateDatasetGroup

Associated Types

type AWSResponse UpdateDatasetGroup #

Generic UpdateDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.UpdateDatasetGroup

Associated Types

type Rep UpdateDatasetGroup :: Type -> Type #

Read UpdateDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.UpdateDatasetGroup

Show UpdateDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.UpdateDatasetGroup

NFData UpdateDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.UpdateDatasetGroup

Methods

rnf :: UpdateDatasetGroup -> () #

Eq UpdateDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.UpdateDatasetGroup

Hashable UpdateDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.UpdateDatasetGroup

type AWSResponse UpdateDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.UpdateDatasetGroup

type Rep UpdateDatasetGroup Source # 
Instance details

Defined in Amazonka.Forecast.UpdateDatasetGroup

type Rep UpdateDatasetGroup = D1 ('MetaData "UpdateDatasetGroup" "Amazonka.Forecast.UpdateDatasetGroup" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "UpdateDatasetGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datasetGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "datasetArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newUpdateDatasetGroup Source #

Create a value of UpdateDatasetGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

UpdateDatasetGroup, updateDatasetGroup_datasetGroupArn - The ARN of the dataset group.

$sel:datasetArns:UpdateDatasetGroup', updateDatasetGroup_datasetArns - An array of the Amazon Resource Names (ARNs) of the datasets to add to the dataset group.

data UpdateDatasetGroupResponse Source #

See: newUpdateDatasetGroupResponse smart constructor.

Instances

Instances details
Generic UpdateDatasetGroupResponse Source # 
Instance details

Defined in Amazonka.Forecast.UpdateDatasetGroup

Associated Types

type Rep UpdateDatasetGroupResponse :: Type -> Type #

Read UpdateDatasetGroupResponse Source # 
Instance details

Defined in Amazonka.Forecast.UpdateDatasetGroup

Show UpdateDatasetGroupResponse Source # 
Instance details

Defined in Amazonka.Forecast.UpdateDatasetGroup

NFData UpdateDatasetGroupResponse Source # 
Instance details

Defined in Amazonka.Forecast.UpdateDatasetGroup

Eq UpdateDatasetGroupResponse Source # 
Instance details

Defined in Amazonka.Forecast.UpdateDatasetGroup

type Rep UpdateDatasetGroupResponse Source # 
Instance details

Defined in Amazonka.Forecast.UpdateDatasetGroup

type Rep UpdateDatasetGroupResponse = D1 ('MetaData "UpdateDatasetGroupResponse" "Amazonka.Forecast.UpdateDatasetGroup" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "UpdateDatasetGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateDatasetGroupResponse Source #

Create a value of UpdateDatasetGroupResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:UpdateDatasetGroupResponse', updateDatasetGroupResponse_httpStatus - The response's http status code.

Types

AttributeType

newtype AttributeType Source #

Constructors

AttributeType' 

Instances

Instances details
FromJSON AttributeType Source # 
Instance details

Defined in Amazonka.Forecast.Types.AttributeType

FromJSONKey AttributeType Source # 
Instance details

Defined in Amazonka.Forecast.Types.AttributeType

ToJSON AttributeType Source # 
Instance details

Defined in Amazonka.Forecast.Types.AttributeType

ToJSONKey AttributeType Source # 
Instance details

Defined in Amazonka.Forecast.Types.AttributeType

ToByteString AttributeType Source # 
Instance details

Defined in Amazonka.Forecast.Types.AttributeType

ToHeader AttributeType Source # 
Instance details

Defined in Amazonka.Forecast.Types.AttributeType

ToLog AttributeType Source # 
Instance details

Defined in Amazonka.Forecast.Types.AttributeType

ToQuery AttributeType Source # 
Instance details

Defined in Amazonka.Forecast.Types.AttributeType

FromText AttributeType Source # 
Instance details

Defined in Amazonka.Forecast.Types.AttributeType

ToText AttributeType Source # 
Instance details

Defined in Amazonka.Forecast.Types.AttributeType

Methods

toText :: AttributeType -> Text #

FromXML AttributeType Source # 
Instance details

Defined in Amazonka.Forecast.Types.AttributeType

ToXML AttributeType Source # 
Instance details

Defined in Amazonka.Forecast.Types.AttributeType

Methods

toXML :: AttributeType -> XML #

Generic AttributeType Source # 
Instance details

Defined in Amazonka.Forecast.Types.AttributeType

Associated Types

type Rep AttributeType :: Type -> Type #

Read AttributeType Source # 
Instance details

Defined in Amazonka.Forecast.Types.AttributeType

Show AttributeType Source # 
Instance details

Defined in Amazonka.Forecast.Types.AttributeType

NFData AttributeType Source # 
Instance details

Defined in Amazonka.Forecast.Types.AttributeType

Methods

rnf :: AttributeType -> () #

Eq AttributeType Source # 
Instance details

Defined in Amazonka.Forecast.Types.AttributeType

Ord AttributeType Source # 
Instance details

Defined in Amazonka.Forecast.Types.AttributeType

Hashable AttributeType Source # 
Instance details

Defined in Amazonka.Forecast.Types.AttributeType

type Rep AttributeType Source # 
Instance details

Defined in Amazonka.Forecast.Types.AttributeType

type Rep AttributeType = D1 ('MetaData "AttributeType" "Amazonka.Forecast.Types.AttributeType" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'True) (C1 ('MetaCons "AttributeType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAttributeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AutoMLOverrideStrategy

newtype AutoMLOverrideStrategy Source #

Instances

Instances details
FromJSON AutoMLOverrideStrategy Source # 
Instance details

Defined in Amazonka.Forecast.Types.AutoMLOverrideStrategy

FromJSONKey AutoMLOverrideStrategy Source # 
Instance details

Defined in Amazonka.Forecast.Types.AutoMLOverrideStrategy

ToJSON AutoMLOverrideStrategy Source # 
Instance details

Defined in Amazonka.Forecast.Types.AutoMLOverrideStrategy

ToJSONKey AutoMLOverrideStrategy Source # 
Instance details

Defined in Amazonka.Forecast.Types.AutoMLOverrideStrategy

ToByteString AutoMLOverrideStrategy Source # 
Instance details

Defined in Amazonka.Forecast.Types.AutoMLOverrideStrategy

ToHeader AutoMLOverrideStrategy Source # 
Instance details

Defined in Amazonka.Forecast.Types.AutoMLOverrideStrategy

ToLog AutoMLOverrideStrategy Source # 
Instance details

Defined in Amazonka.Forecast.Types.AutoMLOverrideStrategy

ToQuery AutoMLOverrideStrategy Source # 
Instance details

Defined in Amazonka.Forecast.Types.AutoMLOverrideStrategy

FromText AutoMLOverrideStrategy Source # 
Instance details

Defined in Amazonka.Forecast.Types.AutoMLOverrideStrategy

ToText AutoMLOverrideStrategy Source # 
Instance details

Defined in Amazonka.Forecast.Types.AutoMLOverrideStrategy

FromXML AutoMLOverrideStrategy Source # 
Instance details

Defined in Amazonka.Forecast.Types.AutoMLOverrideStrategy

ToXML AutoMLOverrideStrategy Source # 
Instance details

Defined in Amazonka.Forecast.Types.AutoMLOverrideStrategy

Generic AutoMLOverrideStrategy Source # 
Instance details

Defined in Amazonka.Forecast.Types.AutoMLOverrideStrategy

Associated Types

type Rep AutoMLOverrideStrategy :: Type -> Type #

Read AutoMLOverrideStrategy Source # 
Instance details

Defined in Amazonka.Forecast.Types.AutoMLOverrideStrategy

Show AutoMLOverrideStrategy Source # 
Instance details

Defined in Amazonka.Forecast.Types.AutoMLOverrideStrategy

NFData AutoMLOverrideStrategy Source # 
Instance details

Defined in Amazonka.Forecast.Types.AutoMLOverrideStrategy

Methods

rnf :: AutoMLOverrideStrategy -> () #

Eq AutoMLOverrideStrategy Source # 
Instance details

Defined in Amazonka.Forecast.Types.AutoMLOverrideStrategy

Ord AutoMLOverrideStrategy Source # 
Instance details

Defined in Amazonka.Forecast.Types.AutoMLOverrideStrategy

Hashable AutoMLOverrideStrategy Source # 
Instance details

Defined in Amazonka.Forecast.Types.AutoMLOverrideStrategy

type Rep AutoMLOverrideStrategy Source # 
Instance details

Defined in Amazonka.Forecast.Types.AutoMLOverrideStrategy

type Rep AutoMLOverrideStrategy = D1 ('MetaData "AutoMLOverrideStrategy" "Amazonka.Forecast.Types.AutoMLOverrideStrategy" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'True) (C1 ('MetaCons "AutoMLOverrideStrategy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAutoMLOverrideStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Condition

newtype Condition Source #

Constructors

Condition' 

Fields

Instances

Instances details
FromJSON Condition Source # 
Instance details

Defined in Amazonka.Forecast.Types.Condition

FromJSONKey Condition Source # 
Instance details

Defined in Amazonka.Forecast.Types.Condition

ToJSON Condition Source # 
Instance details

Defined in Amazonka.Forecast.Types.Condition

ToJSONKey Condition Source # 
Instance details

Defined in Amazonka.Forecast.Types.Condition

ToByteString Condition Source # 
Instance details

Defined in Amazonka.Forecast.Types.Condition

Methods

toBS :: Condition -> ByteString #

ToHeader Condition Source # 
Instance details

Defined in Amazonka.Forecast.Types.Condition

ToLog Condition Source # 
Instance details

Defined in Amazonka.Forecast.Types.Condition

ToQuery Condition Source # 
Instance details

Defined in Amazonka.Forecast.Types.Condition

FromText Condition Source # 
Instance details

Defined in Amazonka.Forecast.Types.Condition

ToText Condition Source # 
Instance details

Defined in Amazonka.Forecast.Types.Condition

Methods

toText :: Condition -> Text #

FromXML Condition Source # 
Instance details

Defined in Amazonka.Forecast.Types.Condition

ToXML Condition Source # 
Instance details

Defined in Amazonka.Forecast.Types.Condition

Methods

toXML :: Condition -> XML #

Generic Condition Source # 
Instance details

Defined in Amazonka.Forecast.Types.Condition

Associated Types

type Rep Condition :: Type -> Type #

Read Condition Source # 
Instance details

Defined in Amazonka.Forecast.Types.Condition

Show Condition Source # 
Instance details

Defined in Amazonka.Forecast.Types.Condition

NFData Condition Source # 
Instance details

Defined in Amazonka.Forecast.Types.Condition

Methods

rnf :: Condition -> () #

Eq Condition Source # 
Instance details

Defined in Amazonka.Forecast.Types.Condition

Ord Condition Source # 
Instance details

Defined in Amazonka.Forecast.Types.Condition

Hashable Condition Source # 
Instance details

Defined in Amazonka.Forecast.Types.Condition

type Rep Condition Source # 
Instance details

Defined in Amazonka.Forecast.Types.Condition

type Rep Condition = D1 ('MetaData "Condition" "Amazonka.Forecast.Types.Condition" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'True) (C1 ('MetaCons "Condition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCondition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DatasetType

newtype DatasetType Source #

Constructors

DatasetType' 

Instances

Instances details
FromJSON DatasetType Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetType

FromJSONKey DatasetType Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetType

ToJSON DatasetType Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetType

ToJSONKey DatasetType Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetType

ToByteString DatasetType Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetType

ToHeader DatasetType Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetType

ToLog DatasetType Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetType

ToQuery DatasetType Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetType

FromText DatasetType Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetType

ToText DatasetType Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetType

Methods

toText :: DatasetType -> Text #

FromXML DatasetType Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetType

ToXML DatasetType Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetType

Methods

toXML :: DatasetType -> XML #

Generic DatasetType Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetType

Associated Types

type Rep DatasetType :: Type -> Type #

Read DatasetType Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetType

Show DatasetType Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetType

NFData DatasetType Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetType

Methods

rnf :: DatasetType -> () #

Eq DatasetType Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetType

Ord DatasetType Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetType

Hashable DatasetType Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetType

type Rep DatasetType Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetType

type Rep DatasetType = D1 ('MetaData "DatasetType" "Amazonka.Forecast.Types.DatasetType" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'True) (C1 ('MetaCons "DatasetType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDatasetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DayOfWeek

newtype DayOfWeek Source #

Constructors

DayOfWeek' 

Fields

Instances

Instances details
FromJSON DayOfWeek Source # 
Instance details

Defined in Amazonka.Forecast.Types.DayOfWeek

FromJSONKey DayOfWeek Source # 
Instance details

Defined in Amazonka.Forecast.Types.DayOfWeek

ToJSON DayOfWeek Source # 
Instance details

Defined in Amazonka.Forecast.Types.DayOfWeek

ToJSONKey DayOfWeek Source # 
Instance details

Defined in Amazonka.Forecast.Types.DayOfWeek

ToByteString DayOfWeek Source # 
Instance details

Defined in Amazonka.Forecast.Types.DayOfWeek

Methods

toBS :: DayOfWeek -> ByteString #

ToHeader DayOfWeek Source # 
Instance details

Defined in Amazonka.Forecast.Types.DayOfWeek

ToLog DayOfWeek Source # 
Instance details

Defined in Amazonka.Forecast.Types.DayOfWeek

ToQuery DayOfWeek Source # 
Instance details

Defined in Amazonka.Forecast.Types.DayOfWeek

FromText DayOfWeek Source # 
Instance details

Defined in Amazonka.Forecast.Types.DayOfWeek

ToText DayOfWeek Source # 
Instance details

Defined in Amazonka.Forecast.Types.DayOfWeek

Methods

toText :: DayOfWeek -> Text #

FromXML DayOfWeek Source # 
Instance details

Defined in Amazonka.Forecast.Types.DayOfWeek

ToXML DayOfWeek Source # 
Instance details

Defined in Amazonka.Forecast.Types.DayOfWeek

Methods

toXML :: DayOfWeek -> XML #

Generic DayOfWeek Source # 
Instance details

Defined in Amazonka.Forecast.Types.DayOfWeek

Associated Types

type Rep DayOfWeek :: Type -> Type #

Read DayOfWeek Source # 
Instance details

Defined in Amazonka.Forecast.Types.DayOfWeek

Show DayOfWeek Source # 
Instance details

Defined in Amazonka.Forecast.Types.DayOfWeek

NFData DayOfWeek Source # 
Instance details

Defined in Amazonka.Forecast.Types.DayOfWeek

Methods

rnf :: DayOfWeek -> () #

Eq DayOfWeek Source # 
Instance details

Defined in Amazonka.Forecast.Types.DayOfWeek

Ord DayOfWeek Source # 
Instance details

Defined in Amazonka.Forecast.Types.DayOfWeek

Hashable DayOfWeek Source # 
Instance details

Defined in Amazonka.Forecast.Types.DayOfWeek

type Rep DayOfWeek Source # 
Instance details

Defined in Amazonka.Forecast.Types.DayOfWeek

type Rep DayOfWeek = D1 ('MetaData "DayOfWeek" "Amazonka.Forecast.Types.DayOfWeek" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'True) (C1 ('MetaCons "DayOfWeek'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDayOfWeek") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Domain

newtype Domain Source #

Constructors

Domain' 

Fields

Bundled Patterns

pattern Domain_CUSTOM :: Domain 
pattern Domain_EC2_CAPACITY :: Domain 
pattern Domain_INVENTORY_PLANNING :: Domain 
pattern Domain_METRICS :: Domain 
pattern Domain_RETAIL :: Domain 
pattern Domain_WEB_TRAFFIC :: Domain 
pattern Domain_WORK_FORCE :: Domain 

Instances

Instances details
FromJSON Domain Source # 
Instance details

Defined in Amazonka.Forecast.Types.Domain

FromJSONKey Domain Source # 
Instance details

Defined in Amazonka.Forecast.Types.Domain

ToJSON Domain Source # 
Instance details

Defined in Amazonka.Forecast.Types.Domain

ToJSONKey Domain Source # 
Instance details

Defined in Amazonka.Forecast.Types.Domain

ToByteString Domain Source # 
Instance details

Defined in Amazonka.Forecast.Types.Domain

Methods

toBS :: Domain -> ByteString #

ToHeader Domain Source # 
Instance details

Defined in Amazonka.Forecast.Types.Domain

Methods

toHeader :: HeaderName -> Domain -> [Header] #

ToLog Domain Source # 
Instance details

Defined in Amazonka.Forecast.Types.Domain

ToQuery Domain Source # 
Instance details

Defined in Amazonka.Forecast.Types.Domain

FromText Domain Source # 
Instance details

Defined in Amazonka.Forecast.Types.Domain

ToText Domain Source # 
Instance details

Defined in Amazonka.Forecast.Types.Domain

Methods

toText :: Domain -> Text #

FromXML Domain Source # 
Instance details

Defined in Amazonka.Forecast.Types.Domain

ToXML Domain Source # 
Instance details

Defined in Amazonka.Forecast.Types.Domain

Methods

toXML :: Domain -> XML #

Generic Domain Source # 
Instance details

Defined in Amazonka.Forecast.Types.Domain

Associated Types

type Rep Domain :: Type -> Type #

Methods

from :: Domain -> Rep Domain x #

to :: Rep Domain x -> Domain #

Read Domain Source # 
Instance details

Defined in Amazonka.Forecast.Types.Domain

Show Domain Source # 
Instance details

Defined in Amazonka.Forecast.Types.Domain

NFData Domain Source # 
Instance details

Defined in Amazonka.Forecast.Types.Domain

Methods

rnf :: Domain -> () #

Eq Domain Source # 
Instance details

Defined in Amazonka.Forecast.Types.Domain

Methods

(==) :: Domain -> Domain -> Bool #

(/=) :: Domain -> Domain -> Bool #

Ord Domain Source # 
Instance details

Defined in Amazonka.Forecast.Types.Domain

Hashable Domain Source # 
Instance details

Defined in Amazonka.Forecast.Types.Domain

Methods

hashWithSalt :: Int -> Domain -> Int #

hash :: Domain -> Int #

type Rep Domain Source # 
Instance details

Defined in Amazonka.Forecast.Types.Domain

type Rep Domain = D1 ('MetaData "Domain" "Amazonka.Forecast.Types.Domain" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'True) (C1 ('MetaCons "Domain'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDomain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EvaluationType

newtype EvaluationType Source #

Constructors

EvaluationType' 

Instances

Instances details
FromJSON EvaluationType Source # 
Instance details

Defined in Amazonka.Forecast.Types.EvaluationType

FromJSONKey EvaluationType Source # 
Instance details

Defined in Amazonka.Forecast.Types.EvaluationType

ToJSON EvaluationType Source # 
Instance details

Defined in Amazonka.Forecast.Types.EvaluationType

ToJSONKey EvaluationType Source # 
Instance details

Defined in Amazonka.Forecast.Types.EvaluationType

ToByteString EvaluationType Source # 
Instance details

Defined in Amazonka.Forecast.Types.EvaluationType

ToHeader EvaluationType Source # 
Instance details

Defined in Amazonka.Forecast.Types.EvaluationType

ToLog EvaluationType Source # 
Instance details

Defined in Amazonka.Forecast.Types.EvaluationType

ToQuery EvaluationType Source # 
Instance details

Defined in Amazonka.Forecast.Types.EvaluationType

FromText EvaluationType Source # 
Instance details

Defined in Amazonka.Forecast.Types.EvaluationType

ToText EvaluationType Source # 
Instance details

Defined in Amazonka.Forecast.Types.EvaluationType

FromXML EvaluationType Source # 
Instance details

Defined in Amazonka.Forecast.Types.EvaluationType

ToXML EvaluationType Source # 
Instance details

Defined in Amazonka.Forecast.Types.EvaluationType

Methods

toXML :: EvaluationType -> XML #

Generic EvaluationType Source # 
Instance details

Defined in Amazonka.Forecast.Types.EvaluationType

Associated Types

type Rep EvaluationType :: Type -> Type #

Read EvaluationType Source # 
Instance details

Defined in Amazonka.Forecast.Types.EvaluationType

Show EvaluationType Source # 
Instance details

Defined in Amazonka.Forecast.Types.EvaluationType

NFData EvaluationType Source # 
Instance details

Defined in Amazonka.Forecast.Types.EvaluationType

Methods

rnf :: EvaluationType -> () #

Eq EvaluationType Source # 
Instance details

Defined in Amazonka.Forecast.Types.EvaluationType

Ord EvaluationType Source # 
Instance details

Defined in Amazonka.Forecast.Types.EvaluationType

Hashable EvaluationType Source # 
Instance details

Defined in Amazonka.Forecast.Types.EvaluationType

type Rep EvaluationType Source # 
Instance details

Defined in Amazonka.Forecast.Types.EvaluationType

type Rep EvaluationType = D1 ('MetaData "EvaluationType" "Amazonka.Forecast.Types.EvaluationType" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'True) (C1 ('MetaCons "EvaluationType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEvaluationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FeaturizationMethodName

newtype FeaturizationMethodName Source #

Instances

Instances details
FromJSON FeaturizationMethodName Source # 
Instance details

Defined in Amazonka.Forecast.Types.FeaturizationMethodName

FromJSONKey FeaturizationMethodName Source # 
Instance details

Defined in Amazonka.Forecast.Types.FeaturizationMethodName

ToJSON FeaturizationMethodName Source # 
Instance details

Defined in Amazonka.Forecast.Types.FeaturizationMethodName

ToJSONKey FeaturizationMethodName Source # 
Instance details

Defined in Amazonka.Forecast.Types.FeaturizationMethodName

ToByteString FeaturizationMethodName Source # 
Instance details

Defined in Amazonka.Forecast.Types.FeaturizationMethodName

ToHeader FeaturizationMethodName Source # 
Instance details

Defined in Amazonka.Forecast.Types.FeaturizationMethodName

ToLog FeaturizationMethodName Source # 
Instance details

Defined in Amazonka.Forecast.Types.FeaturizationMethodName

ToQuery FeaturizationMethodName Source # 
Instance details

Defined in Amazonka.Forecast.Types.FeaturizationMethodName

FromText FeaturizationMethodName Source # 
Instance details

Defined in Amazonka.Forecast.Types.FeaturizationMethodName

ToText FeaturizationMethodName Source # 
Instance details

Defined in Amazonka.Forecast.Types.FeaturizationMethodName

FromXML FeaturizationMethodName Source # 
Instance details

Defined in Amazonka.Forecast.Types.FeaturizationMethodName

ToXML FeaturizationMethodName Source # 
Instance details

Defined in Amazonka.Forecast.Types.FeaturizationMethodName

Generic FeaturizationMethodName Source # 
Instance details

Defined in Amazonka.Forecast.Types.FeaturizationMethodName

Associated Types

type Rep FeaturizationMethodName :: Type -> Type #

Read FeaturizationMethodName Source # 
Instance details

Defined in Amazonka.Forecast.Types.FeaturizationMethodName

Show FeaturizationMethodName Source # 
Instance details

Defined in Amazonka.Forecast.Types.FeaturizationMethodName

NFData FeaturizationMethodName Source # 
Instance details

Defined in Amazonka.Forecast.Types.FeaturizationMethodName

Methods

rnf :: FeaturizationMethodName -> () #

Eq FeaturizationMethodName Source # 
Instance details

Defined in Amazonka.Forecast.Types.FeaturizationMethodName

Ord FeaturizationMethodName Source # 
Instance details

Defined in Amazonka.Forecast.Types.FeaturizationMethodName

Hashable FeaturizationMethodName Source # 
Instance details

Defined in Amazonka.Forecast.Types.FeaturizationMethodName

type Rep FeaturizationMethodName Source # 
Instance details

Defined in Amazonka.Forecast.Types.FeaturizationMethodName

type Rep FeaturizationMethodName = D1 ('MetaData "FeaturizationMethodName" "Amazonka.Forecast.Types.FeaturizationMethodName" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'True) (C1 ('MetaCons "FeaturizationMethodName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFeaturizationMethodName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FilterConditionString

newtype FilterConditionString Source #

Instances

Instances details
FromJSON FilterConditionString Source # 
Instance details

Defined in Amazonka.Forecast.Types.FilterConditionString

FromJSONKey FilterConditionString Source # 
Instance details

Defined in Amazonka.Forecast.Types.FilterConditionString

ToJSON FilterConditionString Source # 
Instance details

Defined in Amazonka.Forecast.Types.FilterConditionString

ToJSONKey FilterConditionString Source # 
Instance details

Defined in Amazonka.Forecast.Types.FilterConditionString

ToByteString FilterConditionString Source # 
Instance details

Defined in Amazonka.Forecast.Types.FilterConditionString

ToHeader FilterConditionString Source # 
Instance details

Defined in Amazonka.Forecast.Types.FilterConditionString

ToLog FilterConditionString Source # 
Instance details

Defined in Amazonka.Forecast.Types.FilterConditionString

ToQuery FilterConditionString Source # 
Instance details

Defined in Amazonka.Forecast.Types.FilterConditionString

FromText FilterConditionString Source # 
Instance details

Defined in Amazonka.Forecast.Types.FilterConditionString

ToText FilterConditionString Source # 
Instance details

Defined in Amazonka.Forecast.Types.FilterConditionString

FromXML FilterConditionString Source # 
Instance details

Defined in Amazonka.Forecast.Types.FilterConditionString

ToXML FilterConditionString Source # 
Instance details

Defined in Amazonka.Forecast.Types.FilterConditionString

Generic FilterConditionString Source # 
Instance details

Defined in Amazonka.Forecast.Types.FilterConditionString

Associated Types

type Rep FilterConditionString :: Type -> Type #

Read FilterConditionString Source # 
Instance details

Defined in Amazonka.Forecast.Types.FilterConditionString

Show FilterConditionString Source # 
Instance details

Defined in Amazonka.Forecast.Types.FilterConditionString

NFData FilterConditionString Source # 
Instance details

Defined in Amazonka.Forecast.Types.FilterConditionString

Methods

rnf :: FilterConditionString -> () #

Eq FilterConditionString Source # 
Instance details

Defined in Amazonka.Forecast.Types.FilterConditionString

Ord FilterConditionString Source # 
Instance details

Defined in Amazonka.Forecast.Types.FilterConditionString

Hashable FilterConditionString Source # 
Instance details

Defined in Amazonka.Forecast.Types.FilterConditionString

type Rep FilterConditionString Source # 
Instance details

Defined in Amazonka.Forecast.Types.FilterConditionString

type Rep FilterConditionString = D1 ('MetaData "FilterConditionString" "Amazonka.Forecast.Types.FilterConditionString" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'True) (C1 ('MetaCons "FilterConditionString'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFilterConditionString") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Month

newtype Month Source #

Constructors

Month' 

Fields

Bundled Patterns

pattern Month_APRIL :: Month 
pattern Month_AUGUST :: Month 
pattern Month_DECEMBER :: Month 
pattern Month_FEBRUARY :: Month 
pattern Month_JANUARY :: Month 
pattern Month_JULY :: Month 
pattern Month_JUNE :: Month 
pattern Month_MARCH :: Month 
pattern Month_MAY :: Month 
pattern Month_NOVEMBER :: Month 
pattern Month_OCTOBER :: Month 
pattern Month_SEPTEMBER :: Month 

Instances

Instances details
FromJSON Month Source # 
Instance details

Defined in Amazonka.Forecast.Types.Month

FromJSONKey Month Source # 
Instance details

Defined in Amazonka.Forecast.Types.Month

ToJSON Month Source # 
Instance details

Defined in Amazonka.Forecast.Types.Month

ToJSONKey Month Source # 
Instance details

Defined in Amazonka.Forecast.Types.Month

ToByteString Month Source # 
Instance details

Defined in Amazonka.Forecast.Types.Month

Methods

toBS :: Month -> ByteString #

ToHeader Month Source # 
Instance details

Defined in Amazonka.Forecast.Types.Month

Methods

toHeader :: HeaderName -> Month -> [Header] #

ToLog Month Source # 
Instance details

Defined in Amazonka.Forecast.Types.Month

ToQuery Month Source # 
Instance details

Defined in Amazonka.Forecast.Types.Month

Methods

toQuery :: Month -> QueryString #

FromText Month Source # 
Instance details

Defined in Amazonka.Forecast.Types.Month

ToText Month Source # 
Instance details

Defined in Amazonka.Forecast.Types.Month

Methods

toText :: Month -> Text #

FromXML Month Source # 
Instance details

Defined in Amazonka.Forecast.Types.Month

Methods

parseXML :: [Node] -> Either String Month #

ToXML Month Source # 
Instance details

Defined in Amazonka.Forecast.Types.Month

Methods

toXML :: Month -> XML #

Generic Month Source # 
Instance details

Defined in Amazonka.Forecast.Types.Month

Associated Types

type Rep Month :: Type -> Type #

Methods

from :: Month -> Rep Month x #

to :: Rep Month x -> Month #

Read Month Source # 
Instance details

Defined in Amazonka.Forecast.Types.Month

Show Month Source # 
Instance details

Defined in Amazonka.Forecast.Types.Month

Methods

showsPrec :: Int -> Month -> ShowS #

show :: Month -> String #

showList :: [Month] -> ShowS #

NFData Month Source # 
Instance details

Defined in Amazonka.Forecast.Types.Month

Methods

rnf :: Month -> () #

Eq Month Source # 
Instance details

Defined in Amazonka.Forecast.Types.Month

Methods

(==) :: Month -> Month -> Bool #

(/=) :: Month -> Month -> Bool #

Ord Month Source # 
Instance details

Defined in Amazonka.Forecast.Types.Month

Methods

compare :: Month -> Month -> Ordering #

(<) :: Month -> Month -> Bool #

(<=) :: Month -> Month -> Bool #

(>) :: Month -> Month -> Bool #

(>=) :: Month -> Month -> Bool #

max :: Month -> Month -> Month #

min :: Month -> Month -> Month #

Hashable Month Source # 
Instance details

Defined in Amazonka.Forecast.Types.Month

Methods

hashWithSalt :: Int -> Month -> Int #

hash :: Month -> Int #

type Rep Month Source # 
Instance details

Defined in Amazonka.Forecast.Types.Month

type Rep Month = D1 ('MetaData "Month" "Amazonka.Forecast.Types.Month" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'True) (C1 ('MetaCons "Month'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMonth") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Operation

newtype Operation Source #

Constructors

Operation' 

Fields

Bundled Patterns

pattern Operation_ADD :: Operation 
pattern Operation_DIVIDE :: Operation 
pattern Operation_MULTIPLY :: Operation 
pattern Operation_SUBTRACT :: Operation 

Instances

Instances details
FromJSON Operation Source # 
Instance details

Defined in Amazonka.Forecast.Types.Operation

FromJSONKey Operation Source # 
Instance details

Defined in Amazonka.Forecast.Types.Operation

ToJSON Operation Source # 
Instance details

Defined in Amazonka.Forecast.Types.Operation

ToJSONKey Operation Source # 
Instance details

Defined in Amazonka.Forecast.Types.Operation

ToByteString Operation Source # 
Instance details

Defined in Amazonka.Forecast.Types.Operation

Methods

toBS :: Operation -> ByteString #

ToHeader Operation Source # 
Instance details

Defined in Amazonka.Forecast.Types.Operation

ToLog Operation Source # 
Instance details

Defined in Amazonka.Forecast.Types.Operation

ToQuery Operation Source # 
Instance details

Defined in Amazonka.Forecast.Types.Operation

FromText Operation Source # 
Instance details

Defined in Amazonka.Forecast.Types.Operation

ToText Operation Source # 
Instance details

Defined in Amazonka.Forecast.Types.Operation

Methods

toText :: Operation -> Text #

FromXML Operation Source # 
Instance details

Defined in Amazonka.Forecast.Types.Operation

ToXML Operation Source # 
Instance details

Defined in Amazonka.Forecast.Types.Operation

Methods

toXML :: Operation -> XML #

Generic Operation Source # 
Instance details

Defined in Amazonka.Forecast.Types.Operation

Associated Types

type Rep Operation :: Type -> Type #

Read Operation Source # 
Instance details

Defined in Amazonka.Forecast.Types.Operation

Show Operation Source # 
Instance details

Defined in Amazonka.Forecast.Types.Operation

NFData Operation Source # 
Instance details

Defined in Amazonka.Forecast.Types.Operation

Methods

rnf :: Operation -> () #

Eq Operation Source # 
Instance details

Defined in Amazonka.Forecast.Types.Operation

Ord Operation Source # 
Instance details

Defined in Amazonka.Forecast.Types.Operation

Hashable Operation Source # 
Instance details

Defined in Amazonka.Forecast.Types.Operation

type Rep Operation Source # 
Instance details

Defined in Amazonka.Forecast.Types.Operation

type Rep Operation = D1 ('MetaData "Operation" "Amazonka.Forecast.Types.Operation" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'True) (C1 ('MetaCons "Operation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOperation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OptimizationMetric

newtype OptimizationMetric Source #

Instances

Instances details
FromJSON OptimizationMetric Source # 
Instance details

Defined in Amazonka.Forecast.Types.OptimizationMetric

FromJSONKey OptimizationMetric Source # 
Instance details

Defined in Amazonka.Forecast.Types.OptimizationMetric

ToJSON OptimizationMetric Source # 
Instance details

Defined in Amazonka.Forecast.Types.OptimizationMetric

ToJSONKey OptimizationMetric Source # 
Instance details

Defined in Amazonka.Forecast.Types.OptimizationMetric

ToByteString OptimizationMetric Source # 
Instance details

Defined in Amazonka.Forecast.Types.OptimizationMetric

ToHeader OptimizationMetric Source # 
Instance details

Defined in Amazonka.Forecast.Types.OptimizationMetric

ToLog OptimizationMetric Source # 
Instance details

Defined in Amazonka.Forecast.Types.OptimizationMetric

ToQuery OptimizationMetric Source # 
Instance details

Defined in Amazonka.Forecast.Types.OptimizationMetric

FromText OptimizationMetric Source # 
Instance details

Defined in Amazonka.Forecast.Types.OptimizationMetric

ToText OptimizationMetric Source # 
Instance details

Defined in Amazonka.Forecast.Types.OptimizationMetric

FromXML OptimizationMetric Source # 
Instance details

Defined in Amazonka.Forecast.Types.OptimizationMetric

ToXML OptimizationMetric Source # 
Instance details

Defined in Amazonka.Forecast.Types.OptimizationMetric

Generic OptimizationMetric Source # 
Instance details

Defined in Amazonka.Forecast.Types.OptimizationMetric

Associated Types

type Rep OptimizationMetric :: Type -> Type #

Read OptimizationMetric Source # 
Instance details

Defined in Amazonka.Forecast.Types.OptimizationMetric

Show OptimizationMetric Source # 
Instance details

Defined in Amazonka.Forecast.Types.OptimizationMetric

NFData OptimizationMetric Source # 
Instance details

Defined in Amazonka.Forecast.Types.OptimizationMetric

Methods

rnf :: OptimizationMetric -> () #

Eq OptimizationMetric Source # 
Instance details

Defined in Amazonka.Forecast.Types.OptimizationMetric

Ord OptimizationMetric Source # 
Instance details

Defined in Amazonka.Forecast.Types.OptimizationMetric

Hashable OptimizationMetric Source # 
Instance details

Defined in Amazonka.Forecast.Types.OptimizationMetric

type Rep OptimizationMetric Source # 
Instance details

Defined in Amazonka.Forecast.Types.OptimizationMetric

type Rep OptimizationMetric = D1 ('MetaData "OptimizationMetric" "Amazonka.Forecast.Types.OptimizationMetric" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'True) (C1 ('MetaCons "OptimizationMetric'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOptimizationMetric") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ScalingType

newtype ScalingType Source #

Constructors

ScalingType' 

Instances

Instances details
FromJSON ScalingType Source # 
Instance details

Defined in Amazonka.Forecast.Types.ScalingType

FromJSONKey ScalingType Source # 
Instance details

Defined in Amazonka.Forecast.Types.ScalingType

ToJSON ScalingType Source # 
Instance details

Defined in Amazonka.Forecast.Types.ScalingType

ToJSONKey ScalingType Source # 
Instance details

Defined in Amazonka.Forecast.Types.ScalingType

ToByteString ScalingType Source # 
Instance details

Defined in Amazonka.Forecast.Types.ScalingType

ToHeader ScalingType Source # 
Instance details

Defined in Amazonka.Forecast.Types.ScalingType

ToLog ScalingType Source # 
Instance details

Defined in Amazonka.Forecast.Types.ScalingType

ToQuery ScalingType Source # 
Instance details

Defined in Amazonka.Forecast.Types.ScalingType

FromText ScalingType Source # 
Instance details

Defined in Amazonka.Forecast.Types.ScalingType

ToText ScalingType Source # 
Instance details

Defined in Amazonka.Forecast.Types.ScalingType

Methods

toText :: ScalingType -> Text #

FromXML ScalingType Source # 
Instance details

Defined in Amazonka.Forecast.Types.ScalingType

ToXML ScalingType Source # 
Instance details

Defined in Amazonka.Forecast.Types.ScalingType

Methods

toXML :: ScalingType -> XML #

Generic ScalingType Source # 
Instance details

Defined in Amazonka.Forecast.Types.ScalingType

Associated Types

type Rep ScalingType :: Type -> Type #

Read ScalingType Source # 
Instance details

Defined in Amazonka.Forecast.Types.ScalingType

Show ScalingType Source # 
Instance details

Defined in Amazonka.Forecast.Types.ScalingType

NFData ScalingType Source # 
Instance details

Defined in Amazonka.Forecast.Types.ScalingType

Methods

rnf :: ScalingType -> () #

Eq ScalingType Source # 
Instance details

Defined in Amazonka.Forecast.Types.ScalingType

Ord ScalingType Source # 
Instance details

Defined in Amazonka.Forecast.Types.ScalingType

Hashable ScalingType Source # 
Instance details

Defined in Amazonka.Forecast.Types.ScalingType

type Rep ScalingType Source # 
Instance details

Defined in Amazonka.Forecast.Types.ScalingType

type Rep ScalingType = D1 ('MetaData "ScalingType" "Amazonka.Forecast.Types.ScalingType" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'True) (C1 ('MetaCons "ScalingType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromScalingType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

State

newtype State Source #

Constructors

State' 

Fields

Bundled Patterns

pattern State_Active :: State 
pattern State_Deleted :: State 

Instances

Instances details
FromJSON State Source # 
Instance details

Defined in Amazonka.Forecast.Types.State

FromJSONKey State Source # 
Instance details

Defined in Amazonka.Forecast.Types.State

ToJSON State Source # 
Instance details

Defined in Amazonka.Forecast.Types.State

ToJSONKey State Source # 
Instance details

Defined in Amazonka.Forecast.Types.State

ToByteString State Source # 
Instance details

Defined in Amazonka.Forecast.Types.State

Methods

toBS :: State -> ByteString #

ToHeader State Source # 
Instance details

Defined in Amazonka.Forecast.Types.State

Methods

toHeader :: HeaderName -> State -> [Header] #

ToLog State Source # 
Instance details

Defined in Amazonka.Forecast.Types.State

ToQuery State Source # 
Instance details

Defined in Amazonka.Forecast.Types.State

Methods

toQuery :: State -> QueryString #

FromText State Source # 
Instance details

Defined in Amazonka.Forecast.Types.State

ToText State Source # 
Instance details

Defined in Amazonka.Forecast.Types.State

Methods

toText :: State -> Text #

FromXML State Source # 
Instance details

Defined in Amazonka.Forecast.Types.State

Methods

parseXML :: [Node] -> Either String State #

ToXML State Source # 
Instance details

Defined in Amazonka.Forecast.Types.State

Methods

toXML :: State -> XML #

Generic State Source # 
Instance details

Defined in Amazonka.Forecast.Types.State

Associated Types

type Rep State :: Type -> Type #

Methods

from :: State -> Rep State x #

to :: Rep State x -> State #

Read State Source # 
Instance details

Defined in Amazonka.Forecast.Types.State

Show State Source # 
Instance details

Defined in Amazonka.Forecast.Types.State

Methods

showsPrec :: Int -> State -> ShowS #

show :: State -> String #

showList :: [State] -> ShowS #

NFData State Source # 
Instance details

Defined in Amazonka.Forecast.Types.State

Methods

rnf :: State -> () #

Eq State Source # 
Instance details

Defined in Amazonka.Forecast.Types.State

Methods

(==) :: State -> State -> Bool #

(/=) :: State -> State -> Bool #

Ord State Source # 
Instance details

Defined in Amazonka.Forecast.Types.State

Methods

compare :: State -> State -> Ordering #

(<) :: State -> State -> Bool #

(<=) :: State -> State -> Bool #

(>) :: State -> State -> Bool #

(>=) :: State -> State -> Bool #

max :: State -> State -> State #

min :: State -> State -> State #

Hashable State Source # 
Instance details

Defined in Amazonka.Forecast.Types.State

Methods

hashWithSalt :: Int -> State -> Int #

hash :: State -> Int #

type Rep State Source # 
Instance details

Defined in Amazonka.Forecast.Types.State

type Rep State = D1 ('MetaData "State" "Amazonka.Forecast.Types.State" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'True) (C1 ('MetaCons "State'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TimePointGranularity

newtype TimePointGranularity Source #

Instances

Instances details
FromJSON TimePointGranularity Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimePointGranularity

FromJSONKey TimePointGranularity Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimePointGranularity

ToJSON TimePointGranularity Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimePointGranularity

ToJSONKey TimePointGranularity Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimePointGranularity

ToByteString TimePointGranularity Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimePointGranularity

ToHeader TimePointGranularity Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimePointGranularity

ToLog TimePointGranularity Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimePointGranularity

ToQuery TimePointGranularity Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimePointGranularity

FromText TimePointGranularity Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimePointGranularity

ToText TimePointGranularity Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimePointGranularity

FromXML TimePointGranularity Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimePointGranularity

ToXML TimePointGranularity Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimePointGranularity

Generic TimePointGranularity Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimePointGranularity

Associated Types

type Rep TimePointGranularity :: Type -> Type #

Read TimePointGranularity Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimePointGranularity

Show TimePointGranularity Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimePointGranularity

NFData TimePointGranularity Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimePointGranularity

Methods

rnf :: TimePointGranularity -> () #

Eq TimePointGranularity Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimePointGranularity

Ord TimePointGranularity Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimePointGranularity

Hashable TimePointGranularity Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimePointGranularity

type Rep TimePointGranularity Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimePointGranularity

type Rep TimePointGranularity = D1 ('MetaData "TimePointGranularity" "Amazonka.Forecast.Types.TimePointGranularity" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'True) (C1 ('MetaCons "TimePointGranularity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTimePointGranularity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TimeSeriesGranularity

newtype TimeSeriesGranularity Source #

Instances

Instances details
FromJSON TimeSeriesGranularity Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesGranularity

FromJSONKey TimeSeriesGranularity Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesGranularity

ToJSON TimeSeriesGranularity Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesGranularity

ToJSONKey TimeSeriesGranularity Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesGranularity

ToByteString TimeSeriesGranularity Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesGranularity

ToHeader TimeSeriesGranularity Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesGranularity

ToLog TimeSeriesGranularity Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesGranularity

ToQuery TimeSeriesGranularity Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesGranularity

FromText TimeSeriesGranularity Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesGranularity

ToText TimeSeriesGranularity Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesGranularity

FromXML TimeSeriesGranularity Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesGranularity

ToXML TimeSeriesGranularity Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesGranularity

Generic TimeSeriesGranularity Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesGranularity

Associated Types

type Rep TimeSeriesGranularity :: Type -> Type #

Read TimeSeriesGranularity Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesGranularity

Show TimeSeriesGranularity Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesGranularity

NFData TimeSeriesGranularity Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesGranularity

Methods

rnf :: TimeSeriesGranularity -> () #

Eq TimeSeriesGranularity Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesGranularity

Ord TimeSeriesGranularity Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesGranularity

Hashable TimeSeriesGranularity Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesGranularity

type Rep TimeSeriesGranularity Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesGranularity

type Rep TimeSeriesGranularity = D1 ('MetaData "TimeSeriesGranularity" "Amazonka.Forecast.Types.TimeSeriesGranularity" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'True) (C1 ('MetaCons "TimeSeriesGranularity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTimeSeriesGranularity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Action

data Action Source #

Defines the modifications that you are making to an attribute for a what-if forecast. For example, you can use this operation to create a what-if forecast that investigates a 10% off sale on all shoes. To do this, you specify "AttributeName": "shoes", "Operation": "MULTIPLY", and "Value": "0.90". Pair this operation with the TimeSeriesCondition operation within the CreateWhatIfForecastRequest$TimeSeriesTransformations operation to define a subset of attribute items that are modified.

See: newAction smart constructor.

Instances

Instances details
FromJSON Action Source # 
Instance details

Defined in Amazonka.Forecast.Types.Action

ToJSON Action Source # 
Instance details

Defined in Amazonka.Forecast.Types.Action

Generic Action Source # 
Instance details

Defined in Amazonka.Forecast.Types.Action

Associated Types

type Rep Action :: Type -> Type #

Methods

from :: Action -> Rep Action x #

to :: Rep Action x -> Action #

Read Action Source # 
Instance details

Defined in Amazonka.Forecast.Types.Action

Show Action Source # 
Instance details

Defined in Amazonka.Forecast.Types.Action

NFData Action Source # 
Instance details

Defined in Amazonka.Forecast.Types.Action

Methods

rnf :: Action -> () #

Eq Action Source # 
Instance details

Defined in Amazonka.Forecast.Types.Action

Methods

(==) :: Action -> Action -> Bool #

(/=) :: Action -> Action -> Bool #

Hashable Action Source # 
Instance details

Defined in Amazonka.Forecast.Types.Action

Methods

hashWithSalt :: Int -> Action -> Int #

hash :: Action -> Int #

type Rep Action Source # 
Instance details

Defined in Amazonka.Forecast.Types.Action

type Rep Action = D1 ('MetaData "Action" "Amazonka.Forecast.Types.Action" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "Action'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "operation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Operation) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double))))

newAction Source #

Create a value of Action with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:attributeName:Action', action_attributeName - The related time series that you are modifying. This value is case insensitive.

$sel:operation:Action', action_operation - The operation that is applied to the provided attribute. Operations include:

  • ADD - adds Value to all rows of AttributeName.
  • SUBTRACT - subtracts Value from all rows of AttributeName.
  • MULTIPLY - multiplies all rows of AttributeName by Value.
  • DIVIDE - divides all rows of AttributeName by Value.

$sel:value:Action', action_value - The value that is applied for the chosen Operation.

AdditionalDataset

data AdditionalDataset Source #

Describes an additional dataset. This object is part of the DataConfig object. Forecast supports the Weather Index and Holidays additional datasets.

Weather Index

The Amazon Forecast Weather Index is a built-in dataset that incorporates historical and projected weather information into your model. The Weather Index supplements your datasets with over two years of historical weather data and up to 14 days of projected weather data. For more information, see Amazon Forecast Weather Index.

Holidays

Holidays is a built-in dataset that incorporates national holiday information into your model. It provides native support for the holiday calendars of 66 countries. To view the holiday calendars, refer to the Jollyday library. For more information, see Holidays Featurization.

See: newAdditionalDataset smart constructor.

Instances

Instances details
FromJSON AdditionalDataset Source # 
Instance details

Defined in Amazonka.Forecast.Types.AdditionalDataset

ToJSON AdditionalDataset Source # 
Instance details

Defined in Amazonka.Forecast.Types.AdditionalDataset

Generic AdditionalDataset Source # 
Instance details

Defined in Amazonka.Forecast.Types.AdditionalDataset

Associated Types

type Rep AdditionalDataset :: Type -> Type #

Read AdditionalDataset Source # 
Instance details

Defined in Amazonka.Forecast.Types.AdditionalDataset

Show AdditionalDataset Source # 
Instance details

Defined in Amazonka.Forecast.Types.AdditionalDataset

NFData AdditionalDataset Source # 
Instance details

Defined in Amazonka.Forecast.Types.AdditionalDataset

Methods

rnf :: AdditionalDataset -> () #

Eq AdditionalDataset Source # 
Instance details

Defined in Amazonka.Forecast.Types.AdditionalDataset

Hashable AdditionalDataset Source # 
Instance details

Defined in Amazonka.Forecast.Types.AdditionalDataset

type Rep AdditionalDataset Source # 
Instance details

Defined in Amazonka.Forecast.Types.AdditionalDataset

type Rep AdditionalDataset = D1 ('MetaData "AdditionalDataset" "Amazonka.Forecast.Types.AdditionalDataset" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "AdditionalDataset'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text (NonEmpty Text)))) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAdditionalDataset Source #

Create a value of AdditionalDataset with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:configuration:AdditionalDataset', additionalDataset_configuration - Weather Index

To enable the Weather Index, do not specify a value for Configuration.

Holidays

Holidays

To enable Holidays, set CountryCode to one of the following two-letter country codes:

  • "AL" - ALBANIA
  • "AR" - ARGENTINA
  • "AT" - AUSTRIA
  • "AU" - AUSTRALIA
  • "BA" - BOSNIA HERZEGOVINA
  • "BE" - BELGIUM
  • "BG" - BULGARIA
  • "BO" - BOLIVIA
  • "BR" - BRAZIL
  • "BY" - BELARUS
  • "CA" - CANADA
  • "CL" - CHILE
  • "CO" - COLOMBIA
  • "CR" - COSTA RICA
  • "HR" - CROATIA
  • "CZ" - CZECH REPUBLIC
  • "DK" - DENMARK
  • "EC" - ECUADOR
  • "EE" - ESTONIA
  • "ET" - ETHIOPIA
  • "FI" - FINLAND
  • "FR" - FRANCE
  • "DE" - GERMANY
  • "GR" - GREECE
  • "HU" - HUNGARY
  • "IS" - ICELAND
  • "IN" - INDIA
  • "IE" - IRELAND
  • "IT" - ITALY
  • "JP" - JAPAN
  • "KZ" - KAZAKHSTAN
  • "KR" - KOREA
  • "LV" - LATVIA
  • "LI" - LIECHTENSTEIN
  • "LT" - LITHUANIA
  • "LU" - LUXEMBOURG
  • "MK" - MACEDONIA
  • "MT" - MALTA
  • "MX" - MEXICO
  • "MD" - MOLDOVA
  • "ME" - MONTENEGRO
  • "NL" - NETHERLANDS
  • "NZ" - NEW ZEALAND
  • "NI" - NICARAGUA
  • "NG" - NIGERIA
  • "NO" - NORWAY
  • "PA" - PANAMA
  • "PY" - PARAGUAY
  • "PE" - PERU
  • "PL" - POLAND
  • "PT" - PORTUGAL
  • "RO" - ROMANIA
  • "RU" - RUSSIA
  • "RS" - SERBIA
  • "SK" - SLOVAKIA
  • "SI" - SLOVENIA
  • "ZA" - SOUTH AFRICA
  • "ES" - SPAIN
  • "SE" - SWEDEN
  • "CH" - SWITZERLAND
  • "UA" - UKRAINE
  • "AE" - UNITED ARAB EMIRATES
  • "US" - UNITED STATES
  • "UK" - UNITED KINGDOM
  • "UY" - URUGUAY
  • "VE" - VENEZUELA

$sel:name:AdditionalDataset', additionalDataset_name - The name of the additional dataset. Valid names: "holiday" and "weather".

AttributeConfig

data AttributeConfig Source #

Provides information about the method used to transform attributes.

The following is an example using the RETAIL domain:

{
"AttributeName": "demand",
"Transformations": {"aggregation": "sum", "middlefill": "zero", "backfill": "zero"}
}

See: newAttributeConfig smart constructor.

Instances

Instances details
FromJSON AttributeConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.AttributeConfig

ToJSON AttributeConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.AttributeConfig

Generic AttributeConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.AttributeConfig

Associated Types

type Rep AttributeConfig :: Type -> Type #

Read AttributeConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.AttributeConfig

Show AttributeConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.AttributeConfig

NFData AttributeConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.AttributeConfig

Methods

rnf :: AttributeConfig -> () #

Eq AttributeConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.AttributeConfig

Hashable AttributeConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.AttributeConfig

type Rep AttributeConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.AttributeConfig

type Rep AttributeConfig = D1 ('MetaData "AttributeConfig" "Amazonka.Forecast.Types.AttributeConfig" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "AttributeConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "transformations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text Text))))

newAttributeConfig Source #

Create a value of AttributeConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:attributeName:AttributeConfig', attributeConfig_attributeName - The name of the attribute as specified in the schema. Amazon Forecast supports the target field of the target time series and the related time series datasets. For example, for the RETAIL domain, the target is demand.

$sel:transformations:AttributeConfig', attributeConfig_transformations - The method parameters (key-value pairs), which are a map of override parameters. Specify these parameters to override the default values. Related Time Series attributes do not accept aggregation parameters.

The following list shows the parameters and their valid values for the "filling" featurization method for a Target Time Series dataset. Default values are bolded.

  • aggregation: sum, avg, first, min, max
  • frontfill: none
  • middlefill: zero, nan (not a number), value, median, mean, min, max
  • backfill: zero, nan, value, median, mean, min, max

The following list shows the parameters and their valid values for a Related Time Series featurization method (there are no defaults):

  • middlefill: zero, value, median, mean, min, max
  • backfill: zero, value, median, mean, min, max
  • futurefill: zero, value, median, mean, min, max

To set a filling method to a specific value, set the fill parameter to value and define the value in a corresponding _value parameter. For example, to set backfilling to a value of 2, include the following: "backfill": "value" and "backfill_value":"2".

Baseline

data Baseline Source #

Metrics you can use as a baseline for comparison purposes. Use these metrics when you interpret monitoring results for an auto predictor.

See: newBaseline smart constructor.

Instances

Instances details
FromJSON Baseline Source # 
Instance details

Defined in Amazonka.Forecast.Types.Baseline

Generic Baseline Source # 
Instance details

Defined in Amazonka.Forecast.Types.Baseline

Associated Types

type Rep Baseline :: Type -> Type #

Methods

from :: Baseline -> Rep Baseline x #

to :: Rep Baseline x -> Baseline #

Read Baseline Source # 
Instance details

Defined in Amazonka.Forecast.Types.Baseline

Show Baseline Source # 
Instance details

Defined in Amazonka.Forecast.Types.Baseline

NFData Baseline Source # 
Instance details

Defined in Amazonka.Forecast.Types.Baseline

Methods

rnf :: Baseline -> () #

Eq Baseline Source # 
Instance details

Defined in Amazonka.Forecast.Types.Baseline

Hashable Baseline Source # 
Instance details

Defined in Amazonka.Forecast.Types.Baseline

Methods

hashWithSalt :: Int -> Baseline -> Int #

hash :: Baseline -> Int #

type Rep Baseline Source # 
Instance details

Defined in Amazonka.Forecast.Types.Baseline

type Rep Baseline = D1 ('MetaData "Baseline" "Amazonka.Forecast.Types.Baseline" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "Baseline'" 'PrefixI 'True) (S1 ('MetaSel ('Just "predictorBaseline") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PredictorBaseline))))

newBaseline :: Baseline Source #

Create a value of Baseline with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:predictorBaseline:Baseline', baseline_predictorBaseline - The initial accuracy metrics for the predictor you are monitoring. Use these metrics as a baseline for comparison purposes as you use your predictor and the metrics change.

BaselineMetric

data BaselineMetric Source #

An individual metric that you can use for comparison as you evaluate your monitoring results.

See: newBaselineMetric smart constructor.

Instances

Instances details
FromJSON BaselineMetric Source # 
Instance details

Defined in Amazonka.Forecast.Types.BaselineMetric

Generic BaselineMetric Source # 
Instance details

Defined in Amazonka.Forecast.Types.BaselineMetric

Associated Types

type Rep BaselineMetric :: Type -> Type #

Read BaselineMetric Source # 
Instance details

Defined in Amazonka.Forecast.Types.BaselineMetric

Show BaselineMetric Source # 
Instance details

Defined in Amazonka.Forecast.Types.BaselineMetric

NFData BaselineMetric Source # 
Instance details

Defined in Amazonka.Forecast.Types.BaselineMetric

Methods

rnf :: BaselineMetric -> () #

Eq BaselineMetric Source # 
Instance details

Defined in Amazonka.Forecast.Types.BaselineMetric

Hashable BaselineMetric Source # 
Instance details

Defined in Amazonka.Forecast.Types.BaselineMetric

type Rep BaselineMetric Source # 
Instance details

Defined in Amazonka.Forecast.Types.BaselineMetric

type Rep BaselineMetric = D1 ('MetaData "BaselineMetric" "Amazonka.Forecast.Types.BaselineMetric" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "BaselineMetric'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

newBaselineMetric :: BaselineMetric Source #

Create a value of BaselineMetric with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:BaselineMetric', baselineMetric_name - The name of the metric.

$sel:value:BaselineMetric', baselineMetric_value - The value for the metric.

CategoricalParameterRange

data CategoricalParameterRange Source #

Specifies a categorical hyperparameter and it's range of tunable values. This object is part of the ParameterRanges object.

See: newCategoricalParameterRange smart constructor.

Instances

Instances details
FromJSON CategoricalParameterRange Source # 
Instance details

Defined in Amazonka.Forecast.Types.CategoricalParameterRange

ToJSON CategoricalParameterRange Source # 
Instance details

Defined in Amazonka.Forecast.Types.CategoricalParameterRange

Generic CategoricalParameterRange Source # 
Instance details

Defined in Amazonka.Forecast.Types.CategoricalParameterRange

Associated Types

type Rep CategoricalParameterRange :: Type -> Type #

Read CategoricalParameterRange Source # 
Instance details

Defined in Amazonka.Forecast.Types.CategoricalParameterRange

Show CategoricalParameterRange Source # 
Instance details

Defined in Amazonka.Forecast.Types.CategoricalParameterRange

NFData CategoricalParameterRange Source # 
Instance details

Defined in Amazonka.Forecast.Types.CategoricalParameterRange

Eq CategoricalParameterRange Source # 
Instance details

Defined in Amazonka.Forecast.Types.CategoricalParameterRange

Hashable CategoricalParameterRange Source # 
Instance details

Defined in Amazonka.Forecast.Types.CategoricalParameterRange

type Rep CategoricalParameterRange Source # 
Instance details

Defined in Amazonka.Forecast.Types.CategoricalParameterRange

type Rep CategoricalParameterRange = D1 ('MetaData "CategoricalParameterRange" "Amazonka.Forecast.Types.CategoricalParameterRange" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "CategoricalParameterRange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newCategoricalParameterRange Source #

Create a value of CategoricalParameterRange with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:CategoricalParameterRange', categoricalParameterRange_name - The name of the categorical hyperparameter to tune.

$sel:values:CategoricalParameterRange', categoricalParameterRange_values - A list of the tunable categories for the hyperparameter.

ContinuousParameterRange

data ContinuousParameterRange Source #

Specifies a continuous hyperparameter and it's range of tunable values. This object is part of the ParameterRanges object.

See: newContinuousParameterRange smart constructor.

Instances

Instances details
FromJSON ContinuousParameterRange Source # 
Instance details

Defined in Amazonka.Forecast.Types.ContinuousParameterRange

ToJSON ContinuousParameterRange Source # 
Instance details

Defined in Amazonka.Forecast.Types.ContinuousParameterRange

Generic ContinuousParameterRange Source # 
Instance details

Defined in Amazonka.Forecast.Types.ContinuousParameterRange

Associated Types

type Rep ContinuousParameterRange :: Type -> Type #

Read ContinuousParameterRange Source # 
Instance details

Defined in Amazonka.Forecast.Types.ContinuousParameterRange

Show ContinuousParameterRange Source # 
Instance details

Defined in Amazonka.Forecast.Types.ContinuousParameterRange

NFData ContinuousParameterRange Source # 
Instance details

Defined in Amazonka.Forecast.Types.ContinuousParameterRange

Eq ContinuousParameterRange Source # 
Instance details

Defined in Amazonka.Forecast.Types.ContinuousParameterRange

Hashable ContinuousParameterRange Source # 
Instance details

Defined in Amazonka.Forecast.Types.ContinuousParameterRange

type Rep ContinuousParameterRange Source # 
Instance details

Defined in Amazonka.Forecast.Types.ContinuousParameterRange

type Rep ContinuousParameterRange = D1 ('MetaData "ContinuousParameterRange" "Amazonka.Forecast.Types.ContinuousParameterRange" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "ContinuousParameterRange'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "scalingType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScalingType)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "maxValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double) :*: S1 ('MetaSel ('Just "minValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double))))

newContinuousParameterRange Source #

Create a value of ContinuousParameterRange with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:scalingType:ContinuousParameterRange', continuousParameterRange_scalingType - The scale that hyperparameter tuning uses to search the hyperparameter range. Valid values:

Auto
Amazon Forecast hyperparameter tuning chooses the best scale for the hyperparameter.
Linear
Hyperparameter tuning searches the values in the hyperparameter range by using a linear scale.
Logarithmic
Hyperparameter tuning searches the values in the hyperparameter range by using a logarithmic scale.

Logarithmic scaling works only for ranges that have values greater than 0.

ReverseLogarithmic
hyperparameter tuning searches the values in the hyperparameter range by using a reverse logarithmic scale.

Reverse logarithmic scaling works only for ranges that are entirely within the range 0 <= x < 1.0.

For information about choosing a hyperparameter scale, see Hyperparameter Scaling. One of the following values:

$sel:name:ContinuousParameterRange', continuousParameterRange_name - The name of the hyperparameter to tune.

$sel:maxValue:ContinuousParameterRange', continuousParameterRange_maxValue - The maximum tunable value of the hyperparameter.

$sel:minValue:ContinuousParameterRange', continuousParameterRange_minValue - The minimum tunable value of the hyperparameter.

DataConfig

data DataConfig Source #

The data configuration for your dataset group and any additional datasets.

See: newDataConfig smart constructor.

Instances

Instances details
FromJSON DataConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataConfig

ToJSON DataConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataConfig

Generic DataConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataConfig

Associated Types

type Rep DataConfig :: Type -> Type #

Read DataConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataConfig

Show DataConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataConfig

NFData DataConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataConfig

Methods

rnf :: DataConfig -> () #

Eq DataConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataConfig

Hashable DataConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataConfig

type Rep DataConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataConfig

type Rep DataConfig = D1 ('MetaData "DataConfig" "Amazonka.Forecast.Types.DataConfig" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DataConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "additionalDatasets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty AdditionalDataset))) :*: (S1 ('MetaSel ('Just "attributeConfigs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty AttributeConfig))) :*: S1 ('MetaSel ('Just "datasetGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDataConfig Source #

Create a value of DataConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:additionalDatasets:DataConfig', dataConfig_additionalDatasets - Additional built-in datasets like Holidays and the Weather Index.

$sel:attributeConfigs:DataConfig', dataConfig_attributeConfigs - Aggregation and filling options for attributes in your dataset group.

$sel:datasetGroupArn:DataConfig', dataConfig_datasetGroupArn - The ARN of the dataset group used to train the predictor.

DataDestination

data DataDestination Source #

The destination for an export job. Provide an S3 path, an AWS Identity and Access Management (IAM) role that allows Amazon Forecast to access the location, and an AWS Key Management Service (KMS) key (optional).

See: newDataDestination smart constructor.

Instances

Instances details
FromJSON DataDestination Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataDestination

ToJSON DataDestination Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataDestination

Generic DataDestination Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataDestination

Associated Types

type Rep DataDestination :: Type -> Type #

Read DataDestination Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataDestination

Show DataDestination Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataDestination

NFData DataDestination Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataDestination

Methods

rnf :: DataDestination -> () #

Eq DataDestination Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataDestination

Hashable DataDestination Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataDestination

type Rep DataDestination Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataDestination

type Rep DataDestination = D1 ('MetaData "DataDestination" "Amazonka.Forecast.Types.DataDestination" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DataDestination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Config") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 S3Config)))

newDataDestination Source #

Create a value of DataDestination with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:s3Config:DataDestination', dataDestination_s3Config - The path to an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the bucket.

DataSource

data DataSource Source #

The source of your data, an AWS Identity and Access Management (IAM) role that allows Amazon Forecast to access the data and, optionally, an AWS Key Management Service (KMS) key.

See: newDataSource smart constructor.

Constructors

DataSource' S3Config 

Instances

Instances details
FromJSON DataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataSource

ToJSON DataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataSource

Generic DataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataSource

Associated Types

type Rep DataSource :: Type -> Type #

Read DataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataSource

Show DataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataSource

NFData DataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataSource

Methods

rnf :: DataSource -> () #

Eq DataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataSource

Hashable DataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataSource

type Rep DataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataSource

type Rep DataSource = D1 ('MetaData "DataSource" "Amazonka.Forecast.Types.DataSource" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DataSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Config") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 S3Config)))

newDataSource Source #

Create a value of DataSource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:s3Config:DataSource', dataSource_s3Config - The path to the data stored in an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the data.

DatasetGroupSummary

data DatasetGroupSummary Source #

Provides a summary of the dataset group properties used in the ListDatasetGroups operation. To get the complete set of properties, call the DescribeDatasetGroup operation, and provide the DatasetGroupArn.

See: newDatasetGroupSummary smart constructor.

Instances

Instances details
FromJSON DatasetGroupSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetGroupSummary

Generic DatasetGroupSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetGroupSummary

Associated Types

type Rep DatasetGroupSummary :: Type -> Type #

Read DatasetGroupSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetGroupSummary

Show DatasetGroupSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetGroupSummary

NFData DatasetGroupSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetGroupSummary

Methods

rnf :: DatasetGroupSummary -> () #

Eq DatasetGroupSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetGroupSummary

Hashable DatasetGroupSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetGroupSummary

type Rep DatasetGroupSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetGroupSummary

type Rep DatasetGroupSummary = D1 ('MetaData "DatasetGroupSummary" "Amazonka.Forecast.Types.DatasetGroupSummary" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DatasetGroupSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "datasetGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "datasetGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModificationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

newDatasetGroupSummary :: DatasetGroupSummary Source #

Create a value of DatasetGroupSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:creationTime:DatasetGroupSummary', datasetGroupSummary_creationTime - When the dataset group was created.

$sel:datasetGroupArn:DatasetGroupSummary', datasetGroupSummary_datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group.

$sel:datasetGroupName:DatasetGroupSummary', datasetGroupSummary_datasetGroupName - The name of the dataset group.

$sel:lastModificationTime:DatasetGroupSummary', datasetGroupSummary_lastModificationTime - When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation. While the dataset group is being updated, LastModificationTime is the current time of the ListDatasetGroups call.

DatasetImportJobSummary

data DatasetImportJobSummary Source #

Provides a summary of the dataset import job properties used in the ListDatasetImportJobs operation. To get the complete set of properties, call the DescribeDatasetImportJob operation, and provide the DatasetImportJobArn.

See: newDatasetImportJobSummary smart constructor.

Instances

Instances details
FromJSON DatasetImportJobSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetImportJobSummary

Generic DatasetImportJobSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetImportJobSummary

Associated Types

type Rep DatasetImportJobSummary :: Type -> Type #

Read DatasetImportJobSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetImportJobSummary

Show DatasetImportJobSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetImportJobSummary

NFData DatasetImportJobSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetImportJobSummary

Methods

rnf :: DatasetImportJobSummary -> () #

Eq DatasetImportJobSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetImportJobSummary

Hashable DatasetImportJobSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetImportJobSummary

type Rep DatasetImportJobSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetImportJobSummary

type Rep DatasetImportJobSummary = D1 ('MetaData "DatasetImportJobSummary" "Amazonka.Forecast.Types.DatasetImportJobSummary" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DatasetImportJobSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "dataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataSource)) :*: S1 ('MetaSel ('Just "datasetImportJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "datasetImportJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModificationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newDatasetImportJobSummary :: DatasetImportJobSummary Source #

Create a value of DatasetImportJobSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:creationTime:DatasetImportJobSummary', datasetImportJobSummary_creationTime - When the dataset import job was created.

$sel:dataSource:DatasetImportJobSummary', datasetImportJobSummary_dataSource - The location of the training data to import and an AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the data. The training data must be stored in an Amazon S3 bucket.

If encryption is used, DataSource includes an AWS Key Management Service (KMS) key.

$sel:datasetImportJobArn:DatasetImportJobSummary', datasetImportJobSummary_datasetImportJobArn - The Amazon Resource Name (ARN) of the dataset import job.

$sel:datasetImportJobName:DatasetImportJobSummary', datasetImportJobSummary_datasetImportJobName - The name of the dataset import job.

$sel:lastModificationTime:DatasetImportJobSummary', datasetImportJobSummary_lastModificationTime - The last time the resource was modified. The timestamp depends on the status of the job:

  • CREATE_PENDING - The CreationTime.
  • CREATE_IN_PROGRESS - The current timestamp.
  • CREATE_STOPPING - The current timestamp.
  • CREATE_STOPPED - When the job stopped.
  • ACTIVE or CREATE_FAILED - When the job finished or failed.

$sel:message:DatasetImportJobSummary', datasetImportJobSummary_message - If an error occurred, an informational message about the error.

$sel:status:DatasetImportJobSummary', datasetImportJobSummary_status - The status of the dataset import job. States include:

  • ACTIVE
  • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
  • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
  • CREATE_STOPPING, CREATE_STOPPED

DatasetSummary

data DatasetSummary Source #

Provides a summary of the dataset properties used in the ListDatasets operation. To get the complete set of properties, call the DescribeDataset operation, and provide the DatasetArn.

See: newDatasetSummary smart constructor.

Instances

Instances details
FromJSON DatasetSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetSummary

Generic DatasetSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetSummary

Associated Types

type Rep DatasetSummary :: Type -> Type #

Read DatasetSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetSummary

Show DatasetSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetSummary

NFData DatasetSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetSummary

Methods

rnf :: DatasetSummary -> () #

Eq DatasetSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetSummary

Hashable DatasetSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetSummary

type Rep DatasetSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.DatasetSummary

type Rep DatasetSummary = D1 ('MetaData "DatasetSummary" "Amazonka.Forecast.Types.DatasetSummary" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "DatasetSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "datasetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "datasetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "datasetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatasetType)) :*: (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Domain)) :*: S1 ('MetaSel ('Just "lastModificationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

newDatasetSummary :: DatasetSummary Source #

Create a value of DatasetSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:creationTime:DatasetSummary', datasetSummary_creationTime - When the dataset was created.

$sel:datasetArn:DatasetSummary', datasetSummary_datasetArn - The Amazon Resource Name (ARN) of the dataset.

$sel:datasetName:DatasetSummary', datasetSummary_datasetName - The name of the dataset.

$sel:datasetType:DatasetSummary', datasetSummary_datasetType - The dataset type.

$sel:domain:DatasetSummary', datasetSummary_domain - The domain associated with the dataset.

$sel:lastModificationTime:DatasetSummary', datasetSummary_lastModificationTime - When you create a dataset, LastModificationTime is the same as CreationTime. While data is being imported to the dataset, LastModificationTime is the current time of the ListDatasets call. After a CreateDatasetImportJob operation has finished, LastModificationTime is when the import job completed or failed.

EncryptionConfig

data EncryptionConfig Source #

An AWS Key Management Service (KMS) key and an AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key. You can specify this optional object in the CreateDataset and CreatePredictor requests.

See: newEncryptionConfig smart constructor.

Instances

Instances details
FromJSON EncryptionConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.EncryptionConfig

ToJSON EncryptionConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.EncryptionConfig

Generic EncryptionConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.EncryptionConfig

Associated Types

type Rep EncryptionConfig :: Type -> Type #

Read EncryptionConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.EncryptionConfig

Show EncryptionConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.EncryptionConfig

NFData EncryptionConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.EncryptionConfig

Methods

rnf :: EncryptionConfig -> () #

Eq EncryptionConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.EncryptionConfig

Hashable EncryptionConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.EncryptionConfig

type Rep EncryptionConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.EncryptionConfig

type Rep EncryptionConfig = D1 ('MetaData "EncryptionConfig" "Amazonka.Forecast.Types.EncryptionConfig" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "EncryptionConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "kmsKeyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newEncryptionConfig Source #

Create a value of EncryptionConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:roleArn:EncryptionConfig', encryptionConfig_roleArn - The ARN of the IAM role that Amazon Forecast can assume to access the AWS KMS key.

Passing a role across AWS accounts is not allowed. If you pass a role that isn't in your account, you get an InvalidInputException error.

$sel:kmsKeyArn:EncryptionConfig', encryptionConfig_kmsKeyArn - The Amazon Resource Name (ARN) of the KMS key.

ErrorMetric

data ErrorMetric Source #

Provides detailed error metrics to evaluate the performance of a predictor. This object is part of the Metrics object.

See: newErrorMetric smart constructor.

Instances

Instances details
FromJSON ErrorMetric Source # 
Instance details

Defined in Amazonka.Forecast.Types.ErrorMetric

Generic ErrorMetric Source # 
Instance details

Defined in Amazonka.Forecast.Types.ErrorMetric

Associated Types

type Rep ErrorMetric :: Type -> Type #

Read ErrorMetric Source # 
Instance details

Defined in Amazonka.Forecast.Types.ErrorMetric

Show ErrorMetric Source # 
Instance details

Defined in Amazonka.Forecast.Types.ErrorMetric

NFData ErrorMetric Source # 
Instance details

Defined in Amazonka.Forecast.Types.ErrorMetric

Methods

rnf :: ErrorMetric -> () #

Eq ErrorMetric Source # 
Instance details

Defined in Amazonka.Forecast.Types.ErrorMetric

Hashable ErrorMetric Source # 
Instance details

Defined in Amazonka.Forecast.Types.ErrorMetric

type Rep ErrorMetric Source # 
Instance details

Defined in Amazonka.Forecast.Types.ErrorMetric

type Rep ErrorMetric = D1 ('MetaData "ErrorMetric" "Amazonka.Forecast.Types.ErrorMetric" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "ErrorMetric'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "forecastType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "mape") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "mase") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "rmse") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "wape") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))))

newErrorMetric :: ErrorMetric Source #

Create a value of ErrorMetric with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:forecastType:ErrorMetric', errorMetric_forecastType - The Forecast type used to compute WAPE, MAPE, MASE, and RMSE.

$sel:mape:ErrorMetric', errorMetric_mape - The Mean Absolute Percentage Error (MAPE)

$sel:mase:ErrorMetric', errorMetric_mase - The Mean Absolute Scaled Error (MASE)

$sel:rmse:ErrorMetric', errorMetric_rmse - The root-mean-square error (RMSE).

$sel:wape:ErrorMetric', errorMetric_wape - The weighted absolute percentage error (WAPE).

EvaluationParameters

data EvaluationParameters Source #

Parameters that define how to split a dataset into training data and testing data, and the number of iterations to perform. These parameters are specified in the predefined algorithms but you can override them in the CreatePredictor request.

See: newEvaluationParameters smart constructor.

Instances

Instances details
FromJSON EvaluationParameters Source # 
Instance details

Defined in Amazonka.Forecast.Types.EvaluationParameters

ToJSON EvaluationParameters Source # 
Instance details

Defined in Amazonka.Forecast.Types.EvaluationParameters

Generic EvaluationParameters Source # 
Instance details

Defined in Amazonka.Forecast.Types.EvaluationParameters

Associated Types

type Rep EvaluationParameters :: Type -> Type #

Read EvaluationParameters Source # 
Instance details

Defined in Amazonka.Forecast.Types.EvaluationParameters

Show EvaluationParameters Source # 
Instance details

Defined in Amazonka.Forecast.Types.EvaluationParameters

NFData EvaluationParameters Source # 
Instance details

Defined in Amazonka.Forecast.Types.EvaluationParameters

Methods

rnf :: EvaluationParameters -> () #

Eq EvaluationParameters Source # 
Instance details

Defined in Amazonka.Forecast.Types.EvaluationParameters

Hashable EvaluationParameters Source # 
Instance details

Defined in Amazonka.Forecast.Types.EvaluationParameters

type Rep EvaluationParameters Source # 
Instance details

Defined in Amazonka.Forecast.Types.EvaluationParameters

type Rep EvaluationParameters = D1 ('MetaData "EvaluationParameters" "Amazonka.Forecast.Types.EvaluationParameters" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "EvaluationParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "backTestWindowOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "numberOfBacktestWindows") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newEvaluationParameters :: EvaluationParameters Source #

Create a value of EvaluationParameters with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:backTestWindowOffset:EvaluationParameters', evaluationParameters_backTestWindowOffset - The point from the end of the dataset where you want to split the data for model training and testing (evaluation). Specify the value as the number of data points. The default is the value of the forecast horizon. BackTestWindowOffset can be used to mimic a past virtual forecast start date. This value must be greater than or equal to the forecast horizon and less than half of the TARGET_TIME_SERIES dataset length.

ForecastHorizon <= BackTestWindowOffset < 1/2 * TARGET_TIME_SERIES dataset length

$sel:numberOfBacktestWindows:EvaluationParameters', evaluationParameters_numberOfBacktestWindows - The number of times to split the input data. The default is 1. Valid values are 1 through 5.

EvaluationResult

data EvaluationResult Source #

The results of evaluating an algorithm. Returned as part of the GetAccuracyMetrics response.

See: newEvaluationResult smart constructor.

Instances

Instances details
FromJSON EvaluationResult Source # 
Instance details

Defined in Amazonka.Forecast.Types.EvaluationResult

Generic EvaluationResult Source # 
Instance details

Defined in Amazonka.Forecast.Types.EvaluationResult

Associated Types

type Rep EvaluationResult :: Type -> Type #

Read EvaluationResult Source # 
Instance details

Defined in Amazonka.Forecast.Types.EvaluationResult

Show EvaluationResult Source # 
Instance details

Defined in Amazonka.Forecast.Types.EvaluationResult

NFData EvaluationResult Source # 
Instance details

Defined in Amazonka.Forecast.Types.EvaluationResult

Methods

rnf :: EvaluationResult -> () #

Eq EvaluationResult Source # 
Instance details

Defined in Amazonka.Forecast.Types.EvaluationResult

Hashable EvaluationResult Source # 
Instance details

Defined in Amazonka.Forecast.Types.EvaluationResult

type Rep EvaluationResult Source # 
Instance details

Defined in Amazonka.Forecast.Types.EvaluationResult

type Rep EvaluationResult = D1 ('MetaData "EvaluationResult" "Amazonka.Forecast.Types.EvaluationResult" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "EvaluationResult'" 'PrefixI 'True) (S1 ('MetaSel ('Just "algorithmArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "testWindows") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [WindowSummary]))))

newEvaluationResult :: EvaluationResult Source #

Create a value of EvaluationResult with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:algorithmArn:EvaluationResult', evaluationResult_algorithmArn - The Amazon Resource Name (ARN) of the algorithm that was evaluated.

$sel:testWindows:EvaluationResult', evaluationResult_testWindows - The array of test windows used for evaluating the algorithm. The NumberOfBacktestWindows from the EvaluationParameters object determines the number of windows in the array.

ExplainabilityConfig

data ExplainabilityConfig Source #

The ExplainabilityConfig data type defines the number of time series and time points included in CreateExplainability.

If you provide a predictor ARN for ResourceArn, you must set both TimePointGranularity and TimeSeriesGranularity to “ALL”. When creating Predictor Explainability, Amazon Forecast considers all time series and time points.

If you provide a forecast ARN for ResourceArn, you can set TimePointGranularity and TimeSeriesGranularity to either “ALL” or “Specific”.

See: newExplainabilityConfig smart constructor.

Instances

Instances details
FromJSON ExplainabilityConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.ExplainabilityConfig

ToJSON ExplainabilityConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.ExplainabilityConfig

Generic ExplainabilityConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.ExplainabilityConfig

Associated Types

type Rep ExplainabilityConfig :: Type -> Type #

Read ExplainabilityConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.ExplainabilityConfig

Show ExplainabilityConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.ExplainabilityConfig

NFData ExplainabilityConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.ExplainabilityConfig

Methods

rnf :: ExplainabilityConfig -> () #

Eq ExplainabilityConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.ExplainabilityConfig

Hashable ExplainabilityConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.ExplainabilityConfig

type Rep ExplainabilityConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.ExplainabilityConfig

type Rep ExplainabilityConfig = D1 ('MetaData "ExplainabilityConfig" "Amazonka.Forecast.Types.ExplainabilityConfig" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "ExplainabilityConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "timeSeriesGranularity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TimeSeriesGranularity) :*: S1 ('MetaSel ('Just "timePointGranularity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TimePointGranularity)))

newExplainabilityConfig Source #

Create a value of ExplainabilityConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:timeSeriesGranularity:ExplainabilityConfig', explainabilityConfig_timeSeriesGranularity - To create an Explainability for all time series in your datasets, use ALL. To create an Explainability for specific time series in your datasets, use SPECIFIC.

Specify time series by uploading a CSV or Parquet file to an Amazon S3 bucket and set the location within the DataDestination data type.

$sel:timePointGranularity:ExplainabilityConfig', explainabilityConfig_timePointGranularity - To create an Explainability for all time points in your forecast horizon, use ALL. To create an Explainability for specific time points in your forecast horizon, use SPECIFIC.

Specify time points with the StartDateTime and EndDateTime parameters within the CreateExplainability operation.

ExplainabilityExportSummary

data ExplainabilityExportSummary Source #

Provides a summary of the Explainability export properties used in the ListExplainabilityExports operation. To get a complete set of properties, call the DescribeExplainabilityExport operation, and provide the ExplainabilityExportArn.

See: newExplainabilityExportSummary smart constructor.

Instances

Instances details
FromJSON ExplainabilityExportSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.ExplainabilityExportSummary

Generic ExplainabilityExportSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.ExplainabilityExportSummary

Associated Types

type Rep ExplainabilityExportSummary :: Type -> Type #

Read ExplainabilityExportSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.ExplainabilityExportSummary

Show ExplainabilityExportSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.ExplainabilityExportSummary

NFData ExplainabilityExportSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.ExplainabilityExportSummary

Eq ExplainabilityExportSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.ExplainabilityExportSummary

Hashable ExplainabilityExportSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.ExplainabilityExportSummary

type Rep ExplainabilityExportSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.ExplainabilityExportSummary

type Rep ExplainabilityExportSummary = D1 ('MetaData "ExplainabilityExportSummary" "Amazonka.Forecast.Types.ExplainabilityExportSummary" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "ExplainabilityExportSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataDestination)) :*: S1 ('MetaSel ('Just "explainabilityExportArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "explainabilityExportName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModificationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newExplainabilityExportSummary :: ExplainabilityExportSummary Source #

Create a value of ExplainabilityExportSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:creationTime:ExplainabilityExportSummary', explainabilityExportSummary_creationTime - When the Explainability was created.

$sel:destination:ExplainabilityExportSummary', explainabilityExportSummary_destination - Undocumented member.

$sel:explainabilityExportArn:ExplainabilityExportSummary', explainabilityExportSummary_explainabilityExportArn - The Amazon Resource Name (ARN) of the Explainability export.

$sel:explainabilityExportName:ExplainabilityExportSummary', explainabilityExportSummary_explainabilityExportName - The name of the Explainability export

$sel:lastModificationTime:ExplainabilityExportSummary', explainabilityExportSummary_lastModificationTime - The last time the resource was modified. The timestamp depends on the status of the job:

  • CREATE_PENDING - The CreationTime.
  • CREATE_IN_PROGRESS - The current timestamp.
  • CREATE_STOPPING - The current timestamp.
  • CREATE_STOPPED - When the job stopped.
  • ACTIVE or CREATE_FAILED - When the job finished or failed.

$sel:message:ExplainabilityExportSummary', explainabilityExportSummary_message - Information about any errors that may have occurred during the Explainability export.

$sel:status:ExplainabilityExportSummary', explainabilityExportSummary_status - The status of the Explainability export. States include:

  • ACTIVE
  • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
  • CREATE_STOPPING, CREATE_STOPPED
  • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED

ExplainabilityInfo

data ExplainabilityInfo Source #

Provides information about the Explainability resource.

See: newExplainabilityInfo smart constructor.

Instances

Instances details
FromJSON ExplainabilityInfo Source # 
Instance details

Defined in Amazonka.Forecast.Types.ExplainabilityInfo

Generic ExplainabilityInfo Source # 
Instance details

Defined in Amazonka.Forecast.Types.ExplainabilityInfo

Associated Types

type Rep ExplainabilityInfo :: Type -> Type #

Read ExplainabilityInfo Source # 
Instance details

Defined in Amazonka.Forecast.Types.ExplainabilityInfo

Show ExplainabilityInfo Source # 
Instance details

Defined in Amazonka.Forecast.Types.ExplainabilityInfo

NFData ExplainabilityInfo Source # 
Instance details

Defined in Amazonka.Forecast.Types.ExplainabilityInfo

Methods

rnf :: ExplainabilityInfo -> () #

Eq ExplainabilityInfo Source # 
Instance details

Defined in Amazonka.Forecast.Types.ExplainabilityInfo

Hashable ExplainabilityInfo Source # 
Instance details

Defined in Amazonka.Forecast.Types.ExplainabilityInfo

type Rep ExplainabilityInfo Source # 
Instance details

Defined in Amazonka.Forecast.Types.ExplainabilityInfo

type Rep ExplainabilityInfo = D1 ('MetaData "ExplainabilityInfo" "Amazonka.Forecast.Types.ExplainabilityInfo" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "ExplainabilityInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "explainabilityArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newExplainabilityInfo :: ExplainabilityInfo Source #

Create a value of ExplainabilityInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:explainabilityArn:ExplainabilityInfo', explainabilityInfo_explainabilityArn - The Amazon Resource Name (ARN) of the Explainability.

$sel:status:ExplainabilityInfo', explainabilityInfo_status - The status of the Explainability. States include:

  • ACTIVE
  • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
  • CREATE_STOPPING, CREATE_STOPPED
  • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED

ExplainabilitySummary

data ExplainabilitySummary Source #

Provides a summary of the Explainability properties used in the ListExplainabilities operation. To get a complete set of properties, call the DescribeExplainability operation, and provide the listed ExplainabilityArn.

See: newExplainabilitySummary smart constructor.

Instances

Instances details
FromJSON ExplainabilitySummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.ExplainabilitySummary

Generic ExplainabilitySummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.ExplainabilitySummary

Associated Types

type Rep ExplainabilitySummary :: Type -> Type #

Read ExplainabilitySummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.ExplainabilitySummary

Show ExplainabilitySummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.ExplainabilitySummary

NFData ExplainabilitySummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.ExplainabilitySummary

Methods

rnf :: ExplainabilitySummary -> () #

Eq ExplainabilitySummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.ExplainabilitySummary

Hashable ExplainabilitySummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.ExplainabilitySummary

type Rep ExplainabilitySummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.ExplainabilitySummary

type Rep ExplainabilitySummary = D1 ('MetaData "ExplainabilitySummary" "Amazonka.Forecast.Types.ExplainabilitySummary" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "ExplainabilitySummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "explainabilityArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "explainabilityConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExplainabilityConfig)) :*: S1 ('MetaSel ('Just "explainabilityName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "lastModificationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newExplainabilitySummary :: ExplainabilitySummary Source #

Create a value of ExplainabilitySummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:creationTime:ExplainabilitySummary', explainabilitySummary_creationTime - When the Explainability was created.

$sel:explainabilityArn:ExplainabilitySummary', explainabilitySummary_explainabilityArn - The Amazon Resource Name (ARN) of the Explainability.

$sel:explainabilityConfig:ExplainabilitySummary', explainabilitySummary_explainabilityConfig - The configuration settings that define the granularity of time series and time points for the Explainability.

$sel:explainabilityName:ExplainabilitySummary', explainabilitySummary_explainabilityName - The name of the Explainability.

$sel:lastModificationTime:ExplainabilitySummary', explainabilitySummary_lastModificationTime - The last time the resource was modified. The timestamp depends on the status of the job:

  • CREATE_PENDING - The CreationTime.
  • CREATE_IN_PROGRESS - The current timestamp.
  • CREATE_STOPPING - The current timestamp.
  • CREATE_STOPPED - When the job stopped.
  • ACTIVE or CREATE_FAILED - When the job finished or failed.

$sel:message:ExplainabilitySummary', explainabilitySummary_message - Information about any errors that may have occurred during the Explainability creation process.

$sel:resourceArn:ExplainabilitySummary', explainabilitySummary_resourceArn - The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability.

$sel:status:ExplainabilitySummary', explainabilitySummary_status - The status of the Explainability. States include:

  • ACTIVE
  • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
  • CREATE_STOPPING, CREATE_STOPPED
  • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED

Featurization

data Featurization Source #

This object belongs to the CreatePredictor operation. If you created your predictor with CreateAutoPredictor, see AttributeConfig.

Provides featurization (transformation) information for a dataset field. This object is part of the FeaturizationConfig object.

For example:

{
"AttributeName": "demand",
FeaturizationPipeline [ {
"FeaturizationMethodName": "filling",
"FeaturizationMethodParameters": {"aggregation": "avg", "backfill": "nan"}
} ]
}

See: newFeaturization smart constructor.

Instances

Instances details
FromJSON Featurization Source # 
Instance details

Defined in Amazonka.Forecast.Types.Featurization

ToJSON Featurization Source # 
Instance details

Defined in Amazonka.Forecast.Types.Featurization

Generic Featurization Source # 
Instance details

Defined in Amazonka.Forecast.Types.Featurization

Associated Types

type Rep Featurization :: Type -> Type #

Read Featurization Source # 
Instance details

Defined in Amazonka.Forecast.Types.Featurization

Show Featurization Source # 
Instance details

Defined in Amazonka.Forecast.Types.Featurization

NFData Featurization Source # 
Instance details

Defined in Amazonka.Forecast.Types.Featurization

Methods

rnf :: Featurization -> () #

Eq Featurization Source # 
Instance details

Defined in Amazonka.Forecast.Types.Featurization

Hashable Featurization Source # 
Instance details

Defined in Amazonka.Forecast.Types.Featurization

type Rep Featurization Source # 
Instance details

Defined in Amazonka.Forecast.Types.Featurization

type Rep Featurization = D1 ('MetaData "Featurization" "Amazonka.Forecast.Types.Featurization" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "Featurization'" 'PrefixI 'True) (S1 ('MetaSel ('Just "featurizationPipeline") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty FeaturizationMethod))) :*: S1 ('MetaSel ('Just "attributeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newFeaturization Source #

Create a value of Featurization with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:featurizationPipeline:Featurization', featurization_featurizationPipeline - An array of one FeaturizationMethod object that specifies the feature transformation method.

$sel:attributeName:Featurization', featurization_attributeName - The name of the schema attribute that specifies the data field to be featurized. Amazon Forecast supports the target field of the TARGET_TIME_SERIES and the RELATED_TIME_SERIES datasets. For example, for the RETAIL domain, the target is demand, and for the CUSTOM domain, the target is target_value. For more information, see howitworks-missing-values.

FeaturizationConfig

data FeaturizationConfig Source #

This object belongs to the CreatePredictor operation. If you created your predictor with CreateAutoPredictor, see AttributeConfig.

In a CreatePredictor operation, the specified algorithm trains a model using the specified dataset group. You can optionally tell the operation to modify data fields prior to training a model. These modifications are referred to as featurization.

You define featurization using the FeaturizationConfig object. You specify an array of transformations, one for each field that you want to featurize. You then include the FeaturizationConfig object in your CreatePredictor request. Amazon Forecast applies the featurization to the TARGET_TIME_SERIES and RELATED_TIME_SERIES datasets before model training.

You can create multiple featurization configurations. For example, you might call the CreatePredictor operation twice by specifying different featurization configurations.

See: newFeaturizationConfig smart constructor.

Instances

Instances details
FromJSON FeaturizationConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.FeaturizationConfig

ToJSON FeaturizationConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.FeaturizationConfig

Generic FeaturizationConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.FeaturizationConfig

Associated Types

type Rep FeaturizationConfig :: Type -> Type #

Read FeaturizationConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.FeaturizationConfig

Show FeaturizationConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.FeaturizationConfig

NFData FeaturizationConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.FeaturizationConfig

Methods

rnf :: FeaturizationConfig -> () #

Eq FeaturizationConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.FeaturizationConfig

Hashable FeaturizationConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.FeaturizationConfig

type Rep FeaturizationConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.FeaturizationConfig

type Rep FeaturizationConfig = D1 ('MetaData "FeaturizationConfig" "Amazonka.Forecast.Types.FeaturizationConfig" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "FeaturizationConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "featurizations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Featurization))) :*: (S1 ('MetaSel ('Just "forecastDimensions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "forecastFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newFeaturizationConfig Source #

Create a value of FeaturizationConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:featurizations:FeaturizationConfig', featurizationConfig_featurizations - An array of featurization (transformation) information for the fields of a dataset.

$sel:forecastDimensions:FeaturizationConfig', featurizationConfig_forecastDimensions - An array of dimension (field) names that specify how to group the generated forecast.

For example, suppose that you are generating a forecast for item sales across all of your stores, and your dataset contains a store_id field. If you want the sales forecast for each item by store, you would specify store_id as the dimension.

All forecast dimensions specified in the TARGET_TIME_SERIES dataset don't need to be specified in the CreatePredictor request. All forecast dimensions specified in the RELATED_TIME_SERIES dataset must be specified in the CreatePredictor request.

$sel:forecastFrequency:FeaturizationConfig', featurizationConfig_forecastFrequency - The frequency of predictions in a forecast.

Valid intervals are Y (Year), M (Month), W (Week), D (Day), H (Hour), 30min (30 minutes), 15min (15 minutes), 10min (10 minutes), 5min (5 minutes), and 1min (1 minute). For example, "Y" indicates every year and "5min" indicates every five minutes.

The frequency must be greater than or equal to the TARGET_TIME_SERIES dataset frequency.

When a RELATED_TIME_SERIES dataset is provided, the frequency must be equal to the RELATED_TIME_SERIES dataset frequency.

FeaturizationMethod

data FeaturizationMethod Source #

Provides information about the method that featurizes (transforms) a dataset field. The method is part of the FeaturizationPipeline of the Featurization object.

The following is an example of how you specify a FeaturizationMethod object.

{
"FeaturizationMethodName": "filling",
"FeaturizationMethodParameters": {"aggregation": "sum", "middlefill": "zero", "backfill": "zero"}
}

See: newFeaturizationMethod smart constructor.

Instances

Instances details
FromJSON FeaturizationMethod Source # 
Instance details

Defined in Amazonka.Forecast.Types.FeaturizationMethod

ToJSON FeaturizationMethod Source # 
Instance details

Defined in Amazonka.Forecast.Types.FeaturizationMethod

Generic FeaturizationMethod Source # 
Instance details

Defined in Amazonka.Forecast.Types.FeaturizationMethod

Associated Types

type Rep FeaturizationMethod :: Type -> Type #

Read FeaturizationMethod Source # 
Instance details

Defined in Amazonka.Forecast.Types.FeaturizationMethod

Show FeaturizationMethod Source # 
Instance details

Defined in Amazonka.Forecast.Types.FeaturizationMethod

NFData FeaturizationMethod Source # 
Instance details

Defined in Amazonka.Forecast.Types.FeaturizationMethod

Methods

rnf :: FeaturizationMethod -> () #

Eq FeaturizationMethod Source # 
Instance details

Defined in Amazonka.Forecast.Types.FeaturizationMethod

Hashable FeaturizationMethod Source # 
Instance details

Defined in Amazonka.Forecast.Types.FeaturizationMethod

type Rep FeaturizationMethod Source # 
Instance details

Defined in Amazonka.Forecast.Types.FeaturizationMethod

type Rep FeaturizationMethod = D1 ('MetaData "FeaturizationMethod" "Amazonka.Forecast.Types.FeaturizationMethod" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "FeaturizationMethod'" 'PrefixI 'True) (S1 ('MetaSel ('Just "featurizationMethodParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "featurizationMethodName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FeaturizationMethodName)))

newFeaturizationMethod Source #

Create a value of FeaturizationMethod with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:featurizationMethodParameters:FeaturizationMethod', featurizationMethod_featurizationMethodParameters - The method parameters (key-value pairs), which are a map of override parameters. Specify these parameters to override the default values. Related Time Series attributes do not accept aggregation parameters.

The following list shows the parameters and their valid values for the "filling" featurization method for a Target Time Series dataset. Bold signifies the default value.

  • aggregation: sum, avg, first, min, max
  • frontfill: none
  • middlefill: zero, nan (not a number), value, median, mean, min, max
  • backfill: zero, nan, value, median, mean, min, max

The following list shows the parameters and their valid values for a Related Time Series featurization method (there are no defaults):

  • middlefill: zero, value, median, mean, min, max
  • backfill: zero, value, median, mean, min, max
  • futurefill: zero, value, median, mean, min, max

To set a filling method to a specific value, set the fill parameter to value and define the value in a corresponding _value parameter. For example, to set backfilling to a value of 2, include the following: "backfill": "value" and "backfill_value":"2".

$sel:featurizationMethodName:FeaturizationMethod', featurizationMethod_featurizationMethodName - The name of the method. The "filling" method is the only supported method.

Filter

data Filter Source #

Describes a filter for choosing a subset of objects. Each filter consists of a condition and a match statement. The condition is either IS or IS_NOT, which specifies whether to include or exclude the objects that match the statement, respectively. The match statement consists of a key and a value.

See: newFilter smart constructor.

Instances

Instances details
ToJSON Filter Source # 
Instance details

Defined in Amazonka.Forecast.Types.Filter

Generic Filter Source # 
Instance details

Defined in Amazonka.Forecast.Types.Filter

Associated Types

type Rep Filter :: Type -> Type #

Methods

from :: Filter -> Rep Filter x #

to :: Rep Filter x -> Filter #

Read Filter Source # 
Instance details

Defined in Amazonka.Forecast.Types.Filter

Show Filter Source # 
Instance details

Defined in Amazonka.Forecast.Types.Filter

NFData Filter Source # 
Instance details

Defined in Amazonka.Forecast.Types.Filter

Methods

rnf :: Filter -> () #

Eq Filter Source # 
Instance details

Defined in Amazonka.Forecast.Types.Filter

Methods

(==) :: Filter -> Filter -> Bool #

(/=) :: Filter -> Filter -> Bool #

Hashable Filter Source # 
Instance details

Defined in Amazonka.Forecast.Types.Filter

Methods

hashWithSalt :: Int -> Filter -> Int #

hash :: Filter -> Int #

type Rep Filter Source # 
Instance details

Defined in Amazonka.Forecast.Types.Filter

type Rep Filter = D1 ('MetaData "Filter" "Amazonka.Forecast.Types.Filter" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "Filter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "condition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FilterConditionString))))

newFilter Source #

Create a value of Filter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:key:Filter', filter_key - The name of the parameter to filter on.

$sel:value:Filter', filter_value - The value to match.

$sel:condition:Filter', filter_condition - The condition to apply. To include the objects that match the statement, specify IS. To exclude matching objects, specify IS_NOT.

ForecastExportJobSummary

data ForecastExportJobSummary Source #

Provides a summary of the forecast export job properties used in the ListForecastExportJobs operation. To get the complete set of properties, call the DescribeForecastExportJob operation, and provide the listed ForecastExportJobArn.

See: newForecastExportJobSummary smart constructor.

Instances

Instances details
FromJSON ForecastExportJobSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.ForecastExportJobSummary

Generic ForecastExportJobSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.ForecastExportJobSummary

Associated Types

type Rep ForecastExportJobSummary :: Type -> Type #

Read ForecastExportJobSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.ForecastExportJobSummary

Show ForecastExportJobSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.ForecastExportJobSummary

NFData ForecastExportJobSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.ForecastExportJobSummary

Eq ForecastExportJobSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.ForecastExportJobSummary

Hashable ForecastExportJobSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.ForecastExportJobSummary

type Rep ForecastExportJobSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.ForecastExportJobSummary

type Rep ForecastExportJobSummary = D1 ('MetaData "ForecastExportJobSummary" "Amazonka.Forecast.Types.ForecastExportJobSummary" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "ForecastExportJobSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataDestination)) :*: S1 ('MetaSel ('Just "forecastExportJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "forecastExportJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModificationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newForecastExportJobSummary :: ForecastExportJobSummary Source #

Create a value of ForecastExportJobSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:creationTime:ForecastExportJobSummary', forecastExportJobSummary_creationTime - When the forecast export job was created.

$sel:destination:ForecastExportJobSummary', forecastExportJobSummary_destination - The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.

$sel:forecastExportJobArn:ForecastExportJobSummary', forecastExportJobSummary_forecastExportJobArn - The Amazon Resource Name (ARN) of the forecast export job.

$sel:forecastExportJobName:ForecastExportJobSummary', forecastExportJobSummary_forecastExportJobName - The name of the forecast export job.

$sel:lastModificationTime:ForecastExportJobSummary', forecastExportJobSummary_lastModificationTime - The last time the resource was modified. The timestamp depends on the status of the job:

  • CREATE_PENDING - The CreationTime.
  • CREATE_IN_PROGRESS - The current timestamp.
  • CREATE_STOPPING - The current timestamp.
  • CREATE_STOPPED - When the job stopped.
  • ACTIVE or CREATE_FAILED - When the job finished or failed.

$sel:message:ForecastExportJobSummary', forecastExportJobSummary_message - If an error occurred, an informational message about the error.

$sel:status:ForecastExportJobSummary', forecastExportJobSummary_status - The status of the forecast export job. States include:

  • ACTIVE
  • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
  • CREATE_STOPPING, CREATE_STOPPED
  • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED

The Status of the forecast export job must be ACTIVE before you can access the forecast in your S3 bucket.

ForecastSummary

data ForecastSummary Source #

Provides a summary of the forecast properties used in the ListForecasts operation. To get the complete set of properties, call the DescribeForecast operation, and provide the ForecastArn that is listed in the summary.

See: newForecastSummary smart constructor.

Instances

Instances details
FromJSON ForecastSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.ForecastSummary

Generic ForecastSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.ForecastSummary

Associated Types

type Rep ForecastSummary :: Type -> Type #

Read ForecastSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.ForecastSummary

Show ForecastSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.ForecastSummary

NFData ForecastSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.ForecastSummary

Methods

rnf :: ForecastSummary -> () #

Eq ForecastSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.ForecastSummary

Hashable ForecastSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.ForecastSummary

type Rep ForecastSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.ForecastSummary

type Rep ForecastSummary = D1 ('MetaData "ForecastSummary" "Amazonka.Forecast.Types.ForecastSummary" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "ForecastSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "createdUsingAutoPredictor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "datasetGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "forecastArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "forecastName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModificationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "predictorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newForecastSummary :: ForecastSummary Source #

Create a value of ForecastSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:createdUsingAutoPredictor:ForecastSummary', forecastSummary_createdUsingAutoPredictor - Whether the Forecast was created from an AutoPredictor.

$sel:creationTime:ForecastSummary', forecastSummary_creationTime - When the forecast creation task was created.

$sel:datasetGroupArn:ForecastSummary', forecastSummary_datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group that provided the data used to train the predictor.

$sel:forecastArn:ForecastSummary', forecastSummary_forecastArn - The ARN of the forecast.

$sel:forecastName:ForecastSummary', forecastSummary_forecastName - The name of the forecast.

$sel:lastModificationTime:ForecastSummary', forecastSummary_lastModificationTime - The last time the resource was modified. The timestamp depends on the status of the job:

  • CREATE_PENDING - The CreationTime.
  • CREATE_IN_PROGRESS - The current timestamp.
  • CREATE_STOPPING - The current timestamp.
  • CREATE_STOPPED - When the job stopped.
  • ACTIVE or CREATE_FAILED - When the job finished or failed.

$sel:message:ForecastSummary', forecastSummary_message - If an error occurred, an informational message about the error.

$sel:predictorArn:ForecastSummary', forecastSummary_predictorArn - The ARN of the predictor used to generate the forecast.

$sel:status:ForecastSummary', forecastSummary_status - The status of the forecast. States include:

  • ACTIVE
  • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
  • CREATE_STOPPING, CREATE_STOPPED
  • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED

The Status of the forecast must be ACTIVE before you can query or export the forecast.

HyperParameterTuningJobConfig

data HyperParameterTuningJobConfig Source #

Configuration information for a hyperparameter tuning job. You specify this object in the CreatePredictor request.

A hyperparameter is a parameter that governs the model training process. You set hyperparameters before training starts, unlike model parameters, which are determined during training. The values of the hyperparameters effect which values are chosen for the model parameters.

In a hyperparameter tuning job, Amazon Forecast chooses the set of hyperparameter values that optimize a specified metric. Forecast accomplishes this by running many training jobs over a range of hyperparameter values. The optimum set of values depends on the algorithm, the training data, and the specified metric objective.

See: newHyperParameterTuningJobConfig smart constructor.

Instances

Instances details
FromJSON HyperParameterTuningJobConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.HyperParameterTuningJobConfig

ToJSON HyperParameterTuningJobConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.HyperParameterTuningJobConfig

Generic HyperParameterTuningJobConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.HyperParameterTuningJobConfig

Associated Types

type Rep HyperParameterTuningJobConfig :: Type -> Type #

Read HyperParameterTuningJobConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.HyperParameterTuningJobConfig

Show HyperParameterTuningJobConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.HyperParameterTuningJobConfig

NFData HyperParameterTuningJobConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.HyperParameterTuningJobConfig

Eq HyperParameterTuningJobConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.HyperParameterTuningJobConfig

Hashable HyperParameterTuningJobConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.HyperParameterTuningJobConfig

type Rep HyperParameterTuningJobConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.HyperParameterTuningJobConfig

type Rep HyperParameterTuningJobConfig = D1 ('MetaData "HyperParameterTuningJobConfig" "Amazonka.Forecast.Types.HyperParameterTuningJobConfig" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "HyperParameterTuningJobConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "parameterRanges") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ParameterRanges))))

newHyperParameterTuningJobConfig :: HyperParameterTuningJobConfig Source #

Create a value of HyperParameterTuningJobConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:parameterRanges:HyperParameterTuningJobConfig', hyperParameterTuningJobConfig_parameterRanges - Specifies the ranges of valid values for the hyperparameters.

InputDataConfig

data InputDataConfig Source #

This object belongs to the CreatePredictor operation. If you created your predictor with CreateAutoPredictor, see DataConfig.

The data used to train a predictor. The data includes a dataset group and any supplementary features. You specify this object in the CreatePredictor request.

See: newInputDataConfig smart constructor.

Instances

Instances details
FromJSON InputDataConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.InputDataConfig

ToJSON InputDataConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.InputDataConfig

Generic InputDataConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.InputDataConfig

Associated Types

type Rep InputDataConfig :: Type -> Type #

Read InputDataConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.InputDataConfig

Show InputDataConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.InputDataConfig

NFData InputDataConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.InputDataConfig

Methods

rnf :: InputDataConfig -> () #

Eq InputDataConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.InputDataConfig

Hashable InputDataConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.InputDataConfig

type Rep InputDataConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.InputDataConfig

type Rep InputDataConfig = D1 ('MetaData "InputDataConfig" "Amazonka.Forecast.Types.InputDataConfig" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "InputDataConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "supplementaryFeatures") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty SupplementaryFeature))) :*: S1 ('MetaSel ('Just "datasetGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newInputDataConfig Source #

Create a value of InputDataConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:supplementaryFeatures:InputDataConfig', inputDataConfig_supplementaryFeatures - An array of supplementary features. The only supported feature is a holiday calendar.

$sel:datasetGroupArn:InputDataConfig', inputDataConfig_datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group.

IntegerParameterRange

data IntegerParameterRange Source #

Specifies an integer hyperparameter and it's range of tunable values. This object is part of the ParameterRanges object.

See: newIntegerParameterRange smart constructor.

Instances

Instances details
FromJSON IntegerParameterRange Source # 
Instance details

Defined in Amazonka.Forecast.Types.IntegerParameterRange

ToJSON IntegerParameterRange Source # 
Instance details

Defined in Amazonka.Forecast.Types.IntegerParameterRange

Generic IntegerParameterRange Source # 
Instance details

Defined in Amazonka.Forecast.Types.IntegerParameterRange

Associated Types

type Rep IntegerParameterRange :: Type -> Type #

Read IntegerParameterRange Source # 
Instance details

Defined in Amazonka.Forecast.Types.IntegerParameterRange

Show IntegerParameterRange Source # 
Instance details

Defined in Amazonka.Forecast.Types.IntegerParameterRange

NFData IntegerParameterRange Source # 
Instance details

Defined in Amazonka.Forecast.Types.IntegerParameterRange

Methods

rnf :: IntegerParameterRange -> () #

Eq IntegerParameterRange Source # 
Instance details

Defined in Amazonka.Forecast.Types.IntegerParameterRange

Hashable IntegerParameterRange Source # 
Instance details

Defined in Amazonka.Forecast.Types.IntegerParameterRange

type Rep IntegerParameterRange Source # 
Instance details

Defined in Amazonka.Forecast.Types.IntegerParameterRange

type Rep IntegerParameterRange = D1 ('MetaData "IntegerParameterRange" "Amazonka.Forecast.Types.IntegerParameterRange" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "IntegerParameterRange'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "scalingType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScalingType)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "maxValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "minValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newIntegerParameterRange Source #

Create a value of IntegerParameterRange with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:scalingType:IntegerParameterRange', integerParameterRange_scalingType - The scale that hyperparameter tuning uses to search the hyperparameter range. Valid values:

Auto
Amazon Forecast hyperparameter tuning chooses the best scale for the hyperparameter.
Linear
Hyperparameter tuning searches the values in the hyperparameter range by using a linear scale.
Logarithmic
Hyperparameter tuning searches the values in the hyperparameter range by using a logarithmic scale.

Logarithmic scaling works only for ranges that have values greater than 0.

ReverseLogarithmic
Not supported for IntegerParameterRange.

Reverse logarithmic scaling works only for ranges that are entirely within the range 0 <= x < 1.0.

For information about choosing a hyperparameter scale, see Hyperparameter Scaling. One of the following values:

$sel:name:IntegerParameterRange', integerParameterRange_name - The name of the hyperparameter to tune.

$sel:maxValue:IntegerParameterRange', integerParameterRange_maxValue - The maximum tunable value of the hyperparameter.

$sel:minValue:IntegerParameterRange', integerParameterRange_minValue - The minimum tunable value of the hyperparameter.

MetricResult

data MetricResult Source #

An individual metric Forecast calculated when monitoring predictor usage. You can compare the value for this metric to the metric's value in the Baseline to see how your predictor's performance is changing.

For more information about metrics generated by Forecast see Evaluating Predictor Accuracy

See: newMetricResult smart constructor.

Constructors

MetricResult' (Maybe Text) (Maybe Double) 

Instances

Instances details
FromJSON MetricResult Source # 
Instance details

Defined in Amazonka.Forecast.Types.MetricResult

Generic MetricResult Source # 
Instance details

Defined in Amazonka.Forecast.Types.MetricResult

Associated Types

type Rep MetricResult :: Type -> Type #

Read MetricResult Source # 
Instance details

Defined in Amazonka.Forecast.Types.MetricResult

Show MetricResult Source # 
Instance details

Defined in Amazonka.Forecast.Types.MetricResult

NFData MetricResult Source # 
Instance details

Defined in Amazonka.Forecast.Types.MetricResult

Methods

rnf :: MetricResult -> () #

Eq MetricResult Source # 
Instance details

Defined in Amazonka.Forecast.Types.MetricResult

Hashable MetricResult Source # 
Instance details

Defined in Amazonka.Forecast.Types.MetricResult

type Rep MetricResult Source # 
Instance details

Defined in Amazonka.Forecast.Types.MetricResult

type Rep MetricResult = D1 ('MetaData "MetricResult" "Amazonka.Forecast.Types.MetricResult" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "MetricResult'" 'PrefixI 'True) (S1 ('MetaSel ('Just "metricName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "metricValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

newMetricResult :: MetricResult Source #

Create a value of MetricResult with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:metricName:MetricResult', metricResult_metricName - The name of the metric.

$sel:metricValue:MetricResult', metricResult_metricValue - The value for the metric.

Metrics

data Metrics Source #

Provides metrics that are used to evaluate the performance of a predictor. This object is part of the WindowSummary object.

See: newMetrics smart constructor.

Instances

Instances details
FromJSON Metrics Source # 
Instance details

Defined in Amazonka.Forecast.Types.Metrics

Generic Metrics Source # 
Instance details

Defined in Amazonka.Forecast.Types.Metrics

Associated Types

type Rep Metrics :: Type -> Type #

Methods

from :: Metrics -> Rep Metrics x #

to :: Rep Metrics x -> Metrics #

Read Metrics Source # 
Instance details

Defined in Amazonka.Forecast.Types.Metrics

Show Metrics Source # 
Instance details

Defined in Amazonka.Forecast.Types.Metrics

NFData Metrics Source # 
Instance details

Defined in Amazonka.Forecast.Types.Metrics

Methods

rnf :: Metrics -> () #

Eq Metrics Source # 
Instance details

Defined in Amazonka.Forecast.Types.Metrics

Methods

(==) :: Metrics -> Metrics -> Bool #

(/=) :: Metrics -> Metrics -> Bool #

Hashable Metrics Source # 
Instance details

Defined in Amazonka.Forecast.Types.Metrics

Methods

hashWithSalt :: Int -> Metrics -> Int #

hash :: Metrics -> Int #

type Rep Metrics Source # 
Instance details

Defined in Amazonka.Forecast.Types.Metrics

type Rep Metrics = D1 ('MetaData "Metrics" "Amazonka.Forecast.Types.Metrics" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "Metrics'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "averageWeightedQuantileLoss") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "errorMetrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ErrorMetric]))) :*: (S1 ('MetaSel ('Just "rmse") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "weightedQuantileLosses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [WeightedQuantileLoss])))))

newMetrics :: Metrics Source #

Create a value of Metrics with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:averageWeightedQuantileLoss:Metrics', metrics_averageWeightedQuantileLoss - The average value of all weighted quantile losses.

$sel:errorMetrics:Metrics', metrics_errorMetrics - Provides detailed error metrics for each forecast type. Metrics include root-mean square-error (RMSE), mean absolute percentage error (MAPE), mean absolute scaled error (MASE), and weighted average percentage error (WAPE).

Metrics, metrics_rmse - The root-mean-square error (RMSE).

$sel:weightedQuantileLosses:Metrics', metrics_weightedQuantileLosses - An array of weighted quantile losses. Quantiles divide a probability distribution into regions of equal probability. The distribution in this case is the loss function.

MonitorConfig

data MonitorConfig Source #

The configuration details for the predictor monitor.

See: newMonitorConfig smart constructor.

Constructors

MonitorConfig' Text 

Instances

Instances details
ToJSON MonitorConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.MonitorConfig

Generic MonitorConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.MonitorConfig

Associated Types

type Rep MonitorConfig :: Type -> Type #

Read MonitorConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.MonitorConfig

Show MonitorConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.MonitorConfig

NFData MonitorConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.MonitorConfig

Methods

rnf :: MonitorConfig -> () #

Eq MonitorConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.MonitorConfig

Hashable MonitorConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.MonitorConfig

type Rep MonitorConfig Source # 
Instance details

Defined in Amazonka.Forecast.Types.MonitorConfig

type Rep MonitorConfig = D1 ('MetaData "MonitorConfig" "Amazonka.Forecast.Types.MonitorConfig" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "MonitorConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "monitorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newMonitorConfig Source #

Create a value of MonitorConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:monitorName:MonitorConfig', monitorConfig_monitorName - The name of the monitor resource.

MonitorDataSource

data MonitorDataSource Source #

The source of the data the monitor used during the evaluation.

See: newMonitorDataSource smart constructor.

Instances

Instances details
FromJSON MonitorDataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.MonitorDataSource

Generic MonitorDataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.MonitorDataSource

Associated Types

type Rep MonitorDataSource :: Type -> Type #

Read MonitorDataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.MonitorDataSource

Show MonitorDataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.MonitorDataSource

NFData MonitorDataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.MonitorDataSource

Methods

rnf :: MonitorDataSource -> () #

Eq MonitorDataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.MonitorDataSource

Hashable MonitorDataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.MonitorDataSource

type Rep MonitorDataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.MonitorDataSource

type Rep MonitorDataSource = D1 ('MetaData "MonitorDataSource" "Amazonka.Forecast.Types.MonitorDataSource" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "MonitorDataSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datasetImportJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "forecastArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "predictorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newMonitorDataSource :: MonitorDataSource Source #

Create a value of MonitorDataSource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:datasetImportJobArn:MonitorDataSource', monitorDataSource_datasetImportJobArn - The Amazon Resource Name (ARN) of the dataset import job used to import the data that initiated the monitor evaluation.

$sel:forecastArn:MonitorDataSource', monitorDataSource_forecastArn - The Amazon Resource Name (ARN) of the forecast the monitor used during the evaluation.

$sel:predictorArn:MonitorDataSource', monitorDataSource_predictorArn - The Amazon Resource Name (ARN) of the predictor resource you are monitoring.

MonitorInfo

data MonitorInfo Source #

Provides information about the monitor resource.

See: newMonitorInfo smart constructor.

Constructors

MonitorInfo' (Maybe Text) (Maybe Text) 

Instances

Instances details
FromJSON MonitorInfo Source # 
Instance details

Defined in Amazonka.Forecast.Types.MonitorInfo

Generic MonitorInfo Source # 
Instance details

Defined in Amazonka.Forecast.Types.MonitorInfo

Associated Types

type Rep MonitorInfo :: Type -> Type #

Read MonitorInfo Source # 
Instance details

Defined in Amazonka.Forecast.Types.MonitorInfo

Show MonitorInfo Source # 
Instance details

Defined in Amazonka.Forecast.Types.MonitorInfo

NFData MonitorInfo Source # 
Instance details

Defined in Amazonka.Forecast.Types.MonitorInfo

Methods

rnf :: MonitorInfo -> () #

Eq MonitorInfo Source # 
Instance details

Defined in Amazonka.Forecast.Types.MonitorInfo

Hashable MonitorInfo Source # 
Instance details

Defined in Amazonka.Forecast.Types.MonitorInfo

type Rep MonitorInfo Source # 
Instance details

Defined in Amazonka.Forecast.Types.MonitorInfo

type Rep MonitorInfo = D1 ('MetaData "MonitorInfo" "Amazonka.Forecast.Types.MonitorInfo" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "MonitorInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "monitorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newMonitorInfo :: MonitorInfo Source #

Create a value of MonitorInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:monitorArn:MonitorInfo', monitorInfo_monitorArn - The Amazon Resource Name (ARN) of the monitor resource.

$sel:status:MonitorInfo', monitorInfo_status - The status of the monitor. States include:

  • ACTIVE
  • ACTIVE_STOPPING, ACTIVE_STOPPED
  • UPDATE_IN_PROGRESS
  • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
  • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED

MonitorSummary

data MonitorSummary Source #

Provides a summary of the monitor properties used in the ListMonitors operation. To get a complete set of properties, call the DescribeMonitor operation, and provide the listed MonitorArn.

See: newMonitorSummary smart constructor.

Instances

Instances details
FromJSON MonitorSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.MonitorSummary

Generic MonitorSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.MonitorSummary

Associated Types

type Rep MonitorSummary :: Type -> Type #

Read MonitorSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.MonitorSummary

Show MonitorSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.MonitorSummary

NFData MonitorSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.MonitorSummary

Methods

rnf :: MonitorSummary -> () #

Eq MonitorSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.MonitorSummary

Hashable MonitorSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.MonitorSummary

type Rep MonitorSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.MonitorSummary

type Rep MonitorSummary = D1 ('MetaData "MonitorSummary" "Amazonka.Forecast.Types.MonitorSummary" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "MonitorSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "lastModificationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "monitorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "monitorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newMonitorSummary :: MonitorSummary Source #

Create a value of MonitorSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:creationTime:MonitorSummary', monitorSummary_creationTime - When the monitor resource was created.

$sel:lastModificationTime:MonitorSummary', monitorSummary_lastModificationTime - The last time the monitor resource was modified. The timestamp depends on the status of the job:

  • CREATE_PENDING - The CreationTime.
  • CREATE_IN_PROGRESS - The current timestamp.
  • STOPPED - When the resource stopped.
  • ACTIVE or CREATE_FAILED - When the monitor creation finished or failed.

$sel:monitorArn:MonitorSummary', monitorSummary_monitorArn - The Amazon Resource Name (ARN) of the monitor resource.

$sel:monitorName:MonitorSummary', monitorSummary_monitorName - The name of the monitor resource.

$sel:resourceArn:MonitorSummary', monitorSummary_resourceArn - The Amazon Resource Name (ARN) of the predictor being monitored.

$sel:status:MonitorSummary', monitorSummary_status - The status of the monitor. States include:

  • ACTIVE
  • ACTIVE_STOPPING, ACTIVE_STOPPED
  • UPDATE_IN_PROGRESS
  • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
  • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED

ParameterRanges

data ParameterRanges Source #

Specifies the categorical, continuous, and integer hyperparameters, and their ranges of tunable values. The range of tunable values determines which values that a hyperparameter tuning job can choose for the specified hyperparameter. This object is part of the HyperParameterTuningJobConfig object.

See: newParameterRanges smart constructor.

Instances

Instances details
FromJSON ParameterRanges Source # 
Instance details

Defined in Amazonka.Forecast.Types.ParameterRanges

ToJSON ParameterRanges Source # 
Instance details

Defined in Amazonka.Forecast.Types.ParameterRanges

Generic ParameterRanges Source # 
Instance details

Defined in Amazonka.Forecast.Types.ParameterRanges

Associated Types

type Rep ParameterRanges :: Type -> Type #

Read ParameterRanges Source # 
Instance details

Defined in Amazonka.Forecast.Types.ParameterRanges

Show ParameterRanges Source # 
Instance details

Defined in Amazonka.Forecast.Types.ParameterRanges

NFData ParameterRanges Source # 
Instance details

Defined in Amazonka.Forecast.Types.ParameterRanges

Methods

rnf :: ParameterRanges -> () #

Eq ParameterRanges Source # 
Instance details

Defined in Amazonka.Forecast.Types.ParameterRanges

Hashable ParameterRanges Source # 
Instance details

Defined in Amazonka.Forecast.Types.ParameterRanges

type Rep ParameterRanges Source # 
Instance details

Defined in Amazonka.Forecast.Types.ParameterRanges

type Rep ParameterRanges = D1 ('MetaData "ParameterRanges" "Amazonka.Forecast.Types.ParameterRanges" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "ParameterRanges'" 'PrefixI 'True) (S1 ('MetaSel ('Just "categoricalParameterRanges") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty CategoricalParameterRange))) :*: (S1 ('MetaSel ('Just "continuousParameterRanges") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ContinuousParameterRange))) :*: S1 ('MetaSel ('Just "integerParameterRanges") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty IntegerParameterRange))))))

newParameterRanges :: ParameterRanges Source #

Create a value of ParameterRanges with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:categoricalParameterRanges:ParameterRanges', parameterRanges_categoricalParameterRanges - Specifies the tunable range for each categorical hyperparameter.

$sel:continuousParameterRanges:ParameterRanges', parameterRanges_continuousParameterRanges - Specifies the tunable range for each continuous hyperparameter.

$sel:integerParameterRanges:ParameterRanges', parameterRanges_integerParameterRanges - Specifies the tunable range for each integer hyperparameter.

PredictorBacktestExportJobSummary

data PredictorBacktestExportJobSummary Source #

Provides a summary of the predictor backtest export job properties used in the ListPredictorBacktestExportJobs operation. To get a complete set of properties, call the DescribePredictorBacktestExportJob operation, and provide the listed PredictorBacktestExportJobArn.

See: newPredictorBacktestExportJobSummary smart constructor.

Instances

Instances details
FromJSON PredictorBacktestExportJobSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorBacktestExportJobSummary

Generic PredictorBacktestExportJobSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorBacktestExportJobSummary

Associated Types

type Rep PredictorBacktestExportJobSummary :: Type -> Type #

Read PredictorBacktestExportJobSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorBacktestExportJobSummary

Show PredictorBacktestExportJobSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorBacktestExportJobSummary

NFData PredictorBacktestExportJobSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorBacktestExportJobSummary

Eq PredictorBacktestExportJobSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorBacktestExportJobSummary

Hashable PredictorBacktestExportJobSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorBacktestExportJobSummary

type Rep PredictorBacktestExportJobSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorBacktestExportJobSummary

type Rep PredictorBacktestExportJobSummary = D1 ('MetaData "PredictorBacktestExportJobSummary" "Amazonka.Forecast.Types.PredictorBacktestExportJobSummary" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "PredictorBacktestExportJobSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataDestination)) :*: S1 ('MetaSel ('Just "lastModificationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "predictorBacktestExportJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "predictorBacktestExportJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newPredictorBacktestExportJobSummary :: PredictorBacktestExportJobSummary Source #

Create a value of PredictorBacktestExportJobSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:creationTime:PredictorBacktestExportJobSummary', predictorBacktestExportJobSummary_creationTime - When the predictor backtest export job was created.

$sel:destination:PredictorBacktestExportJobSummary', predictorBacktestExportJobSummary_destination - Undocumented member.

$sel:lastModificationTime:PredictorBacktestExportJobSummary', predictorBacktestExportJobSummary_lastModificationTime - The last time the resource was modified. The timestamp depends on the status of the job:

  • CREATE_PENDING - The CreationTime.
  • CREATE_IN_PROGRESS - The current timestamp.
  • CREATE_STOPPING - The current timestamp.
  • CREATE_STOPPED - When the job stopped.
  • ACTIVE or CREATE_FAILED - When the job finished or failed.

$sel:message:PredictorBacktestExportJobSummary', predictorBacktestExportJobSummary_message - Information about any errors that may have occurred during the backtest export.

$sel:predictorBacktestExportJobArn:PredictorBacktestExportJobSummary', predictorBacktestExportJobSummary_predictorBacktestExportJobArn - The Amazon Resource Name (ARN) of the predictor backtest export job.

$sel:predictorBacktestExportJobName:PredictorBacktestExportJobSummary', predictorBacktestExportJobSummary_predictorBacktestExportJobName - The name of the predictor backtest export job.

$sel:status:PredictorBacktestExportJobSummary', predictorBacktestExportJobSummary_status - The status of the predictor backtest export job. States include:

  • ACTIVE
  • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
  • CREATE_STOPPING, CREATE_STOPPED
  • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED

PredictorBaseline

data PredictorBaseline Source #

Metrics you can use as a baseline for comparison purposes. Use these metrics when you interpret monitoring results for an auto predictor.

See: newPredictorBaseline smart constructor.

Instances

Instances details
FromJSON PredictorBaseline Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorBaseline

Generic PredictorBaseline Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorBaseline

Associated Types

type Rep PredictorBaseline :: Type -> Type #

Read PredictorBaseline Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorBaseline

Show PredictorBaseline Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorBaseline

NFData PredictorBaseline Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorBaseline

Methods

rnf :: PredictorBaseline -> () #

Eq PredictorBaseline Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorBaseline

Hashable PredictorBaseline Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorBaseline

type Rep PredictorBaseline Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorBaseline

type Rep PredictorBaseline = D1 ('MetaData "PredictorBaseline" "Amazonka.Forecast.Types.PredictorBaseline" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "PredictorBaseline'" 'PrefixI 'True) (S1 ('MetaSel ('Just "baselineMetrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BaselineMetric]))))

newPredictorBaseline :: PredictorBaseline Source #

Create a value of PredictorBaseline with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:baselineMetrics:PredictorBaseline', predictorBaseline_baselineMetrics - The initial accuracy metrics for the predictor. Use these metrics as a baseline for comparison purposes as you use your predictor and the metrics change.

PredictorEvent

data PredictorEvent Source #

Provides details about a predictor event, such as a retraining.

See: newPredictorEvent smart constructor.

Instances

Instances details
FromJSON PredictorEvent Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorEvent

Generic PredictorEvent Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorEvent

Associated Types

type Rep PredictorEvent :: Type -> Type #

Read PredictorEvent Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorEvent

Show PredictorEvent Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorEvent

NFData PredictorEvent Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorEvent

Methods

rnf :: PredictorEvent -> () #

Eq PredictorEvent Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorEvent

Hashable PredictorEvent Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorEvent

type Rep PredictorEvent Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorEvent

type Rep PredictorEvent = D1 ('MetaData "PredictorEvent" "Amazonka.Forecast.Types.PredictorEvent" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "PredictorEvent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datetime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "detail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newPredictorEvent :: PredictorEvent Source #

Create a value of PredictorEvent with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:datetime:PredictorEvent', predictorEvent_datetime - The timestamp for when the event occurred.

$sel:detail:PredictorEvent', predictorEvent_detail - The type of event. For example, Retrain. A retraining event denotes the timepoint when a predictor was retrained. Any monitor results from before the Datetime are from the previous predictor. Any new metrics are for the newly retrained predictor.

PredictorExecution

data PredictorExecution Source #

The algorithm used to perform a backtest and the status of those tests.

See: newPredictorExecution smart constructor.

Instances

Instances details
FromJSON PredictorExecution Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorExecution

Generic PredictorExecution Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorExecution

Associated Types

type Rep PredictorExecution :: Type -> Type #

Read PredictorExecution Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorExecution

Show PredictorExecution Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorExecution

NFData PredictorExecution Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorExecution

Methods

rnf :: PredictorExecution -> () #

Eq PredictorExecution Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorExecution

Hashable PredictorExecution Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorExecution

type Rep PredictorExecution Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorExecution

type Rep PredictorExecution = D1 ('MetaData "PredictorExecution" "Amazonka.Forecast.Types.PredictorExecution" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "PredictorExecution'" 'PrefixI 'True) (S1 ('MetaSel ('Just "algorithmArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "testWindows") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TestWindowSummary]))))

newPredictorExecution :: PredictorExecution Source #

Create a value of PredictorExecution with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:algorithmArn:PredictorExecution', predictorExecution_algorithmArn - The ARN of the algorithm used to test the predictor.

$sel:testWindows:PredictorExecution', predictorExecution_testWindows - An array of test windows used to evaluate the algorithm. The NumberOfBacktestWindows from the object determines the number of windows in the array.

PredictorExecutionDetails

data PredictorExecutionDetails Source #

Contains details on the backtests performed to evaluate the accuracy of the predictor. The tests are returned in descending order of accuracy, with the most accurate backtest appearing first. You specify the number of backtests to perform when you call the operation.

See: newPredictorExecutionDetails smart constructor.

Instances

Instances details
FromJSON PredictorExecutionDetails Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorExecutionDetails

Generic PredictorExecutionDetails Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorExecutionDetails

Associated Types

type Rep PredictorExecutionDetails :: Type -> Type #

Read PredictorExecutionDetails Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorExecutionDetails

Show PredictorExecutionDetails Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorExecutionDetails

NFData PredictorExecutionDetails Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorExecutionDetails

Eq PredictorExecutionDetails Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorExecutionDetails

Hashable PredictorExecutionDetails Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorExecutionDetails

type Rep PredictorExecutionDetails Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorExecutionDetails

type Rep PredictorExecutionDetails = D1 ('MetaData "PredictorExecutionDetails" "Amazonka.Forecast.Types.PredictorExecutionDetails" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "PredictorExecutionDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "predictorExecutions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty PredictorExecution)))))

newPredictorExecutionDetails :: PredictorExecutionDetails Source #

Create a value of PredictorExecutionDetails with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:predictorExecutions:PredictorExecutionDetails', predictorExecutionDetails_predictorExecutions - An array of the backtests performed to evaluate the accuracy of the predictor against a particular algorithm. The NumberOfBacktestWindows from the object determines the number of windows in the array.

PredictorMonitorEvaluation

data PredictorMonitorEvaluation Source #

Describes the results of a monitor evaluation.

See: newPredictorMonitorEvaluation smart constructor.

Instances

Instances details
FromJSON PredictorMonitorEvaluation Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorMonitorEvaluation

Generic PredictorMonitorEvaluation Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorMonitorEvaluation

Associated Types

type Rep PredictorMonitorEvaluation :: Type -> Type #

Read PredictorMonitorEvaluation Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorMonitorEvaluation

Show PredictorMonitorEvaluation Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorMonitorEvaluation

NFData PredictorMonitorEvaluation Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorMonitorEvaluation

Eq PredictorMonitorEvaluation Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorMonitorEvaluation

Hashable PredictorMonitorEvaluation Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorMonitorEvaluation

type Rep PredictorMonitorEvaluation Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorMonitorEvaluation

type Rep PredictorMonitorEvaluation = D1 ('MetaData "PredictorMonitorEvaluation" "Amazonka.Forecast.Types.PredictorMonitorEvaluation" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "PredictorMonitorEvaluation'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "evaluationState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "evaluationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "metricResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MetricResult])) :*: S1 ('MetaSel ('Just "monitorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "monitorDataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitorDataSource)) :*: (S1 ('MetaSel ('Just "numItemsEvaluated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "predictorEvent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PredictorEvent)))) :*: (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "windowEndDatetime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "windowStartDatetime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))))

newPredictorMonitorEvaluation :: PredictorMonitorEvaluation Source #

Create a value of PredictorMonitorEvaluation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:evaluationState:PredictorMonitorEvaluation', predictorMonitorEvaluation_evaluationState - The status of the monitor evaluation. The state can be SUCCESS or FAILURE.

$sel:evaluationTime:PredictorMonitorEvaluation', predictorMonitorEvaluation_evaluationTime - The timestamp that indicates when the monitor evaluation was started.

$sel:message:PredictorMonitorEvaluation', predictorMonitorEvaluation_message - Information about any errors that may have occurred during the monitor evaluation.

$sel:metricResults:PredictorMonitorEvaluation', predictorMonitorEvaluation_metricResults - A list of metrics Forecast calculated when monitoring a predictor. You can compare the value for each metric in the list to the metric's value in the Baseline to see how your predictor's performance is changing.

$sel:monitorArn:PredictorMonitorEvaluation', predictorMonitorEvaluation_monitorArn - The Amazon Resource Name (ARN) of the monitor resource.

$sel:monitorDataSource:PredictorMonitorEvaluation', predictorMonitorEvaluation_monitorDataSource - The source of the data the monitor resource used during the evaluation.

$sel:numItemsEvaluated:PredictorMonitorEvaluation', predictorMonitorEvaluation_numItemsEvaluated - The number of items considered during the evaluation.

$sel:predictorEvent:PredictorMonitorEvaluation', predictorMonitorEvaluation_predictorEvent - Provides details about a predictor event, such as a retraining.

$sel:resourceArn:PredictorMonitorEvaluation', predictorMonitorEvaluation_resourceArn - The Amazon Resource Name (ARN) of the resource to monitor.

$sel:windowEndDatetime:PredictorMonitorEvaluation', predictorMonitorEvaluation_windowEndDatetime - The timestamp that indicates the end of the window that is used for monitor evaluation.

$sel:windowStartDatetime:PredictorMonitorEvaluation', predictorMonitorEvaluation_windowStartDatetime - The timestamp that indicates the start of the window that is used for monitor evaluation.

PredictorSummary

data PredictorSummary Source #

Provides a summary of the predictor properties that are used in the ListPredictors operation. To get the complete set of properties, call the DescribePredictor operation, and provide the listed PredictorArn.

See: newPredictorSummary smart constructor.

Instances

Instances details
FromJSON PredictorSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorSummary

Generic PredictorSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorSummary

Associated Types

type Rep PredictorSummary :: Type -> Type #

Read PredictorSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorSummary

Show PredictorSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorSummary

NFData PredictorSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorSummary

Methods

rnf :: PredictorSummary -> () #

Eq PredictorSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorSummary

Hashable PredictorSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorSummary

type Rep PredictorSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.PredictorSummary

newPredictorSummary :: PredictorSummary Source #

Create a value of PredictorSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:creationTime:PredictorSummary', predictorSummary_creationTime - When the model training task was created.

$sel:datasetGroupArn:PredictorSummary', predictorSummary_datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group that contains the data used to train the predictor.

$sel:isAutoPredictor:PredictorSummary', predictorSummary_isAutoPredictor - Whether AutoPredictor was used to create the predictor.

$sel:lastModificationTime:PredictorSummary', predictorSummary_lastModificationTime - The last time the resource was modified. The timestamp depends on the status of the job:

  • CREATE_PENDING - The CreationTime.
  • CREATE_IN_PROGRESS - The current timestamp.
  • CREATE_STOPPING - The current timestamp.
  • CREATE_STOPPED - When the job stopped.
  • ACTIVE or CREATE_FAILED - When the job finished or failed.

$sel:message:PredictorSummary', predictorSummary_message - If an error occurred, an informational message about the error.

$sel:predictorArn:PredictorSummary', predictorSummary_predictorArn - The ARN of the predictor.

$sel:predictorName:PredictorSummary', predictorSummary_predictorName - The name of the predictor.

$sel:referencePredictorSummary:PredictorSummary', predictorSummary_referencePredictorSummary - A summary of the reference predictor used if the predictor was retrained or upgraded.

$sel:status:PredictorSummary', predictorSummary_status - The status of the predictor. States include:

  • ACTIVE
  • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
  • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
  • CREATE_STOPPING, CREATE_STOPPED

The Status of the predictor must be ACTIVE before you can use the predictor to create a forecast.

ReferencePredictorSummary

data ReferencePredictorSummary Source #

Provides a summary of the reference predictor used when retraining or upgrading a predictor.

See: newReferencePredictorSummary smart constructor.

Instances

Instances details
FromJSON ReferencePredictorSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.ReferencePredictorSummary

Generic ReferencePredictorSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.ReferencePredictorSummary

Associated Types

type Rep ReferencePredictorSummary :: Type -> Type #

Read ReferencePredictorSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.ReferencePredictorSummary

Show ReferencePredictorSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.ReferencePredictorSummary

NFData ReferencePredictorSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.ReferencePredictorSummary

Eq ReferencePredictorSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.ReferencePredictorSummary

Hashable ReferencePredictorSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.ReferencePredictorSummary

type Rep ReferencePredictorSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.ReferencePredictorSummary

type Rep ReferencePredictorSummary = D1 ('MetaData "ReferencePredictorSummary" "Amazonka.Forecast.Types.ReferencePredictorSummary" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "ReferencePredictorSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe State))))

newReferencePredictorSummary :: ReferencePredictorSummary Source #

Create a value of ReferencePredictorSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:arn:ReferencePredictorSummary', referencePredictorSummary_arn - The ARN of the reference predictor.

$sel:state:ReferencePredictorSummary', referencePredictorSummary_state - Whether the reference predictor is Active or Deleted.

S3Config

data S3Config Source #

The path to the file(s) in an Amazon Simple Storage Service (Amazon S3) bucket, and an AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the file(s). Optionally, includes an AWS Key Management Service (KMS) key. This object is part of the DataSource object that is submitted in the CreateDatasetImportJob request, and part of the DataDestination object.

See: newS3Config smart constructor.

Constructors

S3Config' (Maybe Text) Text Text 

Instances

Instances details
FromJSON S3Config Source # 
Instance details

Defined in Amazonka.Forecast.Types.S3Config

ToJSON S3Config Source # 
Instance details

Defined in Amazonka.Forecast.Types.S3Config

Generic S3Config Source # 
Instance details

Defined in Amazonka.Forecast.Types.S3Config

Associated Types

type Rep S3Config :: Type -> Type #

Methods

from :: S3Config -> Rep S3Config x #

to :: Rep S3Config x -> S3Config #

Read S3Config Source # 
Instance details

Defined in Amazonka.Forecast.Types.S3Config

Show S3Config Source # 
Instance details

Defined in Amazonka.Forecast.Types.S3Config

NFData S3Config Source # 
Instance details

Defined in Amazonka.Forecast.Types.S3Config

Methods

rnf :: S3Config -> () #

Eq S3Config Source # 
Instance details

Defined in Amazonka.Forecast.Types.S3Config

Hashable S3Config Source # 
Instance details

Defined in Amazonka.Forecast.Types.S3Config

Methods

hashWithSalt :: Int -> S3Config -> Int #

hash :: S3Config -> Int #

type Rep S3Config Source # 
Instance details

Defined in Amazonka.Forecast.Types.S3Config

type Rep S3Config = D1 ('MetaData "S3Config" "Amazonka.Forecast.Types.S3Config" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "S3Config'" 'PrefixI 'True) (S1 ('MetaSel ('Just "kmsKeyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newS3Config Source #

Create a value of S3Config with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:kmsKeyArn:S3Config', s3Config_kmsKeyArn - The Amazon Resource Name (ARN) of an AWS Key Management Service (KMS) key.

$sel:path:S3Config', s3Config_path - The path to an Amazon Simple Storage Service (Amazon S3) bucket or file(s) in an Amazon S3 bucket.

$sel:roleArn:S3Config', s3Config_roleArn - The ARN of the AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the Amazon S3 bucket or files. If you provide a value for the KMSKeyArn key, the role must allow access to the key.

Passing a role across AWS accounts is not allowed. If you pass a role that isn't in your account, you get an InvalidInputException error.

Schema

data Schema Source #

Defines the fields of a dataset.

See: newSchema smart constructor.

Instances

Instances details
FromJSON Schema Source # 
Instance details

Defined in Amazonka.Forecast.Types.Schema

ToJSON Schema Source # 
Instance details

Defined in Amazonka.Forecast.Types.Schema

Generic Schema Source # 
Instance details

Defined in Amazonka.Forecast.Types.Schema

Associated Types

type Rep Schema :: Type -> Type #

Methods

from :: Schema -> Rep Schema x #

to :: Rep Schema x -> Schema #

Read Schema Source # 
Instance details

Defined in Amazonka.Forecast.Types.Schema

Show Schema Source # 
Instance details

Defined in Amazonka.Forecast.Types.Schema

NFData Schema Source # 
Instance details

Defined in Amazonka.Forecast.Types.Schema

Methods

rnf :: Schema -> () #

Eq Schema Source # 
Instance details

Defined in Amazonka.Forecast.Types.Schema

Methods

(==) :: Schema -> Schema -> Bool #

(/=) :: Schema -> Schema -> Bool #

Hashable Schema Source # 
Instance details

Defined in Amazonka.Forecast.Types.Schema

Methods

hashWithSalt :: Int -> Schema -> Int #

hash :: Schema -> Int #

type Rep Schema Source # 
Instance details

Defined in Amazonka.Forecast.Types.Schema

type Rep Schema = D1 ('MetaData "Schema" "Amazonka.Forecast.Types.Schema" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "Schema'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty SchemaAttribute)))))

newSchema :: Schema Source #

Create a value of Schema with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:attributes:Schema', schema_attributes - An array of attributes specifying the name and type of each field in a dataset.

SchemaAttribute

data SchemaAttribute Source #

An attribute of a schema, which defines a dataset field. A schema attribute is required for every field in a dataset. The Schema object contains an array of SchemaAttribute objects.

See: newSchemaAttribute smart constructor.

Instances

Instances details
FromJSON SchemaAttribute Source # 
Instance details

Defined in Amazonka.Forecast.Types.SchemaAttribute

ToJSON SchemaAttribute Source # 
Instance details

Defined in Amazonka.Forecast.Types.SchemaAttribute

Generic SchemaAttribute Source # 
Instance details

Defined in Amazonka.Forecast.Types.SchemaAttribute

Associated Types

type Rep SchemaAttribute :: Type -> Type #

Read SchemaAttribute Source # 
Instance details

Defined in Amazonka.Forecast.Types.SchemaAttribute

Show SchemaAttribute Source # 
Instance details

Defined in Amazonka.Forecast.Types.SchemaAttribute

NFData SchemaAttribute Source # 
Instance details

Defined in Amazonka.Forecast.Types.SchemaAttribute

Methods

rnf :: SchemaAttribute -> () #

Eq SchemaAttribute Source # 
Instance details

Defined in Amazonka.Forecast.Types.SchemaAttribute

Hashable SchemaAttribute Source # 
Instance details

Defined in Amazonka.Forecast.Types.SchemaAttribute

type Rep SchemaAttribute Source # 
Instance details

Defined in Amazonka.Forecast.Types.SchemaAttribute

type Rep SchemaAttribute = D1 ('MetaData "SchemaAttribute" "Amazonka.Forecast.Types.SchemaAttribute" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "SchemaAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "attributeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AttributeType))))

newSchemaAttribute :: SchemaAttribute Source #

Create a value of SchemaAttribute with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:attributeName:SchemaAttribute', schemaAttribute_attributeName - The name of the dataset field.

$sel:attributeType:SchemaAttribute', schemaAttribute_attributeType - The data type of the field.

For a related time series dataset, other than date, item_id, and forecast dimensions attributes, all attributes should be of numerical type (integer/float).

Statistics

data Statistics Source #

Provides statistics for each data field imported into to an Amazon Forecast dataset with the CreateDatasetImportJob operation.

See: newStatistics smart constructor.

Instances

Instances details
FromJSON Statistics Source # 
Instance details

Defined in Amazonka.Forecast.Types.Statistics

Generic Statistics Source # 
Instance details

Defined in Amazonka.Forecast.Types.Statistics

Associated Types

type Rep Statistics :: Type -> Type #

Read Statistics Source # 
Instance details

Defined in Amazonka.Forecast.Types.Statistics

Show Statistics Source # 
Instance details

Defined in Amazonka.Forecast.Types.Statistics

NFData Statistics Source # 
Instance details

Defined in Amazonka.Forecast.Types.Statistics

Methods

rnf :: Statistics -> () #

Eq Statistics Source # 
Instance details

Defined in Amazonka.Forecast.Types.Statistics

Hashable Statistics Source # 
Instance details

Defined in Amazonka.Forecast.Types.Statistics

type Rep Statistics Source # 
Instance details

Defined in Amazonka.Forecast.Types.Statistics

type Rep Statistics = D1 ('MetaData "Statistics" "Amazonka.Forecast.Types.Statistics" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "Statistics'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "avg") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "count") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "countDistinct") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: (S1 ('MetaSel ('Just "countDistinctLong") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "countLong") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "countNan") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))) :*: ((S1 ('MetaSel ('Just "countNanLong") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "countNull") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "countNullLong") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))) :*: (S1 ('MetaSel ('Just "max") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "min") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stddev") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))))))

newStatistics :: Statistics Source #

Create a value of Statistics with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:avg:Statistics', statistics_avg - For a numeric field, the average value in the field.

$sel:count:Statistics', statistics_count - The number of values in the field. If the response value is -1, refer to CountLong.

$sel:countDistinct:Statistics', statistics_countDistinct - The number of distinct values in the field. If the response value is -1, refer to CountDistinctLong.

$sel:countDistinctLong:Statistics', statistics_countDistinctLong - The number of distinct values in the field. CountDistinctLong is used instead of CountDistinct if the value is greater than 2,147,483,647.

$sel:countLong:Statistics', statistics_countLong - The number of values in the field. CountLong is used instead of Count if the value is greater than 2,147,483,647.

$sel:countNan:Statistics', statistics_countNan - The number of NAN (not a number) values in the field. If the response value is -1, refer to CountNanLong.

$sel:countNanLong:Statistics', statistics_countNanLong - The number of NAN (not a number) values in the field. CountNanLong is used instead of CountNan if the value is greater than 2,147,483,647.

$sel:countNull:Statistics', statistics_countNull - The number of null values in the field. If the response value is -1, refer to CountNullLong.

$sel:countNullLong:Statistics', statistics_countNullLong - The number of null values in the field. CountNullLong is used instead of CountNull if the value is greater than 2,147,483,647.

$sel:max:Statistics', statistics_max - For a numeric field, the maximum value in the field.

$sel:min:Statistics', statistics_min - For a numeric field, the minimum value in the field.

$sel:stddev:Statistics', statistics_stddev - For a numeric field, the standard deviation.

SupplementaryFeature

data SupplementaryFeature Source #

This object belongs to the CreatePredictor operation. If you created your predictor with CreateAutoPredictor, see AdditionalDataset.

Describes a supplementary feature of a dataset group. This object is part of the InputDataConfig object. Forecast supports the Weather Index and Holidays built-in featurizations.

Weather Index

The Amazon Forecast Weather Index is a built-in featurization that incorporates historical and projected weather information into your model. The Weather Index supplements your datasets with over two years of historical weather data and up to 14 days of projected weather data. For more information, see Amazon Forecast Weather Index.

Holidays

Holidays is a built-in featurization that incorporates a feature-engineered dataset of national holiday information into your model. It provides native support for the holiday calendars of 66 countries. To view the holiday calendars, refer to the Jollyday library. For more information, see Holidays Featurization.

See: newSupplementaryFeature smart constructor.

Instances

Instances details
FromJSON SupplementaryFeature Source # 
Instance details

Defined in Amazonka.Forecast.Types.SupplementaryFeature

ToJSON SupplementaryFeature Source # 
Instance details

Defined in Amazonka.Forecast.Types.SupplementaryFeature

Generic SupplementaryFeature Source # 
Instance details

Defined in Amazonka.Forecast.Types.SupplementaryFeature

Associated Types

type Rep SupplementaryFeature :: Type -> Type #

Read SupplementaryFeature Source # 
Instance details

Defined in Amazonka.Forecast.Types.SupplementaryFeature

Show SupplementaryFeature Source # 
Instance details

Defined in Amazonka.Forecast.Types.SupplementaryFeature

NFData SupplementaryFeature Source # 
Instance details

Defined in Amazonka.Forecast.Types.SupplementaryFeature

Methods

rnf :: SupplementaryFeature -> () #

Eq SupplementaryFeature Source # 
Instance details

Defined in Amazonka.Forecast.Types.SupplementaryFeature

Hashable SupplementaryFeature Source # 
Instance details

Defined in Amazonka.Forecast.Types.SupplementaryFeature

type Rep SupplementaryFeature Source # 
Instance details

Defined in Amazonka.Forecast.Types.SupplementaryFeature

type Rep SupplementaryFeature = D1 ('MetaData "SupplementaryFeature" "Amazonka.Forecast.Types.SupplementaryFeature" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "SupplementaryFeature'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newSupplementaryFeature Source #

Create a value of SupplementaryFeature with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:SupplementaryFeature', supplementaryFeature_name - The name of the feature. Valid values: "holiday" and "weather".

$sel:value:SupplementaryFeature', supplementaryFeature_value - Weather Index

To enable the Weather Index, set the value to "true"

Holidays

To enable Holidays, specify a country with one of the following two-letter country codes:

  • "AL" - ALBANIA
  • "AR" - ARGENTINA
  • "AT" - AUSTRIA
  • "AU" - AUSTRALIA
  • "BA" - BOSNIA HERZEGOVINA
  • "BE" - BELGIUM
  • "BG" - BULGARIA
  • "BO" - BOLIVIA
  • "BR" - BRAZIL
  • "BY" - BELARUS
  • "CA" - CANADA
  • "CL" - CHILE
  • "CO" - COLOMBIA
  • "CR" - COSTA RICA
  • "HR" - CROATIA
  • "CZ" - CZECH REPUBLIC
  • "DK" - DENMARK
  • "EC" - ECUADOR
  • "EE" - ESTONIA
  • "ET" - ETHIOPIA
  • "FI" - FINLAND
  • "FR" - FRANCE
  • "DE" - GERMANY
  • "GR" - GREECE
  • "HU" - HUNGARY
  • "IS" - ICELAND
  • "IN" - INDIA
  • "IE" - IRELAND
  • "IT" - ITALY
  • "JP" - JAPAN
  • "KZ" - KAZAKHSTAN
  • "KR" - KOREA
  • "LV" - LATVIA
  • "LI" - LIECHTENSTEIN
  • "LT" - LITHUANIA
  • "LU" - LUXEMBOURG
  • "MK" - MACEDONIA
  • "MT" - MALTA
  • "MX" - MEXICO
  • "MD" - MOLDOVA
  • "ME" - MONTENEGRO
  • "NL" - NETHERLANDS
  • "NZ" - NEW ZEALAND
  • "NI" - NICARAGUA
  • "NG" - NIGERIA
  • "NO" - NORWAY
  • "PA" - PANAMA
  • "PY" - PARAGUAY
  • "PE" - PERU
  • "PL" - POLAND
  • "PT" - PORTUGAL
  • "RO" - ROMANIA
  • "RU" - RUSSIA
  • "RS" - SERBIA
  • "SK" - SLOVAKIA
  • "SI" - SLOVENIA
  • "ZA" - SOUTH AFRICA
  • "ES" - SPAIN
  • "SE" - SWEDEN
  • "CH" - SWITZERLAND
  • "UA" - UKRAINE
  • "AE" - UNITED ARAB EMIRATES
  • "US" - UNITED STATES
  • "UK" - UNITED KINGDOM
  • "UY" - URUGUAY
  • "VE" - VENEZUELA

Tag

data Tag Source #

The optional metadata that you apply to a resource to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define.

The following basic restrictions apply to tags:

  • Maximum number of tags per resource - 50.
  • For each resource, each tag key must be unique, and each tag key can have only one value.
  • Maximum key length - 128 Unicode characters in UTF-8.
  • Maximum value length - 256 Unicode characters in UTF-8.
  • If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @.
  • Tag keys and values are case sensitive.
  • Do not use aws:, AWS:, or any upper or lowercase combination of such as a prefix for keys as it is reserved for AWS use. You cannot edit or delete tag keys with this prefix. Values can have this prefix. If a tag value has aws as its prefix but the key does not, then Forecast considers it to be a user tag and will count against the limit of 50 tags. Tags with only the key prefix of aws do not count against your tags per resource limit.

See: newTag smart constructor.

Constructors

Tag' (Sensitive Text) (Sensitive Text) 

Instances

Instances details
FromJSON Tag Source # 
Instance details

Defined in Amazonka.Forecast.Types.Tag

ToJSON Tag Source # 
Instance details

Defined in Amazonka.Forecast.Types.Tag

Generic Tag Source # 
Instance details

Defined in Amazonka.Forecast.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

Show Tag Source # 
Instance details

Defined in Amazonka.Forecast.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

NFData Tag Source # 
Instance details

Defined in Amazonka.Forecast.Types.Tag

Methods

rnf :: Tag -> () #

Eq Tag Source # 
Instance details

Defined in Amazonka.Forecast.Types.Tag

Methods

(==) :: Tag -> Tag -> Bool #

(/=) :: Tag -> Tag -> Bool #

Hashable Tag Source # 
Instance details

Defined in Amazonka.Forecast.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

type Rep Tag Source # 
Instance details

Defined in Amazonka.Forecast.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.Forecast.Types.Tag" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))

newTag Source #

Create a value of Tag with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:key:Tag', tag_key - One part of a key-value pair that makes up a tag. A key is a general label that acts like a category for more specific tag values.

$sel:value:Tag', tag_value - The optional part of a key-value pair that makes up a tag. A value acts as a descriptor within a tag category (key).

TestWindowSummary

data TestWindowSummary Source #

The status, start time, and end time of a backtest, as well as a failure reason if applicable.

See: newTestWindowSummary smart constructor.

Instances

Instances details
FromJSON TestWindowSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.TestWindowSummary

Generic TestWindowSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.TestWindowSummary

Associated Types

type Rep TestWindowSummary :: Type -> Type #

Read TestWindowSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.TestWindowSummary

Show TestWindowSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.TestWindowSummary

NFData TestWindowSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.TestWindowSummary

Methods

rnf :: TestWindowSummary -> () #

Eq TestWindowSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.TestWindowSummary

Hashable TestWindowSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.TestWindowSummary

type Rep TestWindowSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.TestWindowSummary

type Rep TestWindowSummary = D1 ('MetaData "TestWindowSummary" "Amazonka.Forecast.Types.TestWindowSummary" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "TestWindowSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "testWindowEnd") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "testWindowStart") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

newTestWindowSummary :: TestWindowSummary Source #

Create a value of TestWindowSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:message:TestWindowSummary', testWindowSummary_message - If the test failed, the reason why it failed.

$sel:status:TestWindowSummary', testWindowSummary_status - The status of the test. Possible status values are:

  • ACTIVE
  • CREATE_IN_PROGRESS
  • CREATE_FAILED

$sel:testWindowEnd:TestWindowSummary', testWindowSummary_testWindowEnd - The time at which the test ended.

$sel:testWindowStart:TestWindowSummary', testWindowSummary_testWindowStart - The time at which the test began.

TimeAlignmentBoundary

data TimeAlignmentBoundary Source #

The time boundary Forecast uses to align and aggregate your data to match your forecast frequency. Provide the unit of time and the time boundary as a key value pair. If you don't provide a time boundary, Forecast uses a set of Default Time Boundaries.

For more information about aggregation, see Data Aggregation for Different Forecast Frequencies. For more information setting a custom time boundary, see Specifying a Time Boundary.

See: newTimeAlignmentBoundary smart constructor.

Instances

Instances details
FromJSON TimeAlignmentBoundary Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeAlignmentBoundary

ToJSON TimeAlignmentBoundary Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeAlignmentBoundary

Generic TimeAlignmentBoundary Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeAlignmentBoundary

Associated Types

type Rep TimeAlignmentBoundary :: Type -> Type #

Read TimeAlignmentBoundary Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeAlignmentBoundary

Show TimeAlignmentBoundary Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeAlignmentBoundary

NFData TimeAlignmentBoundary Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeAlignmentBoundary

Methods

rnf :: TimeAlignmentBoundary -> () #

Eq TimeAlignmentBoundary Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeAlignmentBoundary

Hashable TimeAlignmentBoundary Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeAlignmentBoundary

type Rep TimeAlignmentBoundary Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeAlignmentBoundary

type Rep TimeAlignmentBoundary = D1 ('MetaData "TimeAlignmentBoundary" "Amazonka.Forecast.Types.TimeAlignmentBoundary" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "TimeAlignmentBoundary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dayOfMonth") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "dayOfWeek") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DayOfWeek))) :*: (S1 ('MetaSel ('Just "hour") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "month") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Month)))))

newTimeAlignmentBoundary :: TimeAlignmentBoundary Source #

Create a value of TimeAlignmentBoundary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dayOfMonth:TimeAlignmentBoundary', timeAlignmentBoundary_dayOfMonth - The day of the month to use for time alignment during aggregation.

$sel:dayOfWeek:TimeAlignmentBoundary', timeAlignmentBoundary_dayOfWeek - The day of week to use for time alignment during aggregation. The day must be in uppercase.

$sel:hour:TimeAlignmentBoundary', timeAlignmentBoundary_hour - The hour of day to use for time alignment during aggregation.

$sel:month:TimeAlignmentBoundary', timeAlignmentBoundary_month - The month to use for time alignment during aggregation. The month must be in uppercase.

TimeSeriesCondition

data TimeSeriesCondition Source #

Creates a subset of items within an attribute that are modified. For example, you can use this operation to create a subset of items that cost $5 or less. To do this, you specify "AttributeName": "price", "AttributeValue": "5", and "Condition": "LESS_THAN". Pair this operation with the Action operation within the CreateWhatIfForecastRequest$TimeSeriesTransformations operation to define how the attribute is modified.

See: newTimeSeriesCondition smart constructor.

Instances

Instances details
FromJSON TimeSeriesCondition Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesCondition

ToJSON TimeSeriesCondition Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesCondition

Generic TimeSeriesCondition Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesCondition

Associated Types

type Rep TimeSeriesCondition :: Type -> Type #

Read TimeSeriesCondition Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesCondition

Show TimeSeriesCondition Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesCondition

NFData TimeSeriesCondition Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesCondition

Methods

rnf :: TimeSeriesCondition -> () #

Eq TimeSeriesCondition Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesCondition

Hashable TimeSeriesCondition Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesCondition

type Rep TimeSeriesCondition Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesCondition

type Rep TimeSeriesCondition = D1 ('MetaData "TimeSeriesCondition" "Amazonka.Forecast.Types.TimeSeriesCondition" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "TimeSeriesCondition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "attributeValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "condition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Condition))))

newTimeSeriesCondition Source #

Create a value of TimeSeriesCondition with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:attributeName:TimeSeriesCondition', timeSeriesCondition_attributeName - The item_id, dimension name, IM name, or timestamp that you are modifying.

$sel:attributeValue:TimeSeriesCondition', timeSeriesCondition_attributeValue - The value that is applied for the chosen Condition.

$sel:condition:TimeSeriesCondition', timeSeriesCondition_condition - The condition to apply. Valid values are EQUALS, NOT_EQUALS, LESS_THAN and GREATER_THAN.

TimeSeriesIdentifiers

data TimeSeriesIdentifiers Source #

Details about the import file that contains the time series for which you want to create forecasts.

See: newTimeSeriesIdentifiers smart constructor.

Instances

Instances details
FromJSON TimeSeriesIdentifiers Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesIdentifiers

ToJSON TimeSeriesIdentifiers Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesIdentifiers

Generic TimeSeriesIdentifiers Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesIdentifiers

Associated Types

type Rep TimeSeriesIdentifiers :: Type -> Type #

Read TimeSeriesIdentifiers Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesIdentifiers

Show TimeSeriesIdentifiers Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesIdentifiers

NFData TimeSeriesIdentifiers Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesIdentifiers

Methods

rnf :: TimeSeriesIdentifiers -> () #

Eq TimeSeriesIdentifiers Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesIdentifiers

Hashable TimeSeriesIdentifiers Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesIdentifiers

type Rep TimeSeriesIdentifiers Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesIdentifiers

type Rep TimeSeriesIdentifiers = D1 ('MetaData "TimeSeriesIdentifiers" "Amazonka.Forecast.Types.TimeSeriesIdentifiers" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "TimeSeriesIdentifiers'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataSource)) :*: (S1 ('MetaSel ('Just "format") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "schema") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Schema)))))

newTimeSeriesIdentifiers :: TimeSeriesIdentifiers Source #

Create a value of TimeSeriesIdentifiers with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dataSource:TimeSeriesIdentifiers', timeSeriesIdentifiers_dataSource - Undocumented member.

$sel:format:TimeSeriesIdentifiers', timeSeriesIdentifiers_format - The format of the data, either CSV or PARQUET.

$sel:schema:TimeSeriesIdentifiers', timeSeriesIdentifiers_schema - Undocumented member.

TimeSeriesReplacementsDataSource

data TimeSeriesReplacementsDataSource Source #

A replacement dataset is a modified version of the baseline related time series that contains only the values that you want to include in a what-if forecast. The replacement dataset must contain the forecast dimensions and item identifiers in the baseline related time series as well as at least 1 changed time series. This dataset is merged with the baseline related time series to create a transformed dataset that is used for the what-if forecast.

See: newTimeSeriesReplacementsDataSource smart constructor.

Instances

Instances details
FromJSON TimeSeriesReplacementsDataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesReplacementsDataSource

ToJSON TimeSeriesReplacementsDataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesReplacementsDataSource

Generic TimeSeriesReplacementsDataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesReplacementsDataSource

Associated Types

type Rep TimeSeriesReplacementsDataSource :: Type -> Type #

Read TimeSeriesReplacementsDataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesReplacementsDataSource

Show TimeSeriesReplacementsDataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesReplacementsDataSource

NFData TimeSeriesReplacementsDataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesReplacementsDataSource

Eq TimeSeriesReplacementsDataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesReplacementsDataSource

Hashable TimeSeriesReplacementsDataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesReplacementsDataSource

type Rep TimeSeriesReplacementsDataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesReplacementsDataSource

type Rep TimeSeriesReplacementsDataSource = D1 ('MetaData "TimeSeriesReplacementsDataSource" "Amazonka.Forecast.Types.TimeSeriesReplacementsDataSource" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "TimeSeriesReplacementsDataSource'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "format") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "timestampFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "s3Config") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 S3Config) :*: S1 ('MetaSel ('Just "schema") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Schema))))

TimeSeriesSelector

data TimeSeriesSelector Source #

Defines the set of time series that are used to create the forecasts in a TimeSeriesIdentifiers object.

The TimeSeriesIdentifiers object needs the following information:

  • DataSource
  • Format
  • Schema

See: newTimeSeriesSelector smart constructor.

Instances

Instances details
FromJSON TimeSeriesSelector Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesSelector

ToJSON TimeSeriesSelector Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesSelector

Generic TimeSeriesSelector Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesSelector

Associated Types

type Rep TimeSeriesSelector :: Type -> Type #

Read TimeSeriesSelector Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesSelector

Show TimeSeriesSelector Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesSelector

NFData TimeSeriesSelector Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesSelector

Methods

rnf :: TimeSeriesSelector -> () #

Eq TimeSeriesSelector Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesSelector

Hashable TimeSeriesSelector Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesSelector

type Rep TimeSeriesSelector Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesSelector

type Rep TimeSeriesSelector = D1 ('MetaData "TimeSeriesSelector" "Amazonka.Forecast.Types.TimeSeriesSelector" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "TimeSeriesSelector'" 'PrefixI 'True) (S1 ('MetaSel ('Just "timeSeriesIdentifiers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimeSeriesIdentifiers))))

newTimeSeriesSelector :: TimeSeriesSelector Source #

Create a value of TimeSeriesSelector with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:timeSeriesIdentifiers:TimeSeriesSelector', timeSeriesSelector_timeSeriesIdentifiers - Details about the import file that contains the time series for which you want to create forecasts.

TimeSeriesTransformation

data TimeSeriesTransformation Source #

A transformation function is a pair of operations that select and modify the rows in a related time series. You select the rows that you want with a condition operation and you modify the rows with a transformation operation. All conditions are joined with an AND operation, meaning that all conditions must be true for the transformation to be applied. Transformations are applied in the order that they are listed.

See: newTimeSeriesTransformation smart constructor.

Instances

Instances details
FromJSON TimeSeriesTransformation Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesTransformation

ToJSON TimeSeriesTransformation Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesTransformation

Generic TimeSeriesTransformation Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesTransformation

Associated Types

type Rep TimeSeriesTransformation :: Type -> Type #

Read TimeSeriesTransformation Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesTransformation

Show TimeSeriesTransformation Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesTransformation

NFData TimeSeriesTransformation Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesTransformation

Eq TimeSeriesTransformation Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesTransformation

Hashable TimeSeriesTransformation Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesTransformation

type Rep TimeSeriesTransformation Source # 
Instance details

Defined in Amazonka.Forecast.Types.TimeSeriesTransformation

type Rep TimeSeriesTransformation = D1 ('MetaData "TimeSeriesTransformation" "Amazonka.Forecast.Types.TimeSeriesTransformation" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "TimeSeriesTransformation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Action)) :*: S1 ('MetaSel ('Just "timeSeriesConditions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TimeSeriesCondition]))))

newTimeSeriesTransformation :: TimeSeriesTransformation Source #

Create a value of TimeSeriesTransformation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:action:TimeSeriesTransformation', timeSeriesTransformation_action - An array of actions that define a time series and how it is transformed. These transformations create a new time series that is used for the what-if analysis.

$sel:timeSeriesConditions:TimeSeriesTransformation', timeSeriesTransformation_timeSeriesConditions - An array of conditions that define which members of the related time series are transformed.

WeightedQuantileLoss

data WeightedQuantileLoss Source #

The weighted loss value for a quantile. This object is part of the Metrics object.

See: newWeightedQuantileLoss smart constructor.

Instances

Instances details
FromJSON WeightedQuantileLoss Source # 
Instance details

Defined in Amazonka.Forecast.Types.WeightedQuantileLoss

Generic WeightedQuantileLoss Source # 
Instance details

Defined in Amazonka.Forecast.Types.WeightedQuantileLoss

Associated Types

type Rep WeightedQuantileLoss :: Type -> Type #

Read WeightedQuantileLoss Source # 
Instance details

Defined in Amazonka.Forecast.Types.WeightedQuantileLoss

Show WeightedQuantileLoss Source # 
Instance details

Defined in Amazonka.Forecast.Types.WeightedQuantileLoss

NFData WeightedQuantileLoss Source # 
Instance details

Defined in Amazonka.Forecast.Types.WeightedQuantileLoss

Methods

rnf :: WeightedQuantileLoss -> () #

Eq WeightedQuantileLoss Source # 
Instance details

Defined in Amazonka.Forecast.Types.WeightedQuantileLoss

Hashable WeightedQuantileLoss Source # 
Instance details

Defined in Amazonka.Forecast.Types.WeightedQuantileLoss

type Rep WeightedQuantileLoss Source # 
Instance details

Defined in Amazonka.Forecast.Types.WeightedQuantileLoss

type Rep WeightedQuantileLoss = D1 ('MetaData "WeightedQuantileLoss" "Amazonka.Forecast.Types.WeightedQuantileLoss" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "WeightedQuantileLoss'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lossValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "quantile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

newWeightedQuantileLoss :: WeightedQuantileLoss Source #

Create a value of WeightedQuantileLoss with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:lossValue:WeightedQuantileLoss', weightedQuantileLoss_lossValue - The difference between the predicted value and the actual value over the quantile, weighted (normalized) by dividing by the sum over all quantiles.

$sel:quantile:WeightedQuantileLoss', weightedQuantileLoss_quantile - The quantile. Quantiles divide a probability distribution into regions of equal probability. For example, if the distribution was divided into 5 regions of equal probability, the quantiles would be 0.2, 0.4, 0.6, and 0.8.

WhatIfAnalysisSummary

data WhatIfAnalysisSummary Source #

Provides a summary of the what-if analysis properties used in the ListWhatIfAnalyses operation. To get the complete set of properties, call the DescribeWhatIfAnalysis operation, and provide the WhatIfAnalysisArn that is listed in the summary.

See: newWhatIfAnalysisSummary smart constructor.

Instances

Instances details
FromJSON WhatIfAnalysisSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.WhatIfAnalysisSummary

Generic WhatIfAnalysisSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.WhatIfAnalysisSummary

Associated Types

type Rep WhatIfAnalysisSummary :: Type -> Type #

Read WhatIfAnalysisSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.WhatIfAnalysisSummary

Show WhatIfAnalysisSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.WhatIfAnalysisSummary

NFData WhatIfAnalysisSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.WhatIfAnalysisSummary

Methods

rnf :: WhatIfAnalysisSummary -> () #

Eq WhatIfAnalysisSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.WhatIfAnalysisSummary

Hashable WhatIfAnalysisSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.WhatIfAnalysisSummary

type Rep WhatIfAnalysisSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.WhatIfAnalysisSummary

type Rep WhatIfAnalysisSummary = D1 ('MetaData "WhatIfAnalysisSummary" "Amazonka.Forecast.Types.WhatIfAnalysisSummary" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "WhatIfAnalysisSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "forecastArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModificationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "whatIfAnalysisArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "whatIfAnalysisName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newWhatIfAnalysisSummary :: WhatIfAnalysisSummary Source #

Create a value of WhatIfAnalysisSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:creationTime:WhatIfAnalysisSummary', whatIfAnalysisSummary_creationTime - When the what-if analysis was created.

$sel:forecastArn:WhatIfAnalysisSummary', whatIfAnalysisSummary_forecastArn - The Amazon Resource Name (ARN) of the baseline forecast that is being used in this what-if analysis.

$sel:lastModificationTime:WhatIfAnalysisSummary', whatIfAnalysisSummary_lastModificationTime - The last time the resource was modified. The timestamp depends on the status of the job:

  • CREATE_PENDING - The CreationTime.
  • CREATE_IN_PROGRESS - The current timestamp.
  • CREATE_STOPPING - The current timestamp.
  • CREATE_STOPPED - When the job stopped.
  • ACTIVE or CREATE_FAILED - When the job finished or failed.

$sel:message:WhatIfAnalysisSummary', whatIfAnalysisSummary_message - If an error occurred, an informational message about the error.

$sel:status:WhatIfAnalysisSummary', whatIfAnalysisSummary_status - The status of the what-if analysis. States include:

  • ACTIVE
  • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
  • CREATE_STOPPING, CREATE_STOPPED
  • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED

The Status of the what-if analysis must be ACTIVE before you can access the analysis.

$sel:whatIfAnalysisArn:WhatIfAnalysisSummary', whatIfAnalysisSummary_whatIfAnalysisArn - The Amazon Resource Name (ARN) of the what-if analysis.

$sel:whatIfAnalysisName:WhatIfAnalysisSummary', whatIfAnalysisSummary_whatIfAnalysisName - The name of the what-if analysis.

WhatIfForecastExportSummary

data WhatIfForecastExportSummary Source #

Provides a summary of the what-if forecast export properties used in the ListWhatIfForecastExports operation. To get the complete set of properties, call the DescribeWhatIfForecastExport operation, and provide the WhatIfForecastExportArn that is listed in the summary.

See: newWhatIfForecastExportSummary smart constructor.

Instances

Instances details
FromJSON WhatIfForecastExportSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.WhatIfForecastExportSummary

Generic WhatIfForecastExportSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.WhatIfForecastExportSummary

Associated Types

type Rep WhatIfForecastExportSummary :: Type -> Type #

Read WhatIfForecastExportSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.WhatIfForecastExportSummary

Show WhatIfForecastExportSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.WhatIfForecastExportSummary

NFData WhatIfForecastExportSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.WhatIfForecastExportSummary

Eq WhatIfForecastExportSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.WhatIfForecastExportSummary

Hashable WhatIfForecastExportSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.WhatIfForecastExportSummary

type Rep WhatIfForecastExportSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.WhatIfForecastExportSummary

type Rep WhatIfForecastExportSummary = D1 ('MetaData "WhatIfForecastExportSummary" "Amazonka.Forecast.Types.WhatIfForecastExportSummary" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "WhatIfForecastExportSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataDestination))) :*: (S1 ('MetaSel ('Just "lastModificationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "whatIfForecastArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))) :*: (S1 ('MetaSel ('Just "whatIfForecastExportArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "whatIfForecastExportName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newWhatIfForecastExportSummary :: WhatIfForecastExportSummary Source #

Create a value of WhatIfForecastExportSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:creationTime:WhatIfForecastExportSummary', whatIfForecastExportSummary_creationTime - When the what-if forecast export was created.

$sel:destination:WhatIfForecastExportSummary', whatIfForecastExportSummary_destination - The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.

$sel:lastModificationTime:WhatIfForecastExportSummary', whatIfForecastExportSummary_lastModificationTime - The last time the resource was modified. The timestamp depends on the status of the job:

  • CREATE_PENDING - The CreationTime.
  • CREATE_IN_PROGRESS - The current timestamp.
  • CREATE_STOPPING - The current timestamp.
  • CREATE_STOPPED - When the job stopped.
  • ACTIVE or CREATE_FAILED - When the job finished or failed.

$sel:message:WhatIfForecastExportSummary', whatIfForecastExportSummary_message - If an error occurred, an informational message about the error.

$sel:status:WhatIfForecastExportSummary', whatIfForecastExportSummary_status - The status of the what-if forecast export. States include:

  • ACTIVE
  • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
  • CREATE_STOPPING, CREATE_STOPPED
  • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED

The Status of the what-if analysis must be ACTIVE before you can access the analysis.

$sel:whatIfForecastArns:WhatIfForecastExportSummary', whatIfForecastExportSummary_whatIfForecastArns - An array of Amazon Resource Names (ARNs) that define the what-if forecasts included in the export.

$sel:whatIfForecastExportArn:WhatIfForecastExportSummary', whatIfForecastExportSummary_whatIfForecastExportArn - The Amazon Resource Name (ARN) of the what-if forecast export.

$sel:whatIfForecastExportName:WhatIfForecastExportSummary', whatIfForecastExportSummary_whatIfForecastExportName - The what-if forecast export name.

WhatIfForecastSummary

data WhatIfForecastSummary Source #

Provides a summary of the what-if forecast properties used in the ListWhatIfForecasts operation. To get the complete set of properties, call the DescribeWhatIfForecast operation, and provide the WhatIfForecastArn that is listed in the summary.

See: newWhatIfForecastSummary smart constructor.

Instances

Instances details
FromJSON WhatIfForecastSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.WhatIfForecastSummary

Generic WhatIfForecastSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.WhatIfForecastSummary

Associated Types

type Rep WhatIfForecastSummary :: Type -> Type #

Read WhatIfForecastSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.WhatIfForecastSummary

Show WhatIfForecastSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.WhatIfForecastSummary

NFData WhatIfForecastSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.WhatIfForecastSummary

Methods

rnf :: WhatIfForecastSummary -> () #

Eq WhatIfForecastSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.WhatIfForecastSummary

Hashable WhatIfForecastSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.WhatIfForecastSummary

type Rep WhatIfForecastSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.WhatIfForecastSummary

type Rep WhatIfForecastSummary = D1 ('MetaData "WhatIfForecastSummary" "Amazonka.Forecast.Types.WhatIfForecastSummary" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "WhatIfForecastSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "lastModificationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "whatIfAnalysisArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "whatIfForecastArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "whatIfForecastName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newWhatIfForecastSummary :: WhatIfForecastSummary Source #

Create a value of WhatIfForecastSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:creationTime:WhatIfForecastSummary', whatIfForecastSummary_creationTime - When the what-if forecast was created.

$sel:lastModificationTime:WhatIfForecastSummary', whatIfForecastSummary_lastModificationTime - The last time the resource was modified. The timestamp depends on the status of the job:

  • CREATE_PENDING - The CreationTime.
  • CREATE_IN_PROGRESS - The current timestamp.
  • CREATE_STOPPING - The current timestamp.
  • CREATE_STOPPED - When the job stopped.
  • ACTIVE or CREATE_FAILED - When the job finished or failed.

$sel:message:WhatIfForecastSummary', whatIfForecastSummary_message - If an error occurred, an informational message about the error.

$sel:status:WhatIfForecastSummary', whatIfForecastSummary_status - The status of the what-if forecast. States include:

  • ACTIVE
  • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
  • CREATE_STOPPING, CREATE_STOPPED
  • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED

The Status of the what-if analysis must be ACTIVE before you can access the analysis.

$sel:whatIfAnalysisArn:WhatIfForecastSummary', whatIfForecastSummary_whatIfAnalysisArn - The Amazon Resource Name (ARN) of the what-if analysis that contains this what-if forecast.

$sel:whatIfForecastArn:WhatIfForecastSummary', whatIfForecastSummary_whatIfForecastArn - The Amazon Resource Name (ARN) of the what-if forecast.

$sel:whatIfForecastName:WhatIfForecastSummary', whatIfForecastSummary_whatIfForecastName - The name of the what-if forecast.

WindowSummary

data WindowSummary Source #

The metrics for a time range within the evaluation portion of a dataset. This object is part of the EvaluationResult object.

The TestWindowStart and TestWindowEnd parameters are determined by the BackTestWindowOffset parameter of the EvaluationParameters object.

See: newWindowSummary smart constructor.

Instances

Instances details
FromJSON WindowSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.WindowSummary

Generic WindowSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.WindowSummary

Associated Types

type Rep WindowSummary :: Type -> Type #

Read WindowSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.WindowSummary

Show WindowSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.WindowSummary

NFData WindowSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.WindowSummary

Methods

rnf :: WindowSummary -> () #

Eq WindowSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.WindowSummary

Hashable WindowSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.WindowSummary

type Rep WindowSummary Source # 
Instance details

Defined in Amazonka.Forecast.Types.WindowSummary

type Rep WindowSummary = D1 ('MetaData "WindowSummary" "Amazonka.Forecast.Types.WindowSummary" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" 'False) (C1 ('MetaCons "WindowSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "evaluationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EvaluationType)) :*: S1 ('MetaSel ('Just "itemCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "metrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Metrics)) :*: (S1 ('MetaSel ('Just "testWindowEnd") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "testWindowStart") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

newWindowSummary :: WindowSummary Source #

Create a value of WindowSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:evaluationType:WindowSummary', windowSummary_evaluationType - The type of evaluation.

  • SUMMARY - The average metrics across all windows.
  • COMPUTED - The metrics for the specified window.

$sel:itemCount:WindowSummary', windowSummary_itemCount - The number of data points within the window.

$sel:metrics:WindowSummary', windowSummary_metrics - Provides metrics used to evaluate the performance of a predictor.

$sel:testWindowEnd:WindowSummary', windowSummary_testWindowEnd - The timestamp that defines the end of the window.

$sel:testWindowStart:WindowSummary', windowSummary_testWindowStart - The timestamp that defines the start of the window.