| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
static StackConfigInput.Builder |
StackConfigInput.builder() |
default StackConfigInput.Builder |
StackConfigInput.Builder.outputResolution(Consumer<OutputResolutionStackInput.Builder> outputResolution)
The structure representing output resolution (in target georeferenced units) of the result of stacking
operation.
|
StackConfigInput.Builder |
StackConfigInput.Builder.outputResolution(OutputResolutionStackInput outputResolution)
The structure representing output resolution (in target georeferenced units) of the result of stacking
operation.
|
StackConfigInput.Builder |
StackConfigInput.Builder.targetBands(Collection<String> targetBands)
A list of bands to be stacked in the specified order.
|
StackConfigInput.Builder |
StackConfigInput.Builder.targetBands(String... targetBands)
A list of bands to be stacked in the specified order.
|
StackConfigInput.Builder |
StackConfigInput.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StackConfigInput.Builder> |
StackConfigInput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
static JobConfigInput |
JobConfigInput.fromStackConfig(Consumer<StackConfigInput.Builder> stackConfig)
Create an instance of this class with
JobConfigInput.stackConfig() initialized to the given value. |
default JobConfigInput.Builder |
JobConfigInput.Builder.stackConfig(Consumer<StackConfigInput.Builder> stackConfig)
An object containing information about the job configuration for a Stacking Earth Observation job.
|
Copyright © 2023. All rights reserved.