Class: Aws::SageMakerGeospatial::Types::CustomIndicesInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#operationsArray<Types::Operation>

A list of BandMath indices to compute.

Returns:



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