Sagemaker Geospatial

This page documents function available when using the Sagemaker_Geospatial module, created with @service Sagemaker_Geospatial.

Index

Documentation

Main.Sagemaker_Geospatial.delete_earth_observation_jobMethod
delete_earth_observation_job(arn)
delete_earth_observation_job(arn, params::Dict{String,<:Any})

Use this operation to delete an Earth Observation job.

Arguments

  • arn: The Amazon Resource Name (ARN) of the Earth Observation job being deleted.
source
Main.Sagemaker_Geospatial.delete_vector_enrichment_jobMethod
delete_vector_enrichment_job(arn)
delete_vector_enrichment_job(arn, params::Dict{String,<:Any})

Use this operation to delete a Vector Enrichment job.

Arguments

  • arn: The Amazon Resource Name (ARN) of the Vector Enrichment job being deleted.
source
Main.Sagemaker_Geospatial.export_earth_observation_jobMethod
export_earth_observation_job(arn, execution_role_arn, output_config)
export_earth_observation_job(arn, execution_role_arn, output_config, params::Dict{String,<:Any})

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.

Arguments

  • arn: The input Amazon Resource Name (ARN) of the Earth Observation job being exported.
  • execution_role_arn: The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
  • output_config: An object containing information about the output file.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "ClientToken": A unique token that guarantees that the call to this API is idempotent.
  • "ExportSourceImages": The source images provided to the Earth Observation job being exported.
source
Main.Sagemaker_Geospatial.export_vector_enrichment_jobMethod
export_vector_enrichment_job(arn, execution_role_arn, output_config)
export_vector_enrichment_job(arn, execution_role_arn, output_config, params::Dict{String,<:Any})

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

Arguments

  • arn: The Amazon Resource Name (ARN) of the Vector Enrichment job.
  • execution_role_arn: The Amazon Resource Name (ARN) of the IAM rolewith permission to upload to the location in OutputConfig.
  • output_config: Output location information for exporting Vector Enrichment Job results.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "ClientToken": A unique token that guarantees that the call to this API is idempotent.
source
Main.Sagemaker_Geospatial.get_earth_observation_jobMethod
get_earth_observation_job(arn)
get_earth_observation_job(arn, params::Dict{String,<:Any})

Get the details for a previously initiated Earth Observation job.

Arguments

  • arn: The Amazon Resource Name (ARN) of the Earth Observation job.
source
Main.Sagemaker_Geospatial.get_raster_data_collectionMethod
get_raster_data_collection(arn)
get_raster_data_collection(arn, params::Dict{String,<:Any})

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

Arguments

  • arn: The Amazon Resource Name (ARN) of the raster data collection.
source
Main.Sagemaker_Geospatial.get_tileMethod
get_tile(arn, image_assets, target, x, y, z)
get_tile(arn, image_assets, target, x, y, z, params::Dict{String,<:Any})

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

Arguments

  • arn: The Amazon Resource Name (ARN) of the tile operation.
  • image_assets: The particular assets or bands to tile.
  • target: Determines what part of the Earth Observation job to tile. 'INPUT' or 'OUTPUT' are the valid options.
  • x: The x coordinate of the tile input.
  • y: The y coordinate of the tile input.
  • z: The z coordinate of the tile input.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "ExecutionRoleArn": The Amazon Resource Name (ARN) of the IAM role that you specify.
  • "ImageMask": Determines whether or not to return a valid data mask.
  • "OutputDataType": The output data type of the tile operation.
  • "OutputFormat": The data format of the output tile. The formats include .npy, .png and .jpg.
  • "PropertyFilters": Property filters for the imagery to tile.
  • "TimeRangeFilter": Time range filter applied to imagery to find the images to tile.
source
Main.Sagemaker_Geospatial.get_vector_enrichment_jobMethod
get_vector_enrichment_job(arn)
get_vector_enrichment_job(arn, params::Dict{String,<:Any})

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

Arguments

  • arn: The Amazon Resource Name (ARN) of the Vector Enrichment job.
source
Main.Sagemaker_Geospatial.list_earth_observation_jobsMethod
list_earth_observation_jobs()
list_earth_observation_jobs(params::Dict{String,<:Any})

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

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "MaxResults": The total number of items to return.
  • "NextToken": If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
  • "SortBy": The parameter by which to sort the results.
  • "SortOrder": An optional value that specifies whether you want the results sorted in Ascending or Descending order.
  • "StatusEquals": A filter that retrieves only jobs with a specific status.
source
Main.Sagemaker_Geospatial.list_raster_data_collectionsMethod
list_raster_data_collections()
list_raster_data_collections(params::Dict{String,<:Any})

Use this operation to get raster data collections.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "MaxResults": The total number of items to return.
  • "NextToken": If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
source
Main.Sagemaker_Geospatial.list_tags_for_resourceMethod
list_tags_for_resource(resource_arn)
list_tags_for_resource(resource_arn, params::Dict{String,<:Any})

Lists the tags attached to the resource.

Arguments

  • resource_arn: The Amazon Resource Name (ARN) of the resource you want to tag.
source
Main.Sagemaker_Geospatial.list_vector_enrichment_jobsMethod
list_vector_enrichment_jobs()
list_vector_enrichment_jobs(params::Dict{String,<:Any})

Retrieves a list of vector enrichment jobs.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "MaxResults": The maximum number of items to return.
  • "NextToken": If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
  • "SortBy": The parameter by which to sort the results.
  • "SortOrder": An optional value that specifies whether you want the results sorted in Ascending or Descending order.
  • "StatusEquals": A filter that retrieves only jobs with a specific status.
source
Main.Sagemaker_Geospatial.search_raster_data_collectionMethod
search_raster_data_collection(arn, raster_data_collection_query)
search_raster_data_collection(arn, raster_data_collection_query, params::Dict{String,<:Any})

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

Arguments

  • arn: The Amazon Resource Name (ARN) of the raster data collection.
  • raster_data_collection_query: RasterDataCollectionQuery consisting of AreaOfInterest(AOI), PropertyFilters and TimeRangeFilterInput used in SearchRasterDataCollection.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "NextToken": If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
source
Main.Sagemaker_Geospatial.start_earth_observation_jobMethod
start_earth_observation_job(execution_role_arn, input_config, job_config, name)
start_earth_observation_job(execution_role_arn, input_config, job_config, name, params::Dict{String,<:Any})

Use this operation to create an Earth observation job.

Arguments

  • execution_role_arn: The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
  • input_config: Input configuration information for the Earth Observation job.
  • job_config: An object containing information about the job configuration.
  • name: The name of the Earth Observation job.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "ClientToken": A unique token that guarantees that the call to this API is idempotent.
  • "KmsKeyId": The Key Management Service key ID for server-side encryption.
  • "Tags": Each tag consists of a key and a value.
source
Main.Sagemaker_Geospatial.start_vector_enrichment_jobMethod
start_vector_enrichment_job(execution_role_arn, input_config, job_config, name)
start_vector_enrichment_job(execution_role_arn, input_config, job_config, name, params::Dict{String,<:Any})

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

Arguments

  • execution_role_arn: The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
  • input_config: Input configuration information for the Vector Enrichment job.
  • job_config: An object containing information about the job configuration.
  • name: The name of the Vector Enrichment job.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "ClientToken": A unique token that guarantees that the call to this API is idempotent.
  • "KmsKeyId": The Key Management Service key ID for server-side encryption.
  • "Tags": Each tag consists of a key and a value.
source
Main.Sagemaker_Geospatial.stop_earth_observation_jobMethod
stop_earth_observation_job(arn)
stop_earth_observation_job(arn, params::Dict{String,<:Any})

Use this operation to stop an existing earth observation job.

Arguments

  • arn: The Amazon Resource Name (ARN) of the Earth Observation job being stopped.
source
Main.Sagemaker_Geospatial.tag_resourceMethod
tag_resource(resource_arn, tags)
tag_resource(resource_arn, tags, params::Dict{String,<:Any})

The resource you want to tag.

Arguments

  • resource_arn: The Amazon Resource Name (ARN) of the resource you want to tag.
  • tags: Each tag consists of a key and a value.
source
Main.Sagemaker_Geospatial.untag_resourceMethod
untag_resource(resource_arn, tag_keys)
untag_resource(resource_arn, tag_keys, params::Dict{String,<:Any})

The resource you want to untag.

Arguments

  • resource_arn: The Amazon Resource Name (ARN) of the resource you want to untag.
  • tag_keys: Keys of the tags you want to remove.
source