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

Description

 
Synopsis

Documentation

data BandMathConfigInput Source #

See: newBandMathConfigInput smart constructor.

Instances

Instances details
FromJSON BandMathConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.BandMathConfigInput

ToJSON BandMathConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.BandMathConfigInput

Generic BandMathConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.BandMathConfigInput

Associated Types

type Rep BandMathConfigInput :: Type -> Type #

Read BandMathConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.BandMathConfigInput

Show BandMathConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.BandMathConfigInput

NFData BandMathConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.BandMathConfigInput

Methods

rnf :: BandMathConfigInput -> () #

Eq BandMathConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.BandMathConfigInput

Hashable BandMathConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.BandMathConfigInput

type Rep BandMathConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.BandMathConfigInput

type Rep BandMathConfigInput = D1 ('MetaData "BandMathConfigInput" "Amazonka.SageMakerGeoSpatial.Types.BandMathConfigInput" "amazonka-sagemaker-geospatial-2.0-Fg7YtbyXAZrLwLaIITXFtu" 'False) (C1 ('MetaCons "BandMathConfigInput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "customIndices") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CustomIndicesInput)) :*: S1 ('MetaSel ('Just "predefinedIndices") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))))

newBandMathConfigInput :: BandMathConfigInput Source #

Create a value of BandMathConfigInput with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:customIndices:BandMathConfigInput', bandMathConfigInput_customIndices -

$sel:predefinedIndices:BandMathConfigInput', bandMathConfigInput_predefinedIndices -