Skip to content

Literals#

Index > ForecastService > Literals

Auto-generated documentation for ForecastService type annotations stubs module types-aiobotocore-forecast.

AttributeTypeType#

# AttributeTypeType usage example

from types_aiobotocore_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_aiobotocore_forecast.literals import AutoMLOverrideStrategyType

def get_value() -> AutoMLOverrideStrategyType:
    return "AccuracyOptimized"
# AutoMLOverrideStrategyType definition

AutoMLOverrideStrategyType = Literal[
    "AccuracyOptimized",
    "LatencyOptimized",
]

ConditionType#

# ConditionType usage example

from types_aiobotocore_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_aiobotocore_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_aiobotocore_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_aiobotocore_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_aiobotocore_forecast.literals import EvaluationTypeType

def get_value() -> EvaluationTypeType:
    return "COMPUTED"
# EvaluationTypeType definition

EvaluationTypeType = Literal[
    "COMPUTED",
    "SUMMARY",
]

FeaturizationMethodNameType#

# FeaturizationMethodNameType usage example

from types_aiobotocore_forecast.literals import FeaturizationMethodNameType

def get_value() -> FeaturizationMethodNameType:
    return "filling"
# FeaturizationMethodNameType definition

FeaturizationMethodNameType = Literal[
    "filling",
]

FilterConditionStringType#

# FilterConditionStringType usage example

from types_aiobotocore_forecast.literals import FilterConditionStringType

def get_value() -> FilterConditionStringType:
    return "IS"
# FilterConditionStringType definition

FilterConditionStringType = Literal[
    "IS",
    "IS_NOT",
]

ImportModeType#

# ImportModeType usage example

from types_aiobotocore_forecast.literals import ImportModeType

def get_value() -> ImportModeType:
    return "FULL"
# ImportModeType definition

ImportModeType = Literal[
    "FULL",
    "INCREMENTAL",
]

ListDatasetGroupsPaginatorName#

# ListDatasetGroupsPaginatorName usage example

from types_aiobotocore_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_aiobotocore_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_aiobotocore_forecast.literals import ListDatasetsPaginatorName

def get_value() -> ListDatasetsPaginatorName:
    return "list_datasets"
# ListDatasetsPaginatorName definition

ListDatasetsPaginatorName = Literal[
    "list_datasets",
]

ListExplainabilitiesPaginatorName#

# ListExplainabilitiesPaginatorName usage example

from types_aiobotocore_forecast.literals import ListExplainabilitiesPaginatorName

def get_value() -> ListExplainabilitiesPaginatorName:
    return "list_explainabilities"
# ListExplainabilitiesPaginatorName definition

ListExplainabilitiesPaginatorName = Literal[
    "list_explainabilities",
]

ListExplainabilityExportsPaginatorName#

# ListExplainabilityExportsPaginatorName usage example

from types_aiobotocore_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_aiobotocore_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_aiobotocore_forecast.literals import ListForecastsPaginatorName

def get_value() -> ListForecastsPaginatorName:
    return "list_forecasts"
# ListForecastsPaginatorName definition

ListForecastsPaginatorName = Literal[
    "list_forecasts",
]

ListMonitorEvaluationsPaginatorName#

# ListMonitorEvaluationsPaginatorName usage example

from types_aiobotocore_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_aiobotocore_forecast.literals import ListMonitorsPaginatorName

def get_value() -> ListMonitorsPaginatorName:
    return "list_monitors"
# ListMonitorsPaginatorName definition

ListMonitorsPaginatorName = Literal[
    "list_monitors",
]

ListPredictorBacktestExportJobsPaginatorName#

# ListPredictorBacktestExportJobsPaginatorName usage example

from types_aiobotocore_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_aiobotocore_forecast.literals import ListPredictorsPaginatorName

def get_value() -> ListPredictorsPaginatorName:
    return "list_predictors"
# ListPredictorsPaginatorName definition

ListPredictorsPaginatorName = Literal[
    "list_predictors",
]

ListWhatIfAnalysesPaginatorName#

# ListWhatIfAnalysesPaginatorName usage example

from types_aiobotocore_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_aiobotocore_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_aiobotocore_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_aiobotocore_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_aiobotocore_forecast.literals import OperationType

def get_value() -> OperationType:
    return "ADD"
# OperationType definition

OperationType = Literal[
    "ADD",
    "DIVIDE",
    "MULTIPLY",
    "SUBTRACT",
]

OptimizationMetricType#

# OptimizationMetricType usage example

from types_aiobotocore_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_aiobotocore_forecast.literals import ScalingTypeType

def get_value() -> ScalingTypeType:
    return "Auto"
# ScalingTypeType definition

ScalingTypeType = Literal[
    "Auto",
    "Linear",
    "Logarithmic",
    "ReverseLogarithmic",
]

StateType#

# StateType usage example

from types_aiobotocore_forecast.literals import StateType

def get_value() -> StateType:
    return "Active"
# StateType definition

StateType = Literal[
    "Active",
    "Deleted",
]

TimePointGranularityType#

# TimePointGranularityType usage example

from types_aiobotocore_forecast.literals import TimePointGranularityType

def get_value() -> TimePointGranularityType:
    return "ALL"
# TimePointGranularityType definition

TimePointGranularityType = Literal[
    "ALL",
    "SPECIFIC",
]

TimeSeriesGranularityType#

# TimeSeriesGranularityType usage example

from types_aiobotocore_forecast.literals import TimeSeriesGranularityType

def get_value() -> TimeSeriesGranularityType:
    return "ALL"
# TimeSeriesGranularityType definition

TimeSeriesGranularityType = Literal[
    "ALL",
    "SPECIFIC",
]

ForecastServiceServiceName#

# ForecastServiceServiceName usage example

from types_aiobotocore_forecast.literals import ForecastServiceServiceName

def get_value() -> ForecastServiceServiceName:
    return "forecast"
# ForecastServiceServiceName definition

ForecastServiceServiceName = Literal[
    "forecast",
]

ServiceName#

# ServiceName usage example

from types_aiobotocore_forecast.literals import ServiceName

def get_value() -> ServiceName:
    return "accessanalyzer"
# ServiceName definition

ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "alexaforbusiness",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appfabric",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "arc-zonal-shift",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "backup",
    "backup-gateway",
    "backupstorage",
    "batch",
    "billingconductor",
    "braket",
    "budgets",
    "ce",
    "chime",
    "chime-sdk-identity",
    "chime-sdk-media-pipelines",
    "chime-sdk-meetings",
    "chime-sdk-messaging",
    "chime-sdk-voice",
    "cleanrooms",
    "cloud9",
    "cloudcontrol",
    "clouddirectory",
    "cloudformation",
    "cloudfront",
    "cloudhsm",
    "cloudhsmv2",
    "cloudsearch",
    "cloudsearchdomain",
    "cloudtrail",
    "cloudtrail-data",
    "cloudwatch",
    "codeartifact",
    "codebuild",
    "codecatalyst",
    "codecommit",
    "codedeploy",
    "codeguru-reviewer",
    "codeguru-security",
    "codeguruprofiler",
    "codepipeline",
    "codestar",
    "codestar-connections",
    "codestar-notifications",
    "cognito-identity",
    "cognito-idp",
    "cognito-sync",
    "comprehend",
    "comprehendmedical",
    "compute-optimizer",
    "config",
    "connect",
    "connect-contact-lens",
    "connectcampaigns",
    "connectcases",
    "connectparticipant",
    "controltower",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "dax",
    "detective",
    "devicefarm",
    "devops-guru",
    "directconnect",
    "discovery",
    "dlm",
    "dms",
    "docdb",
    "docdb-elastic",
    "drs",
    "ds",
    "dynamodb",
    "dynamodbstreams",
    "ebs",
    "ec2",
    "ec2-instance-connect",
    "ecr",
    "ecr-public",
    "ecs",
    "efs",
    "eks",
    "elastic-inference",
    "elasticache",
    "elasticbeanstalk",
    "elastictranscoder",
    "elb",
    "elbv2",
    "emr",
    "emr-containers",
    "emr-serverless",
    "entityresolution",
    "es",
    "events",
    "evidently",
    "finspace",
    "finspace-data",
    "firehose",
    "fis",
    "fms",
    "forecast",
    "forecastquery",
    "frauddetector",
    "fsx",
    "gamelift",
    "gamesparks",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "honeycode",
    "iam",
    "identitystore",
    "imagebuilder",
    "importexport",
    "inspector",
    "inspector2",
    "internetmonitor",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot-roborunner",
    "iot1click-devices",
    "iot1click-projects",
    "iotanalytics",
    "iotdeviceadvisor",
    "iotevents",
    "iotevents-data",
    "iotfleethub",
    "iotfleetwise",
    "iotsecuretunneling",
    "iotsitewise",
    "iotthingsgraph",
    "iottwinmaker",
    "iotwireless",
    "ivs",
    "ivs-realtime",
    "ivschat",
    "kafka",
    "kafkaconnect",
    "kendra",
    "kendra-ranking",
    "keyspaces",
    "kinesis",
    "kinesis-video-archived-media",
    "kinesis-video-media",
    "kinesis-video-signaling",
    "kinesis-video-webrtc-storage",
    "kinesisanalytics",
    "kinesisanalyticsv2",
    "kinesisvideo",
    "kms",
    "lakeformation",
    "lambda",
    "lex-models",
    "lex-runtime",
    "lexv2-models",
    "lexv2-runtime",
    "license-manager",
    "license-manager-linux-subscriptions",
    "license-manager-user-subscriptions",
    "lightsail",
    "location",
    "logs",
    "lookoutequipment",
    "lookoutmetrics",
    "lookoutvision",
    "m2",
    "machinelearning",
    "macie",
    "macie2",
    "managedblockchain",
    "managedblockchain-query",
    "marketplace-catalog",
    "marketplace-entitlement",
    "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",
    "mobile",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "network-firewall",
    "networkmanager",
    "nimble",
    "oam",
    "omics",
    "opensearch",
    "opensearchserverless",
    "opsworks",
    "opsworkscm",
    "organizations",
    "osis",
    "outposts",
    "panorama",
    "payment-cryptography",
    "payment-cryptography-data",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "pipes",
    "polly",
    "pricing",
    "privatenetworks",
    "proton",
    "qldb",
    "qldb-session",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "resiliencehub",
    "resource-explorer-2",
    "resource-groups",
    "resourcegroupstaggingapi",
    "robomaker",
    "rolesanywhere",
    "route53",
    "route53-recovery-cluster",
    "route53-recovery-control-config",
    "route53-recovery-readiness",
    "route53domains",
    "route53resolver",
    "rum",
    "s3",
    "s3control",
    "s3outposts",
    "sagemaker",
    "sagemaker-a2i-runtime",
    "sagemaker-edge",
    "sagemaker-featurestore-runtime",
    "sagemaker-geospatial",
    "sagemaker-metrics",
    "sagemaker-runtime",
    "savingsplans",
    "scheduler",
    "schemas",
    "sdb",
    "secretsmanager",
    "securityhub",
    "securitylake",
    "serverlessrepo",
    "service-quotas",
    "servicecatalog",
    "servicecatalog-appregistry",
    "servicediscovery",
    "ses",
    "sesv2",
    "shield",
    "signer",
    "simspaceweaver",
    "sms",
    "sms-voice",
    "snow-device-management",
    "snowball",
    "sns",
    "sqs",
    "ssm",
    "ssm-contacts",
    "ssm-incidents",
    "ssm-sap",
    "sso",
    "sso-admin",
    "sso-oidc",
    "stepfunctions",
    "storagegateway",
    "sts",
    "support",
    "support-app",
    "swf",
    "synthetics",
    "textract",
    "timestream-query",
    "timestream-write",
    "tnb",
    "transcribe",
    "transfer",
    "translate",
    "verifiedpermissions",
    "voice-id",
    "vpc-lattice",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "worklink",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-web",
    "xray",
]

ResourceServiceName#

# ResourceServiceName usage example

from types_aiobotocore_forecast.literals import ResourceServiceName

def get_value() -> ResourceServiceName:
    return "cloudformation"
# ResourceServiceName definition

ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "opsworks",
    "s3",
    "sns",
    "sqs",
]

PaginatorName#

# PaginatorName usage example

from types_aiobotocore_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_aiobotocore_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",
]