Class: Aws::SageMakerGeospatial::Types::LandsatCloudCoverLandInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::LandsatCloudCoverLandInput
- Defined in:
- gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb
Overview
The structure representing Land Cloud Cover property for Landsat data collection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lower_bound ⇒ Float
The minimum value for Land Cloud Cover property filter.
-
#upper_bound ⇒ Float
The maximum value for Land Cloud Cover property filter.
Instance Attribute Details
#lower_bound ⇒ Float
The minimum value for Land Cloud Cover property filter. This will filter items having Land Cloud Cover greater than or equal to this value.
1071 1072 1073 1074 1075 1076 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1071 class LandsatCloudCoverLandInput < Struct.new( :lower_bound, :upper_bound) SENSITIVE = [] include Aws::Structure end |
#upper_bound ⇒ Float
The maximum value for Land Cloud Cover property filter. This will filter items having Land Cloud Cover less than or equal to this value.
1071 1072 1073 1074 1075 1076 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1071 class LandsatCloudCoverLandInput < Struct.new( :lower_bound, :upper_bound) SENSITIVE = [] include Aws::Structure end |