Literals#
Index > ForecastService > Literals
Auto-generated documentation for ForecastService type annotations stubs module types-boto3-forecast.
AttributeTypeType#
# AttributeTypeType usage example
from types_boto3_forecast.literals import AttributeTypeType
def get_value() -> AttributeTypeType:
    return "float"# AttributeTypeType definition
AttributeTypeType = Literal[
    "float",
    "geolocation",
    "integer",
    "string",
    "timestamp",
]AutoMLOverrideStrategyType#
# AutoMLOverrideStrategyType usage example
from types_boto3_forecast.literals import AutoMLOverrideStrategyType
def get_value() -> AutoMLOverrideStrategyType:
    return "AccuracyOptimized"# AutoMLOverrideStrategyType definition
AutoMLOverrideStrategyType = Literal[
    "AccuracyOptimized",
    "LatencyOptimized",
]ConditionType#
# ConditionType usage example
from types_boto3_forecast.literals import ConditionType
def get_value() -> ConditionType:
    return "EQUALS"# ConditionType definition
ConditionType = Literal[
    "EQUALS",
    "GREATER_THAN",
    "LESS_THAN",
    "NOT_EQUALS",
]DatasetTypeType#
# DatasetTypeType usage example
from types_boto3_forecast.literals import DatasetTypeType
def get_value() -> DatasetTypeType:
    return "ITEM_METADATA"# DatasetTypeType definition
DatasetTypeType = Literal[
    "ITEM_METADATA",
    "RELATED_TIME_SERIES",
    "TARGET_TIME_SERIES",
]DayOfWeekType#
# DayOfWeekType usage example
from types_boto3_forecast.literals import DayOfWeekType
def get_value() -> DayOfWeekType:
    return "FRIDAY"# DayOfWeekType definition
DayOfWeekType = Literal[
    "FRIDAY",
    "MONDAY",
    "SATURDAY",
    "SUNDAY",
    "THURSDAY",
    "TUESDAY",
    "WEDNESDAY",
]DomainType#
# DomainType usage example
from types_boto3_forecast.literals import DomainType
def get_value() -> DomainType:
    return "CUSTOM"# DomainType definition
DomainType = Literal[
    "CUSTOM",
    "EC2_CAPACITY",
    "INVENTORY_PLANNING",
    "METRICS",
    "RETAIL",
    "WEB_TRAFFIC",
    "WORK_FORCE",
]EvaluationTypeType#
# EvaluationTypeType usage example
from types_boto3_forecast.literals import EvaluationTypeType
def get_value() -> EvaluationTypeType:
    return "COMPUTED"# EvaluationTypeType definition
EvaluationTypeType = Literal[
    "COMPUTED",
    "SUMMARY",
]FeaturizationMethodNameType#
# FeaturizationMethodNameType usage example
from types_boto3_forecast.literals import FeaturizationMethodNameType
def get_value() -> FeaturizationMethodNameType:
    return "filling"# FeaturizationMethodNameType definition
FeaturizationMethodNameType = Literal[
    "filling",
]FilterConditionStringType#
# FilterConditionStringType usage example
from types_boto3_forecast.literals import FilterConditionStringType
def get_value() -> FilterConditionStringType:
    return "IS"# FilterConditionStringType definition
FilterConditionStringType = Literal[
    "IS",
    "IS_NOT",
]ImportModeType#
# ImportModeType usage example
from types_boto3_forecast.literals import ImportModeType
def get_value() -> ImportModeType:
    return "FULL"# ImportModeType definition
ImportModeType = Literal[
    "FULL",
    "INCREMENTAL",
]ListDatasetGroupsPaginatorName#
# ListDatasetGroupsPaginatorName usage example
from types_boto3_forecast.literals import ListDatasetGroupsPaginatorName
def get_value() -> ListDatasetGroupsPaginatorName:
    return "list_dataset_groups"# ListDatasetGroupsPaginatorName definition
ListDatasetGroupsPaginatorName = Literal[
    "list_dataset_groups",
]ListDatasetImportJobsPaginatorName#
# ListDatasetImportJobsPaginatorName usage example
from types_boto3_forecast.literals import ListDatasetImportJobsPaginatorName
def get_value() -> ListDatasetImportJobsPaginatorName:
    return "list_dataset_import_jobs"# ListDatasetImportJobsPaginatorName definition
ListDatasetImportJobsPaginatorName = Literal[
    "list_dataset_import_jobs",
]ListDatasetsPaginatorName#
# ListDatasetsPaginatorName usage example
from types_boto3_forecast.literals import ListDatasetsPaginatorName
def get_value() -> ListDatasetsPaginatorName:
    return "list_datasets"# ListDatasetsPaginatorName definition
ListDatasetsPaginatorName = Literal[
    "list_datasets",
]ListExplainabilitiesPaginatorName#
# ListExplainabilitiesPaginatorName usage example
from types_boto3_forecast.literals import ListExplainabilitiesPaginatorName
def get_value() -> ListExplainabilitiesPaginatorName:
    return "list_explainabilities"# ListExplainabilitiesPaginatorName definition
ListExplainabilitiesPaginatorName = Literal[
    "list_explainabilities",
]ListExplainabilityExportsPaginatorName#
# ListExplainabilityExportsPaginatorName usage example
from types_boto3_forecast.literals import ListExplainabilityExportsPaginatorName
def get_value() -> ListExplainabilityExportsPaginatorName:
    return "list_explainability_exports"# ListExplainabilityExportsPaginatorName definition
ListExplainabilityExportsPaginatorName = Literal[
    "list_explainability_exports",
]ListForecastExportJobsPaginatorName#
# ListForecastExportJobsPaginatorName usage example
from types_boto3_forecast.literals import ListForecastExportJobsPaginatorName
def get_value() -> ListForecastExportJobsPaginatorName:
    return "list_forecast_export_jobs"# ListForecastExportJobsPaginatorName definition
ListForecastExportJobsPaginatorName = Literal[
    "list_forecast_export_jobs",
]ListForecastsPaginatorName#
# ListForecastsPaginatorName usage example
from types_boto3_forecast.literals import ListForecastsPaginatorName
def get_value() -> ListForecastsPaginatorName:
    return "list_forecasts"# ListForecastsPaginatorName definition
ListForecastsPaginatorName = Literal[
    "list_forecasts",
]ListMonitorEvaluationsPaginatorName#
# ListMonitorEvaluationsPaginatorName usage example
from types_boto3_forecast.literals import ListMonitorEvaluationsPaginatorName
def get_value() -> ListMonitorEvaluationsPaginatorName:
    return "list_monitor_evaluations"# ListMonitorEvaluationsPaginatorName definition
ListMonitorEvaluationsPaginatorName = Literal[
    "list_monitor_evaluations",
]ListMonitorsPaginatorName#
# ListMonitorsPaginatorName usage example
from types_boto3_forecast.literals import ListMonitorsPaginatorName
def get_value() -> ListMonitorsPaginatorName:
    return "list_monitors"# ListMonitorsPaginatorName definition
ListMonitorsPaginatorName = Literal[
    "list_monitors",
]ListPredictorBacktestExportJobsPaginatorName#
# ListPredictorBacktestExportJobsPaginatorName usage example
from types_boto3_forecast.literals import ListPredictorBacktestExportJobsPaginatorName
def get_value() -> ListPredictorBacktestExportJobsPaginatorName:
    return "list_predictor_backtest_export_jobs"# ListPredictorBacktestExportJobsPaginatorName definition
ListPredictorBacktestExportJobsPaginatorName = Literal[
    "list_predictor_backtest_export_jobs",
]ListPredictorsPaginatorName#
# ListPredictorsPaginatorName usage example
from types_boto3_forecast.literals import ListPredictorsPaginatorName
def get_value() -> ListPredictorsPaginatorName:
    return "list_predictors"# ListPredictorsPaginatorName definition
ListPredictorsPaginatorName = Literal[
    "list_predictors",
]ListWhatIfAnalysesPaginatorName#
# ListWhatIfAnalysesPaginatorName usage example
from types_boto3_forecast.literals import ListWhatIfAnalysesPaginatorName
def get_value() -> ListWhatIfAnalysesPaginatorName:
    return "list_what_if_analyses"# ListWhatIfAnalysesPaginatorName definition
ListWhatIfAnalysesPaginatorName = Literal[
    "list_what_if_analyses",
]ListWhatIfForecastExportsPaginatorName#
# ListWhatIfForecastExportsPaginatorName usage example
from types_boto3_forecast.literals import ListWhatIfForecastExportsPaginatorName
def get_value() -> ListWhatIfForecastExportsPaginatorName:
    return "list_what_if_forecast_exports"# ListWhatIfForecastExportsPaginatorName definition
ListWhatIfForecastExportsPaginatorName = Literal[
    "list_what_if_forecast_exports",
]ListWhatIfForecastsPaginatorName#
# ListWhatIfForecastsPaginatorName usage example
from types_boto3_forecast.literals import ListWhatIfForecastsPaginatorName
def get_value() -> ListWhatIfForecastsPaginatorName:
    return "list_what_if_forecasts"# ListWhatIfForecastsPaginatorName definition
ListWhatIfForecastsPaginatorName = Literal[
    "list_what_if_forecasts",
]MonthType#
# MonthType usage example
from types_boto3_forecast.literals import MonthType
def get_value() -> MonthType:
    return "APRIL"# MonthType definition
MonthType = Literal[
    "APRIL",
    "AUGUST",
    "DECEMBER",
    "FEBRUARY",
    "JANUARY",
    "JULY",
    "JUNE",
    "MARCH",
    "MAY",
    "NOVEMBER",
    "OCTOBER",
    "SEPTEMBER",
]OperationType#
# OperationType usage example
from types_boto3_forecast.literals import OperationType
def get_value() -> OperationType:
    return "ADD"# OperationType definition
OperationType = Literal[
    "ADD",
    "DIVIDE",
    "MULTIPLY",
    "SUBTRACT",
]OptimizationMetricType#
# OptimizationMetricType usage example
from types_boto3_forecast.literals import OptimizationMetricType
def get_value() -> OptimizationMetricType:
    return "AverageWeightedQuantileLoss"# OptimizationMetricType definition
OptimizationMetricType = Literal[
    "AverageWeightedQuantileLoss",
    "MAPE",
    "MASE",
    "RMSE",
    "WAPE",
]ScalingTypeType#
# ScalingTypeType usage example
from types_boto3_forecast.literals import ScalingTypeType
def get_value() -> ScalingTypeType:
    return "Auto"# ScalingTypeType definition
ScalingTypeType = Literal[
    "Auto",
    "Linear",
    "Logarithmic",
    "ReverseLogarithmic",
]StateType#
# StateType usage example
from types_boto3_forecast.literals import StateType
def get_value() -> StateType:
    return "Active"# StateType definition
StateType = Literal[
    "Active",
    "Deleted",
]TimePointGranularityType#
# TimePointGranularityType usage example
from types_boto3_forecast.literals import TimePointGranularityType
def get_value() -> TimePointGranularityType:
    return "ALL"# TimePointGranularityType definition
TimePointGranularityType = Literal[
    "ALL",
    "SPECIFIC",
]TimeSeriesGranularityType#
# TimeSeriesGranularityType usage example
from types_boto3_forecast.literals import TimeSeriesGranularityType
def get_value() -> TimeSeriesGranularityType:
    return "ALL"# TimeSeriesGranularityType definition
TimeSeriesGranularityType = Literal[
    "ALL",
    "SPECIFIC",
]ForecastServiceServiceName#
# ForecastServiceServiceName usage example
from types_boto3_forecast.literals import ForecastServiceServiceName
def get_value() -> ForecastServiceServiceName:
    return "forecast"# ForecastServiceServiceName definition
ForecastServiceServiceName = Literal[
    "forecast",
]ServiceName#
# ServiceName usage example
from types_boto3_forecast.literals import ServiceName
def get_value() -> ServiceName:
    return "accessanalyzer"# ServiceName definition
ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "aiops",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appfabric",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "application-signals",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "arc-region-switch",
    "arc-zonal-shift",
    "artifact",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "b2bi",
    "backup",
    "backup-gateway",
    "backupsearch",
    "batch",
    "bcm-dashboards",
    "bcm-data-exports",
    "bcm-pricing-calculator",
    "bcm-recommended-actions",
    "bedrock",
    "bedrock-agent",
    "bedrock-agent-runtime",
    "bedrock-agentcore",
    "bedrock-agentcore-control",
    "bedrock-data-automation",
    "bedrock-data-automation-runtime",
    "bedrock-runtime",
    "billing",
    "billingconductor",
    "braket",
    "budgets",
    "ce",
    "chatbot",
    "chime",
    "chime-sdk-identity",
    "chime-sdk-media-pipelines",
    "chime-sdk-meetings",
    "chime-sdk-messaging",
    "chime-sdk-voice",
    "cleanrooms",
    "cleanroomsml",
    "cloud9",
    "cloudcontrol",
    "clouddirectory",
    "cloudformation",
    "cloudfront",
    "cloudfront-keyvaluestore",
    "cloudhsm",
    "cloudhsmv2",
    "cloudsearch",
    "cloudsearchdomain",
    "cloudtrail",
    "cloudtrail-data",
    "cloudwatch",
    "codeartifact",
    "codebuild",
    "codecatalyst",
    "codecommit",
    "codeconnections",
    "codedeploy",
    "codeguru-reviewer",
    "codeguru-security",
    "codeguruprofiler",
    "codepipeline",
    "codestar-connections",
    "codestar-notifications",
    "cognito-identity",
    "cognito-idp",
    "cognito-sync",
    "comprehend",
    "comprehendmedical",
    "compute-optimizer",
    "config",
    "connect",
    "connect-contact-lens",
    "connectcampaigns",
    "connectcampaignsv2",
    "connectcases",
    "connectparticipant",
    "controlcatalog",
    "controltower",
    "cost-optimization-hub",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "datazone",
    "dax",
    "deadline",
    "detective",
    "devicefarm",
    "devops-guru",
    "directconnect",
    "discovery",
    "dlm",
    "dms",
    "docdb",
    "docdb-elastic",
    "drs",
    "ds",
    "ds-data",
    "dsql",
    "dynamodb",
    "dynamodbstreams",
    "ebs",
    "ec2",
    "ec2-instance-connect",
    "ecr",
    "ecr-public",
    "ecs",
    "efs",
    "eks",
    "eks-auth",
    "elasticache",
    "elasticbeanstalk",
    "elastictranscoder",
    "elb",
    "elbv2",
    "emr",
    "emr-containers",
    "emr-serverless",
    "entityresolution",
    "es",
    "events",
    "evidently",
    "evs",
    "finspace",
    "finspace-data",
    "firehose",
    "fis",
    "fms",
    "forecast",
    "forecastquery",
    "frauddetector",
    "freetier",
    "fsx",
    "gamelift",
    "gameliftstreams",
    "geo-maps",
    "geo-places",
    "geo-routes",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "iam",
    "identitystore",
    "imagebuilder",
    "importexport",
    "inspector",
    "inspector-scan",
    "inspector2",
    "internetmonitor",
    "invoicing",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot-managed-integrations",
    "iotanalytics",
    "iotdeviceadvisor",
    "iotevents",
    "iotevents-data",
    "iotfleetwise",
    "iotsecuretunneling",
    "iotsitewise",
    "iotthingsgraph",
    "iottwinmaker",
    "iotwireless",
    "ivs",
    "ivs-realtime",
    "ivschat",
    "kafka",
    "kafkaconnect",
    "kendra",
    "kendra-ranking",
    "keyspaces",
    "keyspacesstreams",
    "kinesis",
    "kinesis-video-archived-media",
    "kinesis-video-media",
    "kinesis-video-signaling",
    "kinesis-video-webrtc-storage",
    "kinesisanalytics",
    "kinesisanalyticsv2",
    "kinesisvideo",
    "kms",
    "lakeformation",
    "lambda",
    "launch-wizard",
    "lex-models",
    "lex-runtime",
    "lexv2-models",
    "lexv2-runtime",
    "license-manager",
    "license-manager-linux-subscriptions",
    "license-manager-user-subscriptions",
    "lightsail",
    "location",
    "logs",
    "lookoutequipment",
    "m2",
    "machinelearning",
    "macie2",
    "mailmanager",
    "managedblockchain",
    "managedblockchain-query",
    "marketplace-agreement",
    "marketplace-catalog",
    "marketplace-deployment",
    "marketplace-entitlement",
    "marketplace-reporting",
    "marketplacecommerceanalytics",
    "mediaconnect",
    "mediaconvert",
    "medialive",
    "mediapackage",
    "mediapackage-vod",
    "mediapackagev2",
    "mediastore",
    "mediastore-data",
    "mediatailor",
    "medical-imaging",
    "memorydb",
    "meteringmarketplace",
    "mgh",
    "mgn",
    "migration-hub-refactor-spaces",
    "migrationhub-config",
    "migrationhuborchestrator",
    "migrationhubstrategy",
    "mpa",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "neptune-graph",
    "neptunedata",
    "network-firewall",
    "networkflowmonitor",
    "networkmanager",
    "networkmonitor",
    "notifications",
    "notificationscontacts",
    "oam",
    "observabilityadmin",
    "odb",
    "omics",
    "opensearch",
    "opensearchserverless",
    "organizations",
    "osis",
    "outposts",
    "panorama",
    "partnercentral-selling",
    "payment-cryptography",
    "payment-cryptography-data",
    "pca-connector-ad",
    "pca-connector-scep",
    "pcs",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "pipes",
    "polly",
    "pricing",
    "proton",
    "qapps",
    "qbusiness",
    "qconnect",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "repostspace",
    "resiliencehub",
    "resource-explorer-2",
    "resource-groups",
    "resourcegroupstaggingapi",
    "rolesanywhere",
    "route53",
    "route53-recovery-cluster",
    "route53-recovery-control-config",
    "route53-recovery-readiness",
    "route53domains",
    "route53profiles",
    "route53resolver",
    "rtbfabric",
    "rum",
    "s3",
    "s3control",
    "s3outposts",
    "s3tables",
    "s3vectors",
    "sagemaker",
    "sagemaker-a2i-runtime",
    "sagemaker-edge",
    "sagemaker-featurestore-runtime",
    "sagemaker-geospatial",
    "sagemaker-metrics",
    "sagemaker-runtime",
    "savingsplans",
    "scheduler",
    "schemas",
    "sdb",
    "secretsmanager",
    "security-ir",
    "securityhub",
    "securitylake",
    "serverlessrepo",
    "service-quotas",
    "servicecatalog",
    "servicecatalog-appregistry",
    "servicediscovery",
    "ses",
    "sesv2",
    "shield",
    "signer",
    "simspaceweaver",
    "snow-device-management",
    "snowball",
    "sns",
    "socialmessaging",
    "sqs",
    "ssm",
    "ssm-contacts",
    "ssm-guiconnect",
    "ssm-incidents",
    "ssm-quicksetup",
    "ssm-sap",
    "sso",
    "sso-admin",
    "sso-oidc",
    "stepfunctions",
    "storagegateway",
    "sts",
    "supplychain",
    "support",
    "support-app",
    "swf",
    "synthetics",
    "taxsettings",
    "textract",
    "timestream-influxdb",
    "timestream-query",
    "timestream-write",
    "tnb",
    "transcribe",
    "transfer",
    "translate",
    "trustedadvisor",
    "verifiedpermissions",
    "voice-id",
    "vpc-lattice",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-instances",
    "workspaces-thin-client",
    "workspaces-web",
    "xray",
]ResourceServiceName#
# ResourceServiceName usage example
from types_boto3_forecast.literals import ResourceServiceName
def get_value() -> ResourceServiceName:
    return "cloudformation"# ResourceServiceName definition
ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "s3",
    "sns",
    "sqs",
]PaginatorName#
# PaginatorName usage example
from types_boto3_forecast.literals import PaginatorName
def get_value() -> PaginatorName:
    return "list_dataset_groups"# PaginatorName definition
PaginatorName = Literal[
    "list_dataset_groups",
    "list_dataset_import_jobs",
    "list_datasets",
    "list_explainabilities",
    "list_explainability_exports",
    "list_forecast_export_jobs",
    "list_forecasts",
    "list_monitor_evaluations",
    "list_monitors",
    "list_predictor_backtest_export_jobs",
    "list_predictors",
    "list_what_if_analyses",
    "list_what_if_forecast_exports",
    "list_what_if_forecasts",
]RegionName#
# RegionName usage example
from types_boto3_forecast.literals import RegionName
def get_value() -> RegionName:
    return "ap-northeast-1"# RegionName definition
RegionName = Literal[
    "ap-northeast-1",
    "ap-northeast-2",
    "ap-south-1",
    "ap-southeast-1",
    "ap-southeast-2",
    "eu-central-1",
    "eu-west-1",
    "us-east-1",
    "us-east-2",
    "us-west-2",
]