amazonka-sagemaker-geospatial-2.0: Amazon SageMaker geospatial capabilities SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SageMakerGeoSpatial.Types.Properties

Description

 
Synopsis

Documentation

data Properties Source #

See: newProperties smart constructor.

Instances

Instances details
FromJSON Properties Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.Properties

Generic Properties Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.Properties

Associated Types

type Rep Properties :: Type -> Type #

Read Properties Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.Properties

Show Properties Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.Properties

NFData Properties Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.Properties

Methods

rnf :: Properties -> () #

Eq Properties Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.Properties

Hashable Properties Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.Properties

type Rep Properties Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.Properties

type Rep Properties = D1 ('MetaData "Properties" "Amazonka.SageMakerGeoSpatial.Types.Properties" "amazonka-sagemaker-geospatial-2.0-Fg7YtbyXAZrLwLaIITXFtu" 'False) (C1 ('MetaCons "Properties'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "eoCloudCover") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "landsatCloudCoverLand") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "platform") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "viewOffNadir") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "viewSunAzimuth") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "viewSunElevation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))))