Class: Aws::SageMakerGeospatial::Types::EoCloudCoverInput

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

Overview

The structure representing the EoCloudCover filter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lower_boundFloat

Lower bound for EoCloudCover.

Returns:

  • (Float)


245
246
247
248
249
250
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 245

class EoCloudCoverInput < Struct.new(
  :lower_bound,
  :upper_bound)
  SENSITIVE = []
  include Aws::Structure
end

#upper_boundFloat

Upper bound for EoCloudCover.

Returns:

  • (Float)


245
246
247
248
249
250
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 245

class EoCloudCoverInput < Struct.new(
  :lower_bound,
  :upper_bound)
  SENSITIVE = []
  include Aws::Structure
end