| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakergeospatial |
Provides APIs for creating and managing SageMaker geospatial resources.
|
| Modifier and Type | Method and Description |
|---|---|
default GetTileResponse |
SageMakerGeospatialClient.getTile(Consumer<GetTileRequest.Builder> getTileRequest,
Path destinationPath)
Gets a web mercator tile for the given Earth Observation job.
|
default GetTileResponse |
SageMakerGeospatialClient.getTile(GetTileRequest getTileRequest,
Path destinationPath)
Gets a web mercator tile for the given Earth Observation job.
|
| Modifier and Type | Method and Description |
|---|---|
default ResponseInputStream<GetTileResponse> |
SageMakerGeospatialClient.getTile(Consumer<GetTileRequest.Builder> getTileRequest)
Gets a web mercator tile for the given Earth Observation job.
|
default CompletableFuture<GetTileResponse> |
SageMakerGeospatialAsyncClient.getTile(Consumer<GetTileRequest.Builder> getTileRequest,
Path destinationPath)
Gets a web mercator tile for the given Earth Observation job.
|
default ResponseInputStream<GetTileResponse> |
SageMakerGeospatialClient.getTile(GetTileRequest getTileRequest)
Gets a web mercator tile for the given Earth Observation job.
|
default CompletableFuture<GetTileResponse> |
SageMakerGeospatialAsyncClient.getTile(GetTileRequest getTileRequest,
Path destinationPath)
Gets a web mercator tile for the given Earth Observation job.
|
default ResponseBytes<GetTileResponse> |
SageMakerGeospatialClient.getTileAsBytes(Consumer<GetTileRequest.Builder> getTileRequest)
Gets a web mercator tile for the given Earth Observation job.
|
default ResponseBytes<GetTileResponse> |
SageMakerGeospatialClient.getTileAsBytes(GetTileRequest getTileRequest)
Gets a web mercator tile for the given Earth Observation job.
|
| Modifier and Type | Method and Description |
|---|---|
default <ReturnT> CompletableFuture<ReturnT> |
SageMakerGeospatialAsyncClient.getTile(Consumer<GetTileRequest.Builder> getTileRequest,
AsyncResponseTransformer<GetTileResponse,ReturnT> asyncResponseTransformer)
Gets a web mercator tile for the given Earth Observation job.
|
default <ReturnT> ReturnT |
SageMakerGeospatialClient.getTile(Consumer<GetTileRequest.Builder> getTileRequest,
ResponseTransformer<GetTileResponse,ReturnT> responseTransformer)
Gets a web mercator tile for the given Earth Observation job.
|
default <ReturnT> CompletableFuture<ReturnT> |
SageMakerGeospatialAsyncClient.getTile(GetTileRequest getTileRequest,
AsyncResponseTransformer<GetTileResponse,ReturnT> asyncResponseTransformer)
Gets a web mercator tile for the given Earth Observation job.
|
default <ReturnT> ReturnT |
SageMakerGeospatialClient.getTile(GetTileRequest getTileRequest,
ResponseTransformer<GetTileResponse,ReturnT> responseTransformer)
Gets a web mercator tile for the given Earth Observation job.
|
Copyright © 2023. All rights reserved.