| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.Types.TimeSeriesForecastingSettings
Description
Synopsis
- data TimeSeriesForecastingSettings = TimeSeriesForecastingSettings' {}
 - newTimeSeriesForecastingSettings :: TimeSeriesForecastingSettings
 - timeSeriesForecastingSettings_amazonForecastRoleArn :: Lens' TimeSeriesForecastingSettings (Maybe Text)
 - timeSeriesForecastingSettings_status :: Lens' TimeSeriesForecastingSettings (Maybe FeatureStatus)
 
Documentation
data TimeSeriesForecastingSettings Source #
Time series forecast settings for the SageMaker Canvas app.
See: newTimeSeriesForecastingSettings smart constructor.
Constructors
| TimeSeriesForecastingSettings' | |
Fields 
  | |
Instances
newTimeSeriesForecastingSettings :: TimeSeriesForecastingSettings Source #
Create a value of TimeSeriesForecastingSettings 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:amazonForecastRoleArn:TimeSeriesForecastingSettings', timeSeriesForecastingSettings_amazonForecastRoleArn - The IAM role that Canvas passes to Amazon Forecast for time series
 forecasting. By default, Canvas uses the execution role specified in the
 UserProfile that launches the Canvas app. If an execution role is not
 specified in the UserProfile, Canvas uses the execution role specified
 in the Domain that owns the UserProfile. To allow time series
 forecasting, this IAM role should have the
 AmazonSageMakerCanvasForecastAccess
 policy attached and forecast.amazonaws.com added in the trust
 relationship as a service principal.
$sel:status:TimeSeriesForecastingSettings', timeSeriesForecastingSettings_status - Describes whether time series forecasting is enabled or disabled in the
 Canvas app.
timeSeriesForecastingSettings_amazonForecastRoleArn :: Lens' TimeSeriesForecastingSettings (Maybe Text) Source #
The IAM role that Canvas passes to Amazon Forecast for time series
 forecasting. By default, Canvas uses the execution role specified in the
 UserProfile that launches the Canvas app. If an execution role is not
 specified in the UserProfile, Canvas uses the execution role specified
 in the Domain that owns the UserProfile. To allow time series
 forecasting, this IAM role should have the
 AmazonSageMakerCanvasForecastAccess
 policy attached and forecast.amazonaws.com added in the trust
 relationship as a service principal.
timeSeriesForecastingSettings_status :: Lens' TimeSeriesForecastingSettings (Maybe FeatureStatus) Source #
Describes whether time series forecasting is enabled or disabled in the Canvas app.