| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
ResamplingConfigInput.Builder |
ResamplingConfigInput.Builder.algorithmName(AlgorithmNameResampling algorithmName)
The name of the algorithm used for resampling.
|
ResamplingConfigInput.Builder |
ResamplingConfigInput.Builder.algorithmName(String algorithmName)
The name of the algorithm used for resampling.
|
static ResamplingConfigInput.Builder |
ResamplingConfigInput.builder() |
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.
|
ResamplingConfigInput.Builder |
ResamplingConfigInput.Builder.outputResolution(OutputResolutionResamplingInput outputResolution)
The structure representing output resolution (in target georeferenced units) of the result of resampling
operation.
|
ResamplingConfigInput.Builder |
ResamplingConfigInput.Builder.targetBands(Collection<String> targetBands)
Bands used in the operation.
|
ResamplingConfigInput.Builder |
ResamplingConfigInput.Builder.targetBands(String... targetBands)
Bands used in the operation.
|
ResamplingConfigInput.Builder |
ResamplingConfigInput.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ResamplingConfigInput.Builder> |
ResamplingConfigInput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
static JobConfigInput |
JobConfigInput.fromResamplingConfig(Consumer<ResamplingConfigInput.Builder> resamplingConfig)
Create an instance of this class with
JobConfigInput.resamplingConfig() initialized to the given value. |
default JobConfigInput.Builder |
JobConfigInput.Builder.resamplingConfig(Consumer<ResamplingConfigInput.Builder> resamplingConfig)
An object containing information about the job configuration for resampling.
|
Copyright © 2023. All rights reserved.