Class: Aws::SageMakerGeospatial::Types::Property

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

Overview

Note:

Property is a union - when making an API calls you must set exactly one of the members.

Note:

Property is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of Property corresponding to the set member.

Represents a single searchable property to search on.

Defined Under Namespace

Classes: EoCloudCover, LandsatCloudCoverLand, Platform, Unknown, ViewOffNadir, ViewSunAzimuth, ViewSunElevation

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#eo_cloud_coverTypes::EoCloudCoverInput

The structure representing EoCloudCover property filter containing a lower bound and upper bound.



1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1617

class Property < Struct.new(
  :eo_cloud_cover,
  :landsat_cloud_cover_land,
  :platform,
  :view_off_nadir,
  :view_sun_azimuth,
  :view_sun_elevation,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class EoCloudCover < Property; end
  class LandsatCloudCoverLand < Property; end
  class Platform < Property; end
  class ViewOffNadir < Property; end
  class ViewSunAzimuth < Property; end
  class ViewSunElevation < Property; end
  class Unknown < Property; end
end

#landsat_cloud_cover_landTypes::LandsatCloudCoverLandInput

The structure representing Land Cloud Cover property filter for Landsat collection containing a lower bound and upper bound.



1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1617

class Property < Struct.new(
  :eo_cloud_cover,
  :landsat_cloud_cover_land,
  :platform,
  :view_off_nadir,
  :view_sun_azimuth,
  :view_sun_elevation,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class EoCloudCover < Property; end
  class LandsatCloudCoverLand < Property; end
  class Platform < Property; end
  class ViewOffNadir < Property; end
  class ViewSunAzimuth < Property; end
  class ViewSunElevation < Property; end
  class Unknown < Property; end
end

#platformTypes::PlatformInput

The structure representing Platform property filter consisting of value and comparison operator.



1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1617

class Property < Struct.new(
  :eo_cloud_cover,
  :landsat_cloud_cover_land,
  :platform,
  :view_off_nadir,
  :view_sun_azimuth,
  :view_sun_elevation,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class EoCloudCover < Property; end
  class LandsatCloudCoverLand < Property; end
  class Platform < Property; end
  class ViewOffNadir < Property; end
  class ViewSunAzimuth < Property; end
  class ViewSunElevation < Property; end
  class Unknown < Property; end
end

#unknownObject

Returns the value of attribute unknown

Returns:

  • (Object)

    the current value of unknown



1617
1618
1619
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1617

def unknown
  @unknown
end

#view_off_nadirTypes::ViewOffNadirInput

The structure representing ViewOffNadir property filter containing a lower bound and upper bound.



1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1617

class Property < Struct.new(
  :eo_cloud_cover,
  :landsat_cloud_cover_land,
  :platform,
  :view_off_nadir,
  :view_sun_azimuth,
  :view_sun_elevation,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class EoCloudCover < Property; end
  class LandsatCloudCoverLand < Property; end
  class Platform < Property; end
  class ViewOffNadir < Property; end
  class ViewSunAzimuth < Property; end
  class ViewSunElevation < Property; end
  class Unknown < Property; end
end

#view_sun_azimuthTypes::ViewSunAzimuthInput

The structure representing ViewSunAzimuth property filter containing a lower bound and upper bound.



1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1617

class Property < Struct.new(
  :eo_cloud_cover,
  :landsat_cloud_cover_land,
  :platform,
  :view_off_nadir,
  :view_sun_azimuth,
  :view_sun_elevation,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class EoCloudCover < Property; end
  class LandsatCloudCoverLand < Property; end
  class Platform < Property; end
  class ViewOffNadir < Property; end
  class ViewSunAzimuth < Property; end
  class ViewSunElevation < Property; end
  class Unknown < Property; end
end

#view_sun_elevationTypes::ViewSunElevationInput

The structure representing ViewSunElevation property filter containing a lower bound and upper bound.



1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1617

class Property < Struct.new(
  :eo_cloud_cover,
  :landsat_cloud_cover_land,
  :platform,
  :view_off_nadir,
  :view_sun_azimuth,
  :view_sun_elevation,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class EoCloudCover < Property; end
  class LandsatCloudCoverLand < Property; end
  class Platform < Property; end
  class ViewOffNadir < Property; end
  class ViewSunAzimuth < Property; end
  class ViewSunElevation < Property; end
  class Unknown < Property; end
end