Class: Aws::SageMakerGeospatial::Types::LandsatCloudCoverLandInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#lower_boundFloat

The minimum value for Land Cloud Cover property filter. This will filter items having Land Cloud Cover greater than or equal to this value.

Returns:

  • (Float)


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_boundFloat

The maximum value for Land Cloud Cover property filter. This will filter items having Land Cloud Cover less than or equal to this value.

Returns:

  • (Float)


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