SageMakerGeospatialClient

Provides APIs for creating and managing SageMaker geospatial resources.

Properties

Link copied to clipboard

SageMakerGeospatialClient's configuration

Functions

Link copied to clipboard

Use this operation to delete an Earth Observation job.

Link copied to clipboard

Use this operation to delete a Vector Enrichment job.

Link copied to clipboard

Use this operation to export results of an Earth Observation job and optionally source images used as input to the EOJ to an Amazon S3 location.

Link copied to clipboard

Use this operation to copy results of a Vector Enrichment job to an Amazon S3 location.

Link copied to clipboard

Get the details for a previously initiated Earth Observation job.

Link copied to clipboard

Use this operation to get details of a specific raster data collection.

Link copied to clipboard
abstract suspend fun <T> getTile(input: GetTileRequest, block: suspend (GetTileResponse) -> T): T

Gets a web mercator tile for the given Earth Observation job.

Link copied to clipboard

Retrieves details of a Vector Enrichment Job for a given job Amazon Resource Name (ARN).

Link copied to clipboard
abstract suspend fun listEarthObservationJobs(input: ListEarthObservationJobsRequest = ListEarthObservationJobsRequest { }): ListEarthObservationJobsResponse

Use this operation to get a list of the Earth Observation jobs associated with the calling Amazon Web Services account.

Link copied to clipboard
abstract suspend fun listRasterDataCollections(input: ListRasterDataCollectionsRequest = ListRasterDataCollectionsRequest { }): ListRasterDataCollectionsResponse

Use this operation to get raster data collections.

Link copied to clipboard

Lists the tags attached to the resource.

Link copied to clipboard
abstract suspend fun listVectorEnrichmentJobs(input: ListVectorEnrichmentJobsRequest = ListVectorEnrichmentJobsRequest { }): ListVectorEnrichmentJobsResponse

Retrieves a list of vector enrichment jobs.

Link copied to clipboard

Allows you run image query on a specific raster data collection to get a list of the satellite imagery matching the selected filters.

Link copied to clipboard

Use this operation to create an Earth observation job.

Link copied to clipboard

Creates a Vector Enrichment job for the supplied job type. Currently, there are two supported job types: reverse geocoding and map matching.

Link copied to clipboard

Use this operation to stop an existing earth observation job.

Link copied to clipboard

Stops the Vector Enrichment job for a given job ARN.

Link copied to clipboard
abstract suspend fun tagResource(input: TagResourceRequest): TagResourceResponse

The resource you want to tag.

Link copied to clipboard

The resource you want to untag.

Inherited functions

Link copied to clipboard
expect abstract fun close()
Link copied to clipboard

Use this operation to delete an Earth Observation job.

Link copied to clipboard

Use this operation to delete a Vector Enrichment job.

Link copied to clipboard

Use this operation to export results of an Earth Observation job and optionally source images used as input to the EOJ to an Amazon S3 location.

Link copied to clipboard

Use this operation to copy results of a Vector Enrichment job to an Amazon S3 location.

Link copied to clipboard

Get the details for a previously initiated Earth Observation job.

Link copied to clipboard

Use this operation to get details of a specific raster data collection.

Link copied to clipboard

Retrieves details of a Vector Enrichment Job for a given job Amazon Resource Name (ARN).

Link copied to clipboard

Use this operation to get a list of the Earth Observation jobs associated with the calling Amazon Web Services account.

Link copied to clipboard

Use this operation to get raster data collections.

Link copied to clipboard

Lists the tags attached to the resource.

Link copied to clipboard

Retrieves a list of vector enrichment jobs.

Link copied to clipboard

Allows you run image query on a specific raster data collection to get a list of the satellite imagery matching the selected filters.

Link copied to clipboard

Use this operation to create an Earth observation job.

Link copied to clipboard

Creates a Vector Enrichment job for the supplied job type. Currently, there are two supported job types: reverse geocoding and map matching.

Link copied to clipboard

Use this operation to stop an existing earth observation job.

Link copied to clipboard

Stops the Vector Enrichment job for a given job ARN.

Link copied to clipboard

The resource you want to tag.

Link copied to clipboard

The resource you want to untag.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.