Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TimeSeriesForecastingSettings

import type { TimeSeriesForecastingSettings } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

Time series forecast settings for the SageMaker Canvas app.

interface TimeSeriesForecastingSettings {
AmazonForecastRoleArn?: string | null;
Status?: FeatureStatus | null;
}

§Properties

§
AmazonForecastRoleArn?: string | null
[src]

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.

§
Status?: FeatureStatus | null
[src]

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