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.TemporalStatisticsConfigInput

Description

 
Synopsis

Documentation

data TemporalStatisticsConfigInput Source #

See: newTemporalStatisticsConfigInput smart constructor.

Instances

Instances details
FromJSON TemporalStatisticsConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.TemporalStatisticsConfigInput

ToJSON TemporalStatisticsConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.TemporalStatisticsConfigInput

Generic TemporalStatisticsConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.TemporalStatisticsConfigInput

Associated Types

type Rep TemporalStatisticsConfigInput :: Type -> Type #

Read TemporalStatisticsConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.TemporalStatisticsConfigInput

Show TemporalStatisticsConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.TemporalStatisticsConfigInput

NFData TemporalStatisticsConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.TemporalStatisticsConfigInput

Eq TemporalStatisticsConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.TemporalStatisticsConfigInput

Hashable TemporalStatisticsConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.TemporalStatisticsConfigInput

type Rep TemporalStatisticsConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.TemporalStatisticsConfigInput

type Rep TemporalStatisticsConfigInput = D1 ('MetaData "TemporalStatisticsConfigInput" "Amazonka.SageMakerGeoSpatial.Types.TemporalStatisticsConfigInput" "amazonka-sagemaker-geospatial-2.0-Fg7YtbyXAZrLwLaIITXFtu" 'False) (C1 ('MetaCons "TemporalStatisticsConfigInput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "groupBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GroupBy)) :*: (S1 ('MetaSel ('Just "targetBands") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "statistics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty TemporalStatistics)))))