| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakergeospatial |
Provides APIs for creating and managing SageMaker geospatial resources.
|
| software.amazon.awssdk.services.sagemakergeospatial.paginators | |
| software.amazon.awssdk.services.sagemakergeospatial.transform |
| Modifier and Type | Method and Description |
|---|---|
default SearchRasterDataCollectionResponse |
SageMakerGeospatialClient.searchRasterDataCollection(SearchRasterDataCollectionRequest searchRasterDataCollectionRequest)
Allows you run image query on a specific raster data collection to get a list of the satellite imagery matching
the selected filters.
|
default CompletableFuture<SearchRasterDataCollectionResponse> |
SageMakerGeospatialAsyncClient.searchRasterDataCollection(SearchRasterDataCollectionRequest searchRasterDataCollectionRequest)
Allows you run image query on a specific raster data collection to get a list of the satellite imagery matching
the selected filters.
|
default SearchRasterDataCollectionIterable |
SageMakerGeospatialClient.searchRasterDataCollectionPaginator(SearchRasterDataCollectionRequest searchRasterDataCollectionRequest)
Allows you run image query on a specific raster data collection to get a list of the satellite imagery matching
the selected filters.
|
default SearchRasterDataCollectionPublisher |
SageMakerGeospatialAsyncClient.searchRasterDataCollectionPaginator(SearchRasterDataCollectionRequest searchRasterDataCollectionRequest)
Allows you run image query on a specific raster data collection to get a list of the satellite imagery matching
the selected filters.
|
| Constructor and Description |
|---|
SearchRasterDataCollectionIterable(SageMakerGeospatialClient client,
SearchRasterDataCollectionRequest firstRequest) |
SearchRasterDataCollectionPublisher(SageMakerGeospatialAsyncClient client,
SearchRasterDataCollectionRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
SearchRasterDataCollectionRequestMarshaller.marshall(SearchRasterDataCollectionRequest searchRasterDataCollectionRequest) |
Copyright © 2023. All rights reserved.