Class: Aws::SageMakerGeospatial::Types::Filter
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::Filter
- 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
-
#maximum ⇒ Float
The maximum value of the filter.
-
#minimum ⇒ Float
The minimum value of the filter.
-
#name ⇒ String
The name of the filter.
-
#type ⇒ String
The type of the filter being used.
Instance Attribute Details
#maximum ⇒ Float
The maximum value of the filter.
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 |
#minimum ⇒ Float
The minimum value of the filter.
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 |