Literals#
Index > SageMakergeospatialcapabilities > Literals
Auto-generated documentation for SageMakergeospatialcapabilities type annotations stubs module types-boto3-sagemaker-geospatial.
AlgorithmNameCloudRemovalType#
# AlgorithmNameCloudRemovalType usage example
from types_boto3_sagemaker_geospatial.literals import AlgorithmNameCloudRemovalType
def get_value() -> AlgorithmNameCloudRemovalType:
    return "INTERPOLATION"# AlgorithmNameCloudRemovalType definition
AlgorithmNameCloudRemovalType = Literal[
    "INTERPOLATION",
]AlgorithmNameGeoMosaicType#
# AlgorithmNameGeoMosaicType usage example
from types_boto3_sagemaker_geospatial.literals import AlgorithmNameGeoMosaicType
def get_value() -> AlgorithmNameGeoMosaicType:
    return "AVERAGE"# AlgorithmNameGeoMosaicType definition
AlgorithmNameGeoMosaicType = Literal[
    "AVERAGE",
    "BILINEAR",
    "CUBIC",
    "CUBICSPLINE",
    "LANCZOS",
    "MAX",
    "MED",
    "MIN",
    "MODE",
    "NEAR",
    "Q1",
    "Q3",
    "RMS",
    "SUM",
]AlgorithmNameResamplingType#
# AlgorithmNameResamplingType usage example
from types_boto3_sagemaker_geospatial.literals import AlgorithmNameResamplingType
def get_value() -> AlgorithmNameResamplingType:
    return "AVERAGE"# AlgorithmNameResamplingType definition
AlgorithmNameResamplingType = Literal[
    "AVERAGE",
    "BILINEAR",
    "CUBIC",
    "CUBICSPLINE",
    "LANCZOS",
    "MAX",
    "MED",
    "MIN",
    "MODE",
    "NEAR",
    "Q1",
    "Q3",
    "RMS",
    "SUM",
]ComparisonOperatorType#
# ComparisonOperatorType usage example
from types_boto3_sagemaker_geospatial.literals import ComparisonOperatorType
def get_value() -> ComparisonOperatorType:
    return "EQUALS"# ComparisonOperatorType definition
ComparisonOperatorType = Literal[
    "EQUALS",
    "NOT_EQUALS",
    "STARTS_WITH",
]DataCollectionTypeType#
# DataCollectionTypeType usage example
from types_boto3_sagemaker_geospatial.literals import DataCollectionTypeType
def get_value() -> DataCollectionTypeType:
    return "PREMIUM"# DataCollectionTypeType definition
DataCollectionTypeType = Literal[
    "PREMIUM",
    "PUBLIC",
    "USER",
]EarthObservationJobErrorTypeType#
# EarthObservationJobErrorTypeType usage example
from types_boto3_sagemaker_geospatial.literals import EarthObservationJobErrorTypeType
def get_value() -> EarthObservationJobErrorTypeType:
    return "CLIENT_ERROR"# EarthObservationJobErrorTypeType definition
EarthObservationJobErrorTypeType = Literal[
    "CLIENT_ERROR",
    "SERVER_ERROR",
]EarthObservationJobExportStatusType#
# EarthObservationJobExportStatusType usage example
from types_boto3_sagemaker_geospatial.literals import EarthObservationJobExportStatusType
def get_value() -> EarthObservationJobExportStatusType:
    return "FAILED"# EarthObservationJobExportStatusType definition
EarthObservationJobExportStatusType = Literal[
    "FAILED",
    "IN_PROGRESS",
    "SUCCEEDED",
]EarthObservationJobStatusType#
# EarthObservationJobStatusType usage example
from types_boto3_sagemaker_geospatial.literals import EarthObservationJobStatusType
def get_value() -> EarthObservationJobStatusType:
    return "COMPLETED"# EarthObservationJobStatusType definition
EarthObservationJobStatusType = Literal[
    "COMPLETED",
    "DELETED",
    "DELETING",
    "FAILED",
    "IN_PROGRESS",
    "INITIALIZING",
    "STOPPED",
    "STOPPING",
]ExportErrorTypeType#
# ExportErrorTypeType usage example
from types_boto3_sagemaker_geospatial.literals import ExportErrorTypeType
def get_value() -> ExportErrorTypeType:
    return "CLIENT_ERROR"# ExportErrorTypeType definition
ExportErrorTypeType = Literal[
    "CLIENT_ERROR",
    "SERVER_ERROR",
]GroupByType#
# GroupByType usage example
from types_boto3_sagemaker_geospatial.literals import GroupByType
def get_value() -> GroupByType:
    return "ALL"# GroupByType definition
GroupByType = Literal[
    "ALL",
    "YEARLY",
]ListEarthObservationJobsPaginatorName#
# ListEarthObservationJobsPaginatorName usage example
from types_boto3_sagemaker_geospatial.literals import ListEarthObservationJobsPaginatorName
def get_value() -> ListEarthObservationJobsPaginatorName:
    return "list_earth_observation_jobs"# ListEarthObservationJobsPaginatorName definition
ListEarthObservationJobsPaginatorName = Literal[
    "list_earth_observation_jobs",
]ListRasterDataCollectionsPaginatorName#
# ListRasterDataCollectionsPaginatorName usage example
from types_boto3_sagemaker_geospatial.literals import ListRasterDataCollectionsPaginatorName
def get_value() -> ListRasterDataCollectionsPaginatorName:
    return "list_raster_data_collections"# ListRasterDataCollectionsPaginatorName definition
ListRasterDataCollectionsPaginatorName = Literal[
    "list_raster_data_collections",
]ListVectorEnrichmentJobsPaginatorName#
# ListVectorEnrichmentJobsPaginatorName usage example
from types_boto3_sagemaker_geospatial.literals import ListVectorEnrichmentJobsPaginatorName
def get_value() -> ListVectorEnrichmentJobsPaginatorName:
    return "list_vector_enrichment_jobs"# ListVectorEnrichmentJobsPaginatorName definition
ListVectorEnrichmentJobsPaginatorName = Literal[
    "list_vector_enrichment_jobs",
]LogicalOperatorType#
# LogicalOperatorType usage example
from types_boto3_sagemaker_geospatial.literals import LogicalOperatorType
def get_value() -> LogicalOperatorType:
    return "AND"# LogicalOperatorType definition
LogicalOperatorType = Literal[
    "AND",
]OutputTypeType#
# OutputTypeType usage example
from types_boto3_sagemaker_geospatial.literals import OutputTypeType
def get_value() -> OutputTypeType:
    return "FLOAT32"# OutputTypeType definition
OutputTypeType = Literal[
    "FLOAT32",
    "FLOAT64",
    "INT16",
    "INT32",
    "UINT16",
]PredefinedResolutionType#
# PredefinedResolutionType usage example
from types_boto3_sagemaker_geospatial.literals import PredefinedResolutionType
def get_value() -> PredefinedResolutionType:
    return "AVERAGE"# PredefinedResolutionType definition
PredefinedResolutionType = Literal[
    "AVERAGE",
    "HIGHEST",
    "LOWEST",
]SortOrderType#
# SortOrderType usage example
from types_boto3_sagemaker_geospatial.literals import SortOrderType
def get_value() -> SortOrderType:
    return "ASCENDING"# SortOrderType definition
SortOrderType = Literal[
    "ASCENDING",
    "DESCENDING",
]TargetOptionsType#
# TargetOptionsType usage example
from types_boto3_sagemaker_geospatial.literals import TargetOptionsType
def get_value() -> TargetOptionsType:
    return "INPUT"# TargetOptionsType definition
TargetOptionsType = Literal[
    "INPUT",
    "OUTPUT",
]TemporalStatisticsType#
# TemporalStatisticsType usage example
from types_boto3_sagemaker_geospatial.literals import TemporalStatisticsType
def get_value() -> TemporalStatisticsType:
    return "MEAN"# TemporalStatisticsType definition
TemporalStatisticsType = Literal[
    "MEAN",
    "MEDIAN",
    "STANDARD_DEVIATION",
]UnitType#
# UnitType usage example
from types_boto3_sagemaker_geospatial.literals import UnitType
def get_value() -> UnitType:
    return "METERS"# UnitType definition
UnitType = Literal[
    "METERS",
]VectorEnrichmentJobDocumentTypeType#
# VectorEnrichmentJobDocumentTypeType usage example
from types_boto3_sagemaker_geospatial.literals import VectorEnrichmentJobDocumentTypeType
def get_value() -> VectorEnrichmentJobDocumentTypeType:
    return "CSV"# VectorEnrichmentJobDocumentTypeType definition
VectorEnrichmentJobDocumentTypeType = Literal[
    "CSV",
]VectorEnrichmentJobErrorTypeType#
# VectorEnrichmentJobErrorTypeType usage example
from types_boto3_sagemaker_geospatial.literals import VectorEnrichmentJobErrorTypeType
def get_value() -> VectorEnrichmentJobErrorTypeType:
    return "CLIENT_ERROR"# VectorEnrichmentJobErrorTypeType definition
VectorEnrichmentJobErrorTypeType = Literal[
    "CLIENT_ERROR",
    "SERVER_ERROR",
]VectorEnrichmentJobExportErrorTypeType#
# VectorEnrichmentJobExportErrorTypeType usage example
from types_boto3_sagemaker_geospatial.literals import VectorEnrichmentJobExportErrorTypeType
def get_value() -> VectorEnrichmentJobExportErrorTypeType:
    return "CLIENT_ERROR"# VectorEnrichmentJobExportErrorTypeType definition
VectorEnrichmentJobExportErrorTypeType = Literal[
    "CLIENT_ERROR",
    "SERVER_ERROR",
]VectorEnrichmentJobExportStatusType#
# VectorEnrichmentJobExportStatusType usage example
from types_boto3_sagemaker_geospatial.literals import VectorEnrichmentJobExportStatusType
def get_value() -> VectorEnrichmentJobExportStatusType:
    return "FAILED"# VectorEnrichmentJobExportStatusType definition
VectorEnrichmentJobExportStatusType = Literal[
    "FAILED",
    "IN_PROGRESS",
    "SUCCEEDED",
]VectorEnrichmentJobStatusType#
# VectorEnrichmentJobStatusType usage example
from types_boto3_sagemaker_geospatial.literals import VectorEnrichmentJobStatusType
def get_value() -> VectorEnrichmentJobStatusType:
    return "COMPLETED"# VectorEnrichmentJobStatusType definition
VectorEnrichmentJobStatusType = Literal[
    "COMPLETED",
    "DELETED",
    "DELETING",
    "FAILED",
    "IN_PROGRESS",
    "INITIALIZING",
    "STOPPED",
    "STOPPING",
]VectorEnrichmentJobTypeType#
# VectorEnrichmentJobTypeType usage example
from types_boto3_sagemaker_geospatial.literals import VectorEnrichmentJobTypeType
def get_value() -> VectorEnrichmentJobTypeType:
    return "MAP_MATCHING"# VectorEnrichmentJobTypeType definition
VectorEnrichmentJobTypeType = Literal[
    "MAP_MATCHING",
    "REVERSE_GEOCODING",
]ZonalStatisticsType#
# ZonalStatisticsType usage example
from types_boto3_sagemaker_geospatial.literals import ZonalStatisticsType
def get_value() -> ZonalStatisticsType:
    return "MAX"# ZonalStatisticsType definition
ZonalStatisticsType = Literal[
    "MAX",
    "MEAN",
    "MEDIAN",
    "MIN",
    "STANDARD_DEVIATION",
    "SUM",
]SageMakergeospatialcapabilitiesServiceName#
# SageMakergeospatialcapabilitiesServiceName usage example
from types_boto3_sagemaker_geospatial.literals import SageMakergeospatialcapabilitiesServiceName
def get_value() -> SageMakergeospatialcapabilitiesServiceName:
    return "sagemaker-geospatial"# SageMakergeospatialcapabilitiesServiceName definition
SageMakergeospatialcapabilitiesServiceName = Literal[
    "sagemaker-geospatial",
]ServiceName#
# ServiceName usage example
from types_boto3_sagemaker_geospatial.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_sagemaker_geospatial.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_sagemaker_geospatial.literals import PaginatorName
def get_value() -> PaginatorName:
    return "list_earth_observation_jobs"# PaginatorName definition
PaginatorName = Literal[
    "list_earth_observation_jobs",
    "list_raster_data_collections",
    "list_vector_enrichment_jobs",
]RegionName#
# RegionName usage example
from types_boto3_sagemaker_geospatial.literals import RegionName
def get_value() -> RegionName:
    return "us-west-2"# RegionName definition
RegionName = Literal[
    "us-west-2",
]