Class: Aws::SageMakerGeospatial::Types::CustomIndicesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::CustomIndicesInput
- Defined in:
- gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb
Overview
Input object defining the custom BandMath indices to compute.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#operations ⇒ Array<Types::Operation>
A list of BandMath indices to compute.
Instance Attribute Details
#operations ⇒ Array<Types::Operation>
A list of BandMath indices to compute.
174 175 176 177 178 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 174 class CustomIndicesInput < Struct.new( :operations) SENSITIVE = [] include Aws::Structure end |