AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the GetTile operation. Gets a web mercator tile for the given Earth Observation job.
Namespace: Amazon.SageMakerGeospatial.Model
Assembly: AWSSDK.SageMakerGeospatial.dll
Version: 3.x.y.z
public class GetTileRequest : AmazonSageMakerGeospatialRequest IAmazonWebServiceRequest
The GetTileRequest type exposes the following members
Name | Description | |
---|---|---|
GetTileRequest() |
Name | Type | Description | |
---|---|---|---|
Arn | System.String |
Gets and sets the property Arn. The Amazon Resource Name (ARN) of the tile operation. |
|
ExecutionRoleArn | System.String |
Gets and sets the property ExecutionRoleArn. The Amazon Resource Name (ARN) of the IAM role that you specify. |
|
ImageAssets | System.Collections.Generic.List<System.String> |
Gets and sets the property ImageAssets. The particular assets or bands to tile. |
|
ImageMask | System.Boolean |
Gets and sets the property ImageMask. Determines whether or not to return a valid data mask. |
|
OutputDataType | Amazon.SageMakerGeospatial.OutputType |
Gets and sets the property OutputDataType. The output data type of the tile operation. |
|
OutputFormat | System.String |
Gets and sets the property OutputFormat. The data format of the output tile. The formats include .npy, .png and .jpg. |
|
PropertyFilters | System.String |
Gets and sets the property PropertyFilters. Property filters for the imagery to tile. |
|
Target | Amazon.SageMakerGeospatial.TargetOptions |
Gets and sets the property Target. Determines what part of the Earth Observation job to tile. 'INPUT' or 'OUTPUT' are the valid options. |
|
TimeRangeFilter | System.String |
Gets and sets the property TimeRangeFilter. Time range filter applied to imagery to find the images to tile. |
|
X | System.Int32 |
Gets and sets the property X. The x coordinate of the tile input. |
|
Y | System.Int32 |
Gets and sets the property Y. The y coordinate of the tile input. |
|
Z | System.Int32 |
Gets and sets the property Z. The z coordinate of the tile input. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5