Interface TimeSeriesForecastingSettings.Builder

    • Method Detail

      • status

        TimeSeriesForecastingSettings.Builder status​(String status)

        Describes whether time series forecasting is enabled or disabled in the Canvas application.

        Parameters:
        status - Describes whether time series forecasting is enabled or disabled in the Canvas application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FeatureStatus, FeatureStatus
      • status

        TimeSeriesForecastingSettings.Builder status​(FeatureStatus status)

        Describes whether time series forecasting is enabled or disabled in the Canvas application.

        Parameters:
        status - Describes whether time series forecasting is enabled or disabled in the Canvas application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FeatureStatus, FeatureStatus
      • amazonForecastRoleArn

        TimeSeriesForecastingSettings.Builder amazonForecastRoleArn​(String 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 application. 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.

        Parameters:
        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 application. 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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.