| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
static BandMathConfigInput.Builder |
BandMathConfigInput.builder() |
default BandMathConfigInput.Builder |
BandMathConfigInput.Builder.customIndices(Consumer<CustomIndicesInput.Builder> customIndices)
CustomIndices that are computed.
|
BandMathConfigInput.Builder |
BandMathConfigInput.Builder.customIndices(CustomIndicesInput customIndices)
CustomIndices that are computed.
|
BandMathConfigInput.Builder |
BandMathConfigInput.Builder.predefinedIndices(Collection<String> predefinedIndices)
One or many of the supported predefined indices to compute.
|
BandMathConfigInput.Builder |
BandMathConfigInput.Builder.predefinedIndices(String... predefinedIndices)
One or many of the supported predefined indices to compute.
|
BandMathConfigInput.Builder |
BandMathConfigInput.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BandMathConfigInput.Builder> |
BandMathConfigInput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default JobConfigInput.Builder |
JobConfigInput.Builder.bandMathConfig(Consumer<BandMathConfigInput.Builder> bandMathConfig)
An object containing information about the job configuration for BandMath.
|
static JobConfigInput |
JobConfigInput.fromBandMathConfig(Consumer<BandMathConfigInput.Builder> bandMathConfig)
Create an instance of this class with
JobConfigInput.bandMathConfig() initialized to the given value. |
Copyright © 2023. All rights reserved.