| Package | Description |
|---|---|
| com.amazonaws.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
ResamplingConfigInput |
ResamplingConfigInput.clone() |
ResamplingConfigInput |
JobConfigInput.getResamplingConfig()
An object containing information about the job configuration for resampling.
|
ResamplingConfigInput |
ResamplingConfigInput.withAlgorithmName(AlgorithmNameResampling algorithmName)
The name of the algorithm used for resampling.
|
ResamplingConfigInput |
ResamplingConfigInput.withAlgorithmName(String algorithmName)
The name of the algorithm used for resampling.
|
ResamplingConfigInput |
ResamplingConfigInput.withOutputResolution(OutputResolutionResamplingInput outputResolution)
The structure representing output resolution (in target georeferenced units) of the result of resampling
operation.
|
ResamplingConfigInput |
ResamplingConfigInput.withTargetBands(Collection<String> targetBands)
Bands used in the operation.
|
ResamplingConfigInput |
ResamplingConfigInput.withTargetBands(String... targetBands)
Bands used in the operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobConfigInput.setResamplingConfig(ResamplingConfigInput resamplingConfig)
An object containing information about the job configuration for resampling.
|
JobConfigInput |
JobConfigInput.withResamplingConfig(ResamplingConfigInput resamplingConfig)
An object containing information about the job configuration for resampling.
|
Copyright © 2025. All rights reserved.