Skip to content

SageMakergeospatialcapabilities module#

Index > SageMakergeospatialcapabilities

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

How to install#

From PyPI with pip#

Install types-aiobotocore for SageMakergeospatialcapabilities service.

# install with aiobotocore type annotations
python -m pip install 'types-aiobotocore[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-aiobotocore-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.create_client("sagemaker-geospatial") as SageMakergeospatialcapabilitiesClient boto3 documentation

# SageMakergeospatialcapabilitiesClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_sagemaker_geospatial.client import SageMakergeospatialcapabilitiesClient


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

Paginators#

Type annotations and code completion for paginators from session.create_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.