Class: Aws::SageMakerGeospatial::Types::Filter

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

Overview

The structure representing the filters supported by a RasterDataCollection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#maximumFloat

The maximum value of the filter.

Returns:

  • (Float)


499
500
501
502
503
504
505
506
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 499

class Filter < Struct.new(
  :maximum,
  :minimum,
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#minimumFloat

The minimum value of the filter.

Returns:

  • (Float)


499
500
501
502
503
504
505
506
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 499

class Filter < Struct.new(
  :maximum,
  :minimum,
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the filter.

Returns:

  • (String)


499
500
501
502
503
504
505
506
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 499

class Filter < Struct.new(
  :maximum,
  :minimum,
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the filter being used.

Returns:

  • (String)


499
500
501
502
503
504
505
506
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 499

class Filter < Struct.new(
  :maximum,
  :minimum,
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end