| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
static OutputResolutionResamplingInput.Builder |
OutputResolutionResamplingInput.builder() |
OutputResolutionResamplingInput.Builder |
OutputResolutionResamplingInput.toBuilder() |
default OutputResolutionResamplingInput.Builder |
OutputResolutionResamplingInput.Builder.userDefined(Consumer<UserDefined.Builder> userDefined)
User Defined Resolution for the output of Resampling operation defined by value and unit.
|
OutputResolutionResamplingInput.Builder |
OutputResolutionResamplingInput.Builder.userDefined(UserDefined userDefined)
User Defined Resolution for the output of Resampling operation defined by value and unit.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OutputResolutionResamplingInput.Builder> |
OutputResolutionResamplingInput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ResamplingConfigInput.Builder |
ResamplingConfigInput.Builder.outputResolution(Consumer<OutputResolutionResamplingInput.Builder> outputResolution)
The structure representing output resolution (in target georeferenced units) of the result of resampling
operation.
|
Copyright © 2023. All rights reserved.