Class: Aws::SageMakerGeospatial::Types::EoCloudCoverInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::EoCloudCoverInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakergeospatial/types.rb
Overview
The structure representing the EoCloudCover filter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lower_bound ⇒ Float
Lower bound for EoCloudCover.
-
#upper_bound ⇒ Float
Upper bound for EoCloudCover.
Instance Attribute Details
#lower_bound ⇒ Float
Lower bound for EoCloudCover.
245 246 247 248 249 250 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 245 class EoCloudCoverInput < Struct.new( :lower_bound, :upper_bound) SENSITIVE = [] include Aws::Structure end |
#upper_bound ⇒ Float
Upper bound for EoCloudCover.
245 246 247 248 249 250 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 245 class EoCloudCoverInput < Struct.new( :lower_bound, :upper_bound) SENSITIVE = [] include Aws::Structure end |