View Source AWS.SageMakerGeospatial (aws-elixir v1.0.0)

Provides APIs for creating and managing SageMaker geospatial resources.

Summary

Functions

Use this operation to delete an Earth Observation job.

Use this operation to delete a Vector Enrichment job.

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.

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

Get the details for a previously initiated Earth Observation job.

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

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

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

Lists the tags attached to the resource.

Retrieves a list of vector enrichment jobs.

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

Use this operation to create an Earth observation job.

Creates a Vector Enrichment job for the supplied job type.

Use this operation to stop an existing earth observation job.

Stops the Vector Enrichment job for a given job ARN.

Functions

Link to this function

delete_earth_observation_job(client, arn, input, options \\ [])

View Source

Use this operation to delete an Earth Observation job.

Link to this function

delete_vector_enrichment_job(client, arn, input, options \\ [])

View Source

Use this operation to delete a Vector Enrichment job.

Link to this function

export_earth_observation_job(client, input, options \\ [])

View Source

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 to this function

export_vector_enrichment_job(client, input, options \\ [])

View Source

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

Link to this function

get_earth_observation_job(client, arn, options \\ [])

View Source

Get the details for a previously initiated Earth Observation job.

Link to this function

get_raster_data_collection(client, arn, options \\ [])

View Source

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

Link to this function

get_tile(client, x, y, z, arn, execution_role_arn \\ nil, image_assets, image_mask \\ nil, output_data_type \\ nil, output_format \\ nil, property_filters \\ nil, target, time_range_filter \\ nil, options \\ [])

View Source

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

Link to this function

get_vector_enrichment_job(client, arn, options \\ [])

View Source

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

Link to this function

list_earth_observation_jobs(client, input, options \\ [])

View Source

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

Link to this function

list_raster_data_collections(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Use this operation to get raster data collections.

Link to this function

list_tags_for_resource(client, resource_arn, options \\ [])

View Source

Lists the tags attached to the resource.

Link to this function

list_vector_enrichment_jobs(client, input, options \\ [])

View Source

Retrieves a list of vector enrichment jobs.

Link to this function

search_raster_data_collection(client, input, options \\ [])

View Source

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

Link to this function

start_earth_observation_job(client, input, options \\ [])

View Source

Use this operation to create an Earth observation job.

Link to this function

start_vector_enrichment_job(client, input, options \\ [])

View Source

Creates a Vector Enrichment job for the supplied job type.

Currently, there are two supported job types: reverse geocoding and map matching.

Link to this function

stop_earth_observation_job(client, input, options \\ [])

View Source

Use this operation to stop an existing earth observation job.

Link to this function

stop_vector_enrichment_job(client, input, options \\ [])

View Source

Stops the Vector Enrichment job for a given job ARN.

Link to this function

tag_resource(client, resource_arn, input, options \\ [])

View Source

The resource you want to tag.

Link to this function

untag_resource(client, resource_arn, input, options \\ [])

View Source

The resource you want to untag.