| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakergeospatial |
Provides APIs for creating and managing SageMaker geospatial resources.
|
| software.amazon.awssdk.services.sagemakergeospatial.paginators |
| Modifier and Type | Method and Description |
|---|---|
default SearchRasterDataCollectionResponse |
SageMakerGeospatialClient.searchRasterDataCollection(Consumer<SearchRasterDataCollectionRequest.Builder> 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 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SearchRasterDataCollectionResponse> |
SageMakerGeospatialAsyncClient.searchRasterDataCollection(Consumer<SearchRasterDataCollectionRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<SearchRasterDataCollectionResponse> |
SearchRasterDataCollectionIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchRasterDataCollectionPublisher.subscribe(org.reactivestreams.Subscriber<? super SearchRasterDataCollectionResponse> subscriber) |
Copyright © 2023. All rights reserved.