Skip to content

SageMakergeospatialcapabilities module#

Index > SageMakergeospatialcapabilities

Auto-generated documentation for SageMakergeospatialcapabilities type annotations stubs module types-aiobotocore-sagemaker-geospatial.

How to install#

You can generate type annotations for aioboto3 package locally with mypy-boto3-builder. Use uv for build isolation.

  1. Run mypy-boto3-builder in your package root directory: uvx --with 'aioboto3==14.1.0' mypy-boto3-builder
  2. Select aioboto3 AWS SDK.
  3. Add SageMakergeospatialcapabilities service.
  4. Use provided commands to install generated packages.

From PyPI with pip#

Install types-aioboto3 for SageMakergeospatialcapabilities service.

# install with aioboto3 type annotations
python -m pip install 'types-aioboto3[sagemaker-geospatial]'

# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'types-aioboto3-lite[sagemaker-geospatial]'

# standalone installation
python -m pip install types-aiobotocore-sagemaker-geospatial

How to uninstall#

python -m pip uninstall -y types-aiobotocore-sagemaker-geospatial

Usage#

Code samples can be found in Examples.

SageMakergeospatialcapabilitiesClient#

Type annotations and code completion for session.client("sagemaker-geospatial") as SageMakergeospatialcapabilitiesClient boto3 documentation

# SageMakergeospatialcapabilitiesClient usage example

from aioboto3.session import Session

from types_aiobotocore_sagemaker_geospatial.client import SageMakergeospatialcapabilitiesClient


session = Session()
async with session.client("sagemaker-geospatial") as client:
    client: SageMakergeospatialcapabilitiesClient

Paginators#

Type annotations and code completion for paginators from session.client("sagemaker-geospatial").get_paginator("...").

# ListEarthObservationJobsPaginator usage example

from types_aiobotocore_sagemaker_geospatial.paginator import ListEarthObservationJobsPaginator

def get_list_earth_observation_jobs_paginator() -> ListEarthObservationJobsPaginator:
    return client.get_paginator("list_earth_observation_jobs"))

Literals#

Type annotations for literals used in methods and schema.

# AlgorithmNameCloudRemovalType usage example

from types_aiobotocore_sagemaker_geospatial.literals import AlgorithmNameCloudRemovalType

def get_value() -> AlgorithmNameCloudRemovalType:
    return "INTERPOLATION"

Type definitions#

Type annotations for type definitions used in methods and schema.