| Package | Description |
|---|---|
| com.amazonaws.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
Operation |
Operation.clone() |
Operation |
Operation.withEquation(String equation)
Textual representation of the math operation; Equation used to compute the spectral index.
|
Operation |
Operation.withName(String name)
The name of the operation.
|
Operation |
Operation.withOutputType(OutputType outputType)
The type of the operation.
|
Operation |
Operation.withOutputType(String outputType)
The type of the operation.
|
| Modifier and Type | Method and Description |
|---|---|
List<Operation> |
CustomIndicesInput.getOperations()
A list of BandMath indices to compute.
|
| Modifier and Type | Method and Description |
|---|---|
CustomIndicesInput |
CustomIndicesInput.withOperations(Operation... operations)
A list of BandMath indices to compute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomIndicesInput.setOperations(Collection<Operation> operations)
A list of BandMath indices to compute.
|
CustomIndicesInput |
CustomIndicesInput.withOperations(Collection<Operation> operations)
A list of BandMath indices to compute.
|
Copyright © 2025. All rights reserved.