Class: Aws::SageMakerGeospatial::Types::BandMathConfigInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::BandMathConfigInput
- Defined in:
- gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb
Overview
Input structure for the BandMath operation type. Defines Predefined and CustomIndices to be computed using BandMath.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_indices ⇒ Types::CustomIndicesInput
CustomIndices that are computed.
-
#predefined_indices ⇒ Array<String>
One or many of the supported predefined indices to compute.
Instance Attribute Details
#custom_indices ⇒ Types::CustomIndicesInput
CustomIndices that are computed.
109 110 111 112 113 114 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 109 class BandMathConfigInput < Struct.new( :custom_indices, :predefined_indices) SENSITIVE = [] include Aws::Structure end |
#predefined_indices ⇒ Array<String>
One or many of the supported predefined indices to compute. Allowed
values: NDVI
, EVI2
, MSAVI
, NDWI
, NDMI
, NDSI
, and
WDRVI
.
109 110 111 112 113 114 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 109 class BandMathConfigInput < Struct.new( :custom_indices, :predefined_indices) SENSITIVE = [] include Aws::Structure end |