| Package | Description |
|---|---|
| com.amazonaws.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
BandMathConfigInput |
BandMathConfigInput.clone() |
BandMathConfigInput |
JobConfigInput.getBandMathConfig()
An object containing information about the job configuration for BandMath.
|
BandMathConfigInput |
BandMathConfigInput.withCustomIndices(CustomIndicesInput customIndices)
CustomIndices that are computed.
|
BandMathConfigInput |
BandMathConfigInput.withPredefinedIndices(Collection<String> predefinedIndices)
One or many of the supported predefined indices to compute.
|
BandMathConfigInput |
BandMathConfigInput.withPredefinedIndices(String... predefinedIndices)
One or many of the supported predefined indices to compute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobConfigInput.setBandMathConfig(BandMathConfigInput bandMathConfig)
An object containing information about the job configuration for BandMath.
|
JobConfigInput |
JobConfigInput.withBandMathConfig(BandMathConfigInput bandMathConfig)
An object containing information about the job configuration for BandMath.
|
Copyright © 2023. All rights reserved.