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

Description

 
Synopsis

Documentation

data GeoMosaicConfigInput Source #

Input configuration information for the geomosaic.

See: newGeoMosaicConfigInput smart constructor.

Constructors

GeoMosaicConfigInput' 

Fields

Instances

Instances details
FromJSON GeoMosaicConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.GeoMosaicConfigInput

ToJSON GeoMosaicConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.GeoMosaicConfigInput

Generic GeoMosaicConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.GeoMosaicConfigInput

Associated Types

type Rep GeoMosaicConfigInput :: Type -> Type #

Read GeoMosaicConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.GeoMosaicConfigInput

Show GeoMosaicConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.GeoMosaicConfigInput

NFData GeoMosaicConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.GeoMosaicConfigInput

Methods

rnf :: GeoMosaicConfigInput -> () #

Eq GeoMosaicConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.GeoMosaicConfigInput

Hashable GeoMosaicConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.GeoMosaicConfigInput

type Rep GeoMosaicConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.GeoMosaicConfigInput

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

newGeoMosaicConfigInput :: GeoMosaicConfigInput Source #

Create a value of GeoMosaicConfigInput 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:algorithmName:GeoMosaicConfigInput', geoMosaicConfigInput_algorithmName - The name of the algorithm being used for geomosaic.

$sel:targetBands:GeoMosaicConfigInput', geoMosaicConfigInput_targetBands - The target bands for geomosaic.

geoMosaicConfigInput_algorithmName :: Lens' GeoMosaicConfigInput (Maybe AlgorithmNameGeoMosaic) Source #

The name of the algorithm being used for geomosaic.