AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SageMakerGeospatial.AmazonSageMakerGeospatialRequest
      Amazon.SageMakerGeospatial.Model.GetTileRequest

Namespace: Amazon.SageMakerGeospatial.Model
Assembly: AWSSDK.SageMakerGeospatial.dll
Version: 3.x.y.z

Syntax

C#
public class GetTileRequest : AmazonSageMakerGeospatialRequest
         IAmazonWebServiceRequest

The GetTileRequest type exposes the following members

Constructors

NameDescription
Public Method GetTileRequest()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The Amazon Resource Name (ARN) of the tile operation.

Public Property ExecutionRoleArn System.String

Gets and sets the property ExecutionRoleArn.

The Amazon Resource Name (ARN) of the IAM role that you specify.

Public Property ImageAssets System.Collections.Generic.List<System.String>

Gets and sets the property ImageAssets.

The particular assets or bands to tile.

Public Property ImageMask System.Boolean

Gets and sets the property ImageMask.

Determines whether or not to return a valid data mask.

Public Property OutputDataType Amazon.SageMakerGeospatial.OutputType

Gets and sets the property OutputDataType.

The output data type of the tile operation.

Public Property OutputFormat System.String

Gets and sets the property OutputFormat.

The data format of the output tile. The formats include .npy, .png and .jpg.

Public Property PropertyFilters System.String

Gets and sets the property PropertyFilters.

Property filters for the imagery to tile.

Public Property 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.

Public Property TimeRangeFilter System.String

Gets and sets the property TimeRangeFilter.

Time range filter applied to imagery to find the images to tile.

Public Property X System.Int32

Gets and sets the property X.

The x coordinate of the tile input.

Public Property Y System.Int32

Gets and sets the property Y.

The y coordinate of the tile input.

Public Property Z System.Int32

Gets and sets the property Z.

The z coordinate of the tile input.

Version Information

.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