aws.sagemaker_geospatial.get_tile
Example SQL Queries
SELECT * FROMaws.sagemaker_geospatial.get_tileWHERE"arn" = 'VALUE'AND "image_assets" = 'VALUE'AND "target" = 'VALUE'AND "x" = 'VALUE'AND "y" = 'VALUE'AND "z" = 'VALUE';Description
Gets a web mercator tile for the given Earth Observation job.
Table Definition
| Column Name | Column Data Type |
|---|---|
| arn Required Input Column The Amazon Resource Name (ARN) of the tile operation. | VARCHAR |
| image_assets Required Input Column The particular assets or bands to tile. | VARCHAR[] |
Show child fields
| |
| target Required Input Column Determines what part of the Earth Observation job to tile. 'INPUT' or 'OUTPUT' are the valid options. | VARCHAR |
| x Required Input Column The x coordinate of the tile input. | BIGINT |
| y Required Input Column The y coordinate of the tile input. | BIGINT |
| z Required Input Column The z coordinate of the tile input. | BIGINT |
| execution_role_arn Input Column The Amazon Resource Name (ARN) of the IAM role that you specify. | VARCHAR |
| image_mask Input Column Determines whether or not to return a valid data mask. | BOOLEAN |
| output_data_type Input Column The output data type of the tile operation. | VARCHAR |
| output_format Input Column The data format of the output tile. The formats include .npy, .png and .jpg. | VARCHAR |
| property_filters Input Column Property filters for the imagery to tile. | VARCHAR |
| time_range_filter Input Column Time range filter applied to imagery to find the images to tile. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| binary_file The output binary file. | BLOB |