Class: Aws::SageMakerGeospatial::Types::Operation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb

Overview

Represents an arithmetic operation to compute spectral index.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#equationString

Textual representation of the math operation; Equation used to compute the spectral index.

Returns:

  • (String)


1399
1400
1401
1402
1403
1404
1405
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1399

class Operation < Struct.new(
  :equation,
  :name,
  :output_type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the operation.

Returns:

  • (String)


1399
1400
1401
1402
1403
1404
1405
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1399

class Operation < Struct.new(
  :equation,
  :name,
  :output_type)
  SENSITIVE = []
  include Aws::Structure
end

#output_typeString

The type of the operation.

Returns:

  • (String)


1399
1400
1401
1402
1403
1404
1405
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1399

class Operation < Struct.new(
  :equation,
  :name,
  :output_type)
  SENSITIVE = []
  include Aws::Structure
end